Hi, I want to port my code written in C++ to managed C++ i.e VC.net.
Please guide me how to migrate my code.
do i have to change the data types also like (int, char *, int *, char xyz[]
etc)?
Is inbuilt function like fstream, ifstream are valid in VC.net??
Please help me out....
more >>
Hi guys,
I wrote a class witch should be used with windows and linux.
After compiling the project with vs2005 I get an error:
Error 1 error LNK2019: unresolved external symbol "int const
__cdecl
mstrcpy(char *,int,char *)" (?mstrcpy@@YA?BHPADH0@Z) referenced in
function "public: ...
more >>