Click here to Skip to main content
15,889,802 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General(psapi.h) RemoteAdmin sample Code Pin
~Pete12-Jan-04 16:45
~Pete12-Jan-04 16:45 
GeneralRe: (psapi.h) RemoteAdmin sample Code Pin
Selvam R12-Jan-04 18:35
professionalSelvam R12-Jan-04 18:35 
GeneralRe: (psapi.h) RemoteAdmin sample Code Pin
Anonymous13-Jan-04 14:23
Anonymous13-Jan-04 14:23 
Generalstring var help Pin
trask89912-Jan-04 16:01
trask89912-Jan-04 16:01 
GeneralRe: string var help Pin
trask89912-Jan-04 16:04
trask89912-Jan-04 16:04 
GeneralRe: string var help Pin
bryce12-Jan-04 16:24
bryce12-Jan-04 16:24 
GeneralRe: string var help Pin
Jijo.Raj12-Jan-04 17:53
Jijo.Raj12-Jan-04 17:53 
GeneralRe: string var help Pin
ZoogieZork12-Jan-04 17:31
ZoogieZork12-Jan-04 17:31 
string is in the std namespace, so you either need to qualify it as std::string or add using std::string; before you first use it. using namespace std; will import the entire std namespace.

- Mike
GeneralRe: string var help Pin
trask89913-Jan-04 9:14
trask89913-Jan-04 9:14 
GeneralCDWordArray and sort Pin
pranavamhari12-Jan-04 16:00
pranavamhari12-Jan-04 16:00 
GeneralRe: CDWordArray and sort Pin
bryce12-Jan-04 17:52
bryce12-Jan-04 17:52 
GeneralRe: CDWordArray and sort Pin
pranavamhari12-Jan-04 20:20
pranavamhari12-Jan-04 20:20 
GeneralRe: CDWordArray and sort Pin
l a u r e n12-Jan-04 21:23
l a u r e n12-Jan-04 21:23 
GeneralRe: CDWordArray and sort Pin
jhwurmbach12-Jan-04 22:19
jhwurmbach12-Jan-04 22:19 
GeneralRe: CDWordArray and sort Pin
bryce13-Jan-04 0:31
bryce13-Jan-04 0:31 
QuestionPostThreadMessage(...)??? Pin
zhaopzhi12-Jan-04 15:48
zhaopzhi12-Jan-04 15:48 
AnswerRe: PostThreadMessage(...)??? Pin
Antti Keskinen12-Jan-04 18:34
Antti Keskinen12-Jan-04 18:34 
GeneralMultilingual (Unicode) Pin
12-Jan-04 14:25
suss12-Jan-04 14:25 
GeneralNeed help with sending email through program. Pin
Snyp12-Jan-04 14:19
Snyp12-Jan-04 14:19 
GeneralRe: Need help with sending email through program. Pin
bryce12-Jan-04 15:51
bryce12-Jan-04 15:51 
GeneralRe: Need help with sending email through program. Pin
Snyp12-Jan-04 16:02
Snyp12-Jan-04 16:02 
GeneralRe: Need help with sending email through program. Pin
bryce12-Jan-04 16:14
bryce12-Jan-04 16:14 
GeneralRe: Need help with sending email through program. Pin
murali_utr12-Jan-04 17:35
murali_utr12-Jan-04 17:35 
GeneralRe: Need help with sending email through program. Pin
Marcello16-Jan-04 7:30
Marcello16-Jan-04 7:30 
Generalhelppp!!! ERROR_ACCESS_DENIED and openprocesstoken() Pin
dp512-Jan-04 12:58
dp512-Jan-04 12:58 

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.