|
I don't know VC yet, this is the result of compiling in VC6, please give pointers, thank you!!!
--------------------Configuration: autorun-Win32 Debug--------------------
Compiling...
autorun.cpp
e:\mypractise\c++works\autorun\autorun.cpp(5): error C2065:'_T': undeclared identifier
e:\mypractise\c++works\autorun\autorun.cpp(5): warning C4129:'T': unrecognized character escape sequence
e:\mypractise\c++works\autorun\autorun.cpp(5): warning C4129:'q': unrecognized character escape sequence
Error executing cl.exe.
autorun.obj-1 error(s), 2 warning(s) |
|