Include declarations and related definition
From: Kostas (skatoulas_at_hotmail.com)
Date: 11/29/03
- Next message: White Wolf: "Re: display non-ascii characters in DOS window"
- Previous message: SB: "Re: display non-ascii characters in DOS window"
- Next in thread: White Wolf: "Re: Include declarations and related definition"
- Reply: White Wolf: "Re: Include declarations and related definition"
- Reply: Victor Bazarov: "Re: Include declarations and related definition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Nov 2003 13:02:20 -0800
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
- Next message: White Wolf: "Re: display non-ascii characters in DOS window"
- Previous message: SB: "Re: display non-ascii characters in DOS window"
- Next in thread: White Wolf: "Re: Include declarations and related definition"
- Reply: White Wolf: "Re: Include declarations and related definition"
- Reply: Victor Bazarov: "Re: Include declarations and related definition"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|