|
|
От: | Neavirc | |
| Дата: | 05.05.08 10:11 | ||
| Оценка: | |||
int i = 100;
int* p = &i;
cout << &i << endl;
cout << &p << endl;