Click here to Skip to main content
16,004,761 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Conversion Pin
Rage28-Mar-06 2:31
professionalRage28-Mar-06 2:31 
Questioncreating a timeout Pin
viperlogic28-Mar-06 0:06
viperlogic28-Mar-06 0:06 
AnswerRe: creating a timeout Pin
Ray Kinsella28-Mar-06 1:06
Ray Kinsella28-Mar-06 1:06 
QuestionCopy files by network Pin
Mila02527-Mar-06 23:44
Mila02527-Mar-06 23:44 
AnswerRe: Copy files by network Pin
Ștefan-Mihai MOGA28-Mar-06 0:18
professionalȘtefan-Mihai MOGA28-Mar-06 0:18 
Questionregarding Flickering in static object Pin
himuskanhere27-Mar-06 23:39
himuskanhere27-Mar-06 23:39 
AnswerRe: regarding Flickering in static object Pin
Waldermort27-Mar-06 23:57
Waldermort27-Mar-06 23:57 
QuestionCleaner code Pin
Waldermort27-Mar-06 23:29
Waldermort27-Mar-06 23:29 
This annoyance has been bugging me for a long time now.

Lets say I have a class called cParse contained in a .h and .cpp. Now a member of this class is a vector, declared as a member "std::vector<short> S_data;" in the header file.

Now normally with vectors and similar when you typr the name followed by a period you are shown a menu for all the functions/variables. But when it's declared as a class member in a header file you are not.

Is it possible to add something to the top of the source file which will enable this feature? It would cut down on typing errors if you can use the auto-complete feature of these menu's.
AnswerRe: Cleaner code Pin
Ștefan-Mihai MOGA28-Mar-06 0:21
professionalȘtefan-Mihai MOGA28-Mar-06 0:21 
AnswerRe: Cleaner code Pin
toxcct28-Mar-06 0:43
toxcct28-Mar-06 0:43 
GeneralRe: Cleaner code Pin
Waldermort28-Mar-06 0:51
Waldermort28-Mar-06 0:51 
GeneralRe: Cleaner code Pin
toxcct28-Mar-06 0:55
toxcct28-Mar-06 0:55 
GeneralRe: Cleaner code Pin
Rage28-Mar-06 2:25
professionalRage28-Mar-06 2:25 
General[OT] Pin
toxcct28-Mar-06 2:26
toxcct28-Mar-06 2:26 
GeneralRe: [OT] Pin
ThatsAlok28-Mar-06 17:43
ThatsAlok28-Mar-06 17:43 
GeneralRe: [OT] Pin
toxcct28-Mar-06 20:09
toxcct28-Mar-06 20:09 
GeneralRe: [OT] Pin
ThatsAlok28-Mar-06 21:25
ThatsAlok28-Mar-06 21:25 
GeneralRe: [OT] Pin
toxcct28-Mar-06 21:30
toxcct28-Mar-06 21:30 
AnswerRe: Cleaner code Pin
Dan McCormick28-Mar-06 1:44
Dan McCormick28-Mar-06 1:44 
AnswerRe: Cleaner code Pin
normanS28-Mar-06 18:25
normanS28-Mar-06 18:25 
QuestionDevice context and Selecting Bitmaps Pin
Laughing Buddha27-Mar-06 22:40
Laughing Buddha27-Mar-06 22:40 
AnswerRe: Device context and Selecting Bitmaps Pin
Hamid_RT28-Mar-06 1:20
Hamid_RT28-Mar-06 1:20 
GeneralRe: Device context and Selecting Bitmaps Pin
Laughing Buddha28-Mar-06 4:10
Laughing Buddha28-Mar-06 4:10 
GeneralRe: Device context and Selecting Bitmaps Pin
Hamid_RT28-Mar-06 4:18
Hamid_RT28-Mar-06 4:18 
AnswerRe: Device context and Selecting Bitmaps Pin
khan++28-Mar-06 1:22
khan++28-Mar-06 1:22 

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.