Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Xcopy command and spaces Pin
David Crow6-Sep-05 6:08
David Crow6-Sep-05 6:08 
Questionmemory leak - a basic misunderstanding Pin
IlanTal6-Sep-05 3:39
IlanTal6-Sep-05 3:39 
AnswerRe: memory leak - a basic misunderstanding Pin
David Crow6-Sep-05 3:48
David Crow6-Sep-05 3:48 
GeneralRe: memory leak - a basic misunderstanding Pin
IlanTal6-Sep-05 3:55
IlanTal6-Sep-05 3:55 
GeneralRe: memory leak - a basic misunderstanding Pin
Tim Smith6-Sep-05 3:58
Tim Smith6-Sep-05 3:58 
GeneralRe: memory leak - a basic misunderstanding Pin
David Crow6-Sep-05 4:02
David Crow6-Sep-05 4:02 
Questionget local machine ethernet address Pin
rolati6-Sep-05 3:05
rolati6-Sep-05 3:05 
AnswerRe: get local machine ethernet address Pin
David Crow6-Sep-05 3:59
David Crow6-Sep-05 3:59 
Technically, no. C++ knows nothing of IP addresses or the like. The API to obtain that type of information will likely be platform specific. For Windows, the information can be obtained with gethostname() followed by gethostbyname(), neither of which are C++.


"One must learn from the bite of the fire to leave it alone." - Native American Proverb


GeneralRe: get local machine ethernet address Pin
Steve Mayfield6-Sep-05 19:59
Steve Mayfield6-Sep-05 19:59 
QuestionAES Implementation in C++ Decrypt Problem Pin
mustangnet6-Sep-05 3:02
mustangnet6-Sep-05 3:02 
Questionantialiasing with MFC Pin
T1TAN6-Sep-05 2:57
T1TAN6-Sep-05 2:57 
AnswerRe: antialiasing with MFC Pin
Neagoe Gabriel6-Sep-05 3:01
Neagoe Gabriel6-Sep-05 3:01 
GeneralRe: antialiasing with MFC Pin
T1TAN6-Sep-05 3:08
T1TAN6-Sep-05 3:08 
GeneralRe: antialiasing with MFC Pin
Neagoe Gabriel6-Sep-05 3:54
Neagoe Gabriel6-Sep-05 3:54 
GeneralRe: antialiasing with MFC Pin
T1TAN6-Sep-05 4:26
T1TAN6-Sep-05 4:26 
GeneralRe: antialiasing with MFC Pin
Anonymous6-Sep-05 5:49
Anonymous6-Sep-05 5:49 
Question_CrtIsValidHeapPointer(pUserData) ASSERTION Pin
dharani6-Sep-05 2:51
dharani6-Sep-05 2:51 
AnswerRe: _CrtIsValidHeapPointer(pUserData) ASSERTION Pin
Tim Smith6-Sep-05 3:45
Tim Smith6-Sep-05 3:45 
GeneralRe: _CrtIsValidHeapPointer(pUserData) ASSERTION Pin
dharani8-Sep-05 23:06
dharani8-Sep-05 23:06 
QuestionC++ in Visual Studio.NET Pin
J Liang6-Sep-05 2:43
J Liang6-Sep-05 2:43 
AnswerRe: C++ in Visual Studio.NET Pin
T1TAN6-Sep-05 3:01
T1TAN6-Sep-05 3:01 
GeneralRe: C++ in Visual Studio.NET Pin
J Liang6-Sep-05 3:21
J Liang6-Sep-05 3:21 
GeneralRe: C++ in Visual Studio.NET Pin
T1TAN6-Sep-05 3:28
T1TAN6-Sep-05 3:28 
AnswerRe: C++ in Visual Studio.NET Pin
Cedric Moonen6-Sep-05 3:02
Cedric Moonen6-Sep-05 3:02 
GeneralRe: C++ in Visual Studio.NET Pin
J Liang6-Sep-05 3:24
J Liang6-Sep-05 3:24 

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.