Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
«_Superman_»11-Feb-09 20:26
professional«_Superman_»11-Feb-09 20:26 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
VC++Maniac11-Feb-09 20:32
VC++Maniac11-Feb-09 20:32 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
CPallini11-Feb-09 23:40
mveCPallini11-Feb-09 23:40 
QuestionRe: converting TCHAR to CString giving some garbage value Pin
David Crow12-Feb-09 3:09
David Crow12-Feb-09 3:09 
QuestionSocket main() working, Class is not Pin
gvanto11-Feb-09 19:28
gvanto11-Feb-09 19:28 
AnswerRe: Socket main() working, Class is not Pin
Stuart Dootson11-Feb-09 22:03
professionalStuart Dootson11-Feb-09 22:03 
AnswerRe: Socket main() working, Class is not Pin
gvanto11-Feb-09 23:49
gvanto11-Feb-09 23:49 
GeneralRe: Socket main() working, Class is not Pin
Stuart Dootson12-Feb-09 0:14
professionalStuart Dootson12-Feb-09 0:14 
gvanto wrote:
exit(0) was only to exit from a main routine or something


No, it exits the current process - of course, which process is 'current' can get confusing with *nix, as the fork function creates a new process by duplicating the caller, so you have to track the two code paths, the parent process (where fork returns the child PID) and the child process (wehere fork returns zero).

In some ways it's easier to work with than Win32's CreateProcess, in other ways not.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Socket main() working, Class is not Pin
gvanto12-Feb-09 0:59
gvanto12-Feb-09 0:59 
QuestionMFC multilingual Application Pin
Varun Bhatt11-Feb-09 18:44
Varun Bhatt11-Feb-09 18:44 
AnswerRe: MFC multilingual Application Pin
Sarath C11-Feb-09 18:57
Sarath C11-Feb-09 18:57 
GeneralRe: MFC multilingual Application Pin
Varun Bhatt11-Feb-09 19:15
Varun Bhatt11-Feb-09 19:15 
GeneralRe: MFC multilingual Application Pin
Sarath C11-Feb-09 23:09
Sarath C11-Feb-09 23:09 
AnswerRe: MFC multilingual Application Pin
Hamid_RT11-Feb-09 19:15
Hamid_RT11-Feb-09 19:15 
QuestionSplitter window problem Pin
ATM@CodeProject11-Feb-09 18:41
ATM@CodeProject11-Feb-09 18:41 
AnswerRe: Splitter window problem Pin
«_Superman_»11-Feb-09 20:23
professional«_Superman_»11-Feb-09 20:23 
GeneralRe: Splitter window problem Pin
ATM@CodeProject11-Feb-09 21:22
ATM@CodeProject11-Feb-09 21:22 
QuestionType casting Pin
Krishnakumartg11-Feb-09 18:09
Krishnakumartg11-Feb-09 18:09 
AnswerRe: Type casting Pin
«_Superman_»11-Feb-09 18:22
professional«_Superman_»11-Feb-09 18:22 
GeneralRe: Type casting Pin
Krishnakumartg11-Feb-09 18:25
Krishnakumartg11-Feb-09 18:25 
GeneralRe: Type casting Pin
«_Superman_»11-Feb-09 18:27
professional«_Superman_»11-Feb-09 18:27 
GeneralRe: Type casting Pin
Krishnakumartg11-Feb-09 18:37
Krishnakumartg11-Feb-09 18:37 
AnswerRe: Type casting Pin
Sarath C11-Feb-09 18:59
Sarath C11-Feb-09 18:59 
Questionunfamiliar error message box Pin
vanishaa11-Feb-09 18:03
vanishaa11-Feb-09 18:03 
AnswerRe: unfamiliar error message box [modified] Pin
_AnsHUMAN_ 11-Feb-09 18:16
_AnsHUMAN_ 11-Feb-09 18: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.