Click here to Skip to main content
15,888,014 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRemote communication Pin
itkid13-Apr-05 20:00
itkid13-Apr-05 20:00 
GeneralRe: Remote communication Pin
22491713-Apr-05 21:15
22491713-Apr-05 21:15 
GeneralRe: Remote communication Pin
itkid13-Apr-05 22:31
itkid13-Apr-05 22:31 
GeneralRe: Remote communication Pin
ThatsAlok13-Apr-05 23:55
ThatsAlok13-Apr-05 23:55 
GeneralRe: Remote communication Pin
itkid14-Apr-05 0:23
itkid14-Apr-05 0:23 
GeneralRe: Remote communication Pin
ThatsAlok14-Apr-05 1:30
ThatsAlok14-Apr-05 1:30 
GeneralInclusion of header file in project Pin
swarnamanoo13-Apr-05 19:27
swarnamanoo13-Apr-05 19:27 
GeneralRe: Inclusion of header file in project Pin
mark novak14-Apr-05 0:56
mark novak14-Apr-05 0:56 
You can include files from all over the place. Observe:

// if you want to go up, use ..
#include "../secret.h"

// if you need to go down, use /
#include "/mission/command/base.h"

You could just make one huge header file which includes all the header files. Most people only do this with header files that rarely change because if you change say, base.h and everyone includes base.h then they all have to recompile if the change was drastic enough. Changing the size of an object or type of a function will do it.
Questionread binary? Pin
chal_adiera13-Apr-05 19:23
chal_adiera13-Apr-05 19:23 
AnswerRe: read binary? Pin
ddmcr13-Apr-05 21:56
ddmcr13-Apr-05 21:56 
GeneralRe: read binary? Pin
chal_adiera13-Apr-05 22:53
chal_adiera13-Apr-05 22:53 
AnswerRe: read binary? Pin
David Crow14-Apr-05 2:41
David Crow14-Apr-05 2:41 
GeneralRe: read binary? Pin
chal_adiera14-Apr-05 17:38
chal_adiera14-Apr-05 17:38 
GeneralRe: read binary? Pin
David Crow15-Apr-05 2:27
David Crow15-Apr-05 2:27 
GeneralService with logon user Pin
K@LPESH13-Apr-05 19:15
K@LPESH13-Apr-05 19:15 
GeneralGetActiveWindow Pin
fordge13-Apr-05 17:53
fordge13-Apr-05 17:53 
GeneralRe: GetActiveWindow Pin
Ryan Binns13-Apr-05 18:31
Ryan Binns13-Apr-05 18:31 
GeneralCPropertyPage - Debug v. Release Pin
john john mackey13-Apr-05 14:14
john john mackey13-Apr-05 14:14 
GeneralRe: CPropertyPage - Debug v. Release Pin
Jack Puppy13-Apr-05 17:02
Jack Puppy13-Apr-05 17:02 
Generalmailing + smtp Pin
_tasleem13-Apr-05 12:30
_tasleem13-Apr-05 12:30 
GeneralRe: mailing + smtp Pin
Jack Puppy13-Apr-05 13:16
Jack Puppy13-Apr-05 13:16 
GeneralRe: C++ program Pin
David Crow13-Apr-05 10:32
David Crow13-Apr-05 10:32 
GeneralRe: C++ program Pin
#realJSOP13-Apr-05 10:02
mve#realJSOP13-Apr-05 10:02 
GeneralRe: C++ program Pin
David Crow13-Apr-05 10:34
David Crow13-Apr-05 10:34 
GeneralRe: C++ program Pin
Christian Graus13-Apr-05 15:16
protectorChristian Graus13-Apr-05 15:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.