程序框大小问题
用C可以生成一个EXE格式的文件,请问,怎么控制那个EXE程序框的大小哪???比如说:让它就是生成一个80*80字符的窗口程序?
--------------------Configuration: 1 - Win32 Debug-------------------- Compiling... 1.c F:\C\1\1.c(22) : error C2143: syntax error : missing ';' before 'type' F:\C\1\1.c(23) : error C2143: syntax error : missing ';' before 'type' F:\C\1\1.c(25) : error C2143: syntax error : missing ';' before 'type' F:\C\1\1.c(26) : error C2065: 'c' : undeclared identifier F:\C\1\1.c(30) : error C2065: 't' : undeclared identifier F:\C\1\1.c(30) : error C2065: 'cmd' : undeclared identifier F:\C\1\1.c(30) : warning C4047: 'function' : 'char *' differs in levels of indirection from 'int ' F:\C\1\1.c(30) : warning C4024: 'strcat' : different types for formal and actual parameter 1 F:\C\1\1.c(30) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int ' F:\C\1\1.c(30) : warning C4024: 'strcat' : different types for formal and actual parameter 2 Error executing cl.exe. 1.obj - 6 error(s), 4 warning(s)我用的VC++6.0,它是这样说的。。。。。。。。