Click here to Skip to main content
15,885,435 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Combo Box Value Pin
David Crow20-Jul-06 5:03
David Crow20-Jul-06 5:03 
QuestionHow can i detect that the system has just restarted/powered on Pin
Kim Togo20-Jul-06 3:54
professionalKim Togo20-Jul-06 3:54 
AnswerRe: How can i detect that the system has just restarted/powered on Pin
David Crow20-Jul-06 4:10
David Crow20-Jul-06 4:10 
AnswerRe: How can i detect that the system has just restarted/powered on Pin
Dimitris Vikeloudas20-Jul-06 4:23
Dimitris Vikeloudas20-Jul-06 4:23 
GeneralRe: How can i detect that the system has just restarted/powered on Pin
Kim Togo20-Jul-06 20:22
professionalKim Togo20-Jul-06 20:22 
QuestionCOM reading and string format Pin
tanarnelinistit20-Jul-06 3:52
tanarnelinistit20-Jul-06 3:52 
AnswerRe: COM reading and string format [modified] Pin
earl20-Jul-06 4:05
earl20-Jul-06 4:05 
QuestionSome question on RPC Memory allocation Pin
yccheok20-Jul-06 3:49
yccheok20-Jul-06 3:49 
Hello all, by refering to article http://www.codeproject.com/internet/rpcintro1.asp, i was wondering if i allocate an memory at server side, the return the pointer.

// Server function.
const char* Server::Output()
{
m_pVar = new char[1024];
return m_pVar
}

m_pVar is Server class member. Server will delete m_pVar in its destructor. However, may I know once the Client receive the pointer,

// Client code
const char* m_pClientPointer = Output();

does client need to perform deletion on m_pClientPointer?

Thank you!
QuestionInternetFindNextFile??? Pin
_AnsHUMAN_ 20-Jul-06 3:45
_AnsHUMAN_ 20-Jul-06 3:45 
AnswerRe: InternetFindNextFile??? Pin
earl20-Jul-06 3:47
earl20-Jul-06 3:47 
QuestionRe: InternetFindNextFile??? Pin
David Crow20-Jul-06 4:14
David Crow20-Jul-06 4:14 
AnswerRe: InternetFindNextFile??? Pin
_AnsHUMAN_ 20-Jul-06 4:19
_AnsHUMAN_ 20-Jul-06 4:19 
GeneralRe: InternetFindNextFile??? Pin
David Crow20-Jul-06 4:28
David Crow20-Jul-06 4:28 
GeneralRe: InternetFindNextFile??? Pin
_AnsHUMAN_ 20-Jul-06 18:20
_AnsHUMAN_ 20-Jul-06 18:20 
GeneralRe: InternetFindNextFile??? Pin
David Crow21-Jul-06 2:40
David Crow21-Jul-06 2:40 
GeneralRe: InternetFindNextFile??? [modified] Pin
_AnsHUMAN_ 21-Jul-06 2:45
_AnsHUMAN_ 21-Jul-06 2:45 
GeneralRe: InternetFindNextFile??? Pin
David Crow21-Jul-06 3:44
David Crow21-Jul-06 3:44 
GeneralRe: InternetFindNextFile??? Pin
_AnsHUMAN_ 21-Jul-06 3:59
_AnsHUMAN_ 21-Jul-06 3:59 
QuestionRe: InternetFindNextFile??? Pin
David Crow21-Jul-06 4:31
David Crow21-Jul-06 4:31 
AnswerRe: InternetFindNextFile??? Pin
_AnsHUMAN_ 21-Jul-06 4:40
_AnsHUMAN_ 21-Jul-06 4:40 
QuestionRe: InternetFindNextFile??? Pin
David Crow21-Jul-06 5:04
David Crow21-Jul-06 5:04 
Question[Message Deleted] Pin
stancrm20-Jul-06 2:48
stancrm20-Jul-06 2:48 
AnswerRe: Casting problem (String* to LPCVOID) Pin
Cedric Moonen20-Jul-06 3:13
Cedric Moonen20-Jul-06 3:13 
JokeRe: Casting problem (String* to LPCVOID) Pin
toxcct20-Jul-06 3:20
toxcct20-Jul-06 3:20 
GeneralRe: Casting problem (String* to LPCVOID) Pin
David Crow20-Jul-06 3:25
David Crow20-Jul-06 3:25 

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.