Я использую VS2010 Professional и ориентирован на x64.
Код: Выделить всё
int main()
{
int size = sizeof(int); // No warning
int length = strlen("Expo"); //warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
return 0;
}
Подробнее здесь: https://stackoverflow.com/questions/198 ... f-operator
Мобильная версия