Здравствуйте, Владислав, Вы писали:
В>Мне больше вот такая нравится развлекалочка.
В>В>#include "stdafx.h"
В>#include <wtypes.h>
В>struct A
В>{
В> char buff[10];
В>};
В>int main(int argc, char* argv[])
В>{
В> A a = {(char*)"123"};
В> printf("size = %d\n",sizeof(a));
В> return 0;
В>}
В>
В>Компилировать на VC.
У меня VC выдал:
fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information