CasperVector 2009-05-17 22:07
在Linux下写程序的飘过- -
P. S. 排bug失败= =
CasperVector 2009-05-18 20:54
找到bug的所在了...
写内存的某破循环的循环变量是j,结果(因为代码重复,是从前面已写的部分复制粘贴的)循环里面用了外层循环的i...于是就悲剧了= =
--------------------Configuration: structs - Win32 Debug--------------------
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/structs.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
structs.exe - 1 error(s), 0 warning(s)
CasperVector 2009-05-24 18:36
[b]
15# NASA [/b]
鹅...
gcc和VC都编译链接通过的飘过= =