Guest_imported
New member
- Jan 1, 1970
- 0
Can someone give me the official reason this doesn't work in C using Visual C++. It works in C in Unix environments but crashes in a simple VC++ console application. The answer should be obvious but I don't see it.
char somevar[20];
strcpy( somevar, (char *)NULL);
Thanks in advance.
char somevar[20];
strcpy( somevar, (char *)NULL);
Thanks in advance.