Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Event like CEvent Pin
Peter Weyzen3-Jun-03 11:54
Peter Weyzen3-Jun-03 11:54 
GeneralError in Subclass ......help me Pin
_skidrow_vn_3-Jun-03 8:24
_skidrow_vn_3-Jun-03 8:24 
Generalproper format of ,,for loop in C++.NET Pin
mr20033-Jun-03 7:57
mr20033-Jun-03 7:57 
GeneralRe: proper format of ,,for loop in C++.NET Pin
Maximilien3-Jun-03 8:03
Maximilien3-Jun-03 8:03 
GeneralSetting string variables Pin
beginningStudent3-Jun-03 6:43
sussbeginningStudent3-Jun-03 6:43 
GeneralRe: Setting string variables Pin
valikac3-Jun-03 7:43
valikac3-Jun-03 7:43 
GeneralRe: Setting string variables Pin
Anonymous3-Jun-03 7:45
Anonymous3-Jun-03 7:45 
GeneralRe: Setting string variables Pin
jhwurmbach3-Jun-03 8:13
jhwurmbach3-Jun-03 8:13 
After making sure you did
#include < string >
you need to make sure to access them with std::string,
or you can use
using std::string;
and from then on simply write string, or as a third (closly related) possibility you can add
using namespace std;
and omit writing any std:: at the expense of some rare problems with names used twice.




My opinions may have changed, but not the fact that I am right.
GeneralSplitter Pin
sulaxan3-Jun-03 6:32
sulaxan3-Jun-03 6:32 
GeneralRe: Splitter Pin
Anonymous3-Jun-03 10:47
Anonymous3-Jun-03 10:47 
GeneralRe: Splitter Pin
sulaxan3-Jun-03 18:46
sulaxan3-Jun-03 18:46 
GeneralEdit box Pin
will13833-Jun-03 6:12
will13833-Jun-03 6:12 
GeneralRe: Edit box Pin
valikac3-Jun-03 7:45
valikac3-Jun-03 7:45 
GeneralRe: Edit box Pin
will13833-Jun-03 8:48
will13833-Jun-03 8:48 
GeneralRe: Edit box Pin
basementman9-Jun-03 6:27
basementman9-Jun-03 6:27 
GeneralUpdating window when drawing Pin
Rage3-Jun-03 6:09
professionalRage3-Jun-03 6:09 
GeneralRe: Updating window when drawing Pin
valikac3-Jun-03 7:48
valikac3-Jun-03 7:48 
GeneralRe: Updating window when drawing Pin
Maximilien3-Jun-03 8:05
Maximilien3-Jun-03 8:05 
GeneralMultimedia timers Pin
act_x3-Jun-03 5:31
act_x3-Jun-03 5:31 
GeneralRe: Multimedia timers Pin
Rage3-Jun-03 5:40
professionalRage3-Jun-03 5:40 
GeneralRe: Multimedia timers Pin
act_x3-Jun-03 5:57
act_x3-Jun-03 5:57 
GeneralInterprocess communication Pin
doctorpi3-Jun-03 5:13
doctorpi3-Jun-03 5:13 
GeneralRe: Interprocess communication Pin
Rage3-Jun-03 5:24
professionalRage3-Jun-03 5:24 
GeneralRe: Interprocess communication Pin
Trollslayer3-Jun-03 6:07
mentorTrollslayer3-Jun-03 6:07 
GeneralRe: Interprocess communication Pin
Rage3-Jun-03 5:28
professionalRage3-Jun-03 5:28 

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.