K
Kostas
Hello, I just need to get something straight in my mind. In
microsoft's VC compiler, whenever I include an .h file it should go
into my stdafx.h file. Then every cpp file needs to include the
stdafx.h file so I don't get the precompiled header directive
something message. What happens to the cpp file with definitions of
whatever is declared in the h file. Do I just add it to the project?
Maybe I'm saying it all wrong? Cheers
Kostas
microsoft's VC compiler, whenever I include an .h file it should go
into my stdafx.h file. Then every cpp file needs to include the
stdafx.h file so I don't get the precompiled header directive
something message. What happens to the cpp file with definitions of
whatever is declared in the h file. Do I just add it to the project?
Maybe I'm saying it all wrong? Cheers
Kostas