Recently, I made up my mind to learn network programming and foundCodeIt is really bad. Basically, it cannot run. Many misleading code. When using the ccriticalsection class today, it seems that afxmt is missing. h header file. I created a Win32 console application and added afxmt by myself. after the H file is found to be unable to be compiled, it was later found to be consistent with stdafx. h. If there is a conflict, make your own claim.
Stdafx is deleted. h file, found that the error "Fatal error c1010: unexpected end of file while looking for precompiled header directive" is always reported, and later found that stdafx is missing. h. solution:
1. Add the stdafx. H Statement;
II. select the CPP file in the project, and click Project> Settings. On the C/C ++ tab, select pre-compiled header files ", then you can choose not to use the pre-compensated header.