Click here to Skip to main content
15,910,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat does "const vector& vars" mean? Pin
Rafferty Uy12-Oct-04 16:11
Rafferty Uy12-Oct-04 16:11 
AnswerRe: What does "const vector& vars" mean? Pin
Ryan Binns12-Oct-04 18:07
Ryan Binns12-Oct-04 18:07 
GeneralRe: What does "const vector& vars" mean? Pin
Rafferty Uy12-Oct-04 20:41
Rafferty Uy12-Oct-04 20:41 
GeneralRe: What does "const vector& vars" mean? Pin
Ryan Binns13-Oct-04 1:59
Ryan Binns13-Oct-04 1:59 
GeneralFile access rights Pin
Anonymous12-Oct-04 16:04
Anonymous12-Oct-04 16:04 
GeneralRe: File access rights Pin
Ryan Binns12-Oct-04 18:12
Ryan Binns12-Oct-04 18:12 
GeneralRe: File access rights Pin
Sudhir Mangla12-Oct-04 18:34
professionalSudhir Mangla12-Oct-04 18:34 
GeneralCString undeclared?! Pin
jadegal12-Oct-04 13:38
jadegal12-Oct-04 13:38 
I was following some online examples on creating a
simple user form in visual c++, and I just came upon a
strange thing...that is, after putting in teh text
boxes and radio buttons etc, we go to put in a button
for the user to click, then according to the online
instructions, by double clicking on that button it
should take me to the code section where I can then
define what I want the form to do...but I just
noticed that in doing so, it takes me to the .h and
not .cpp file to define the code! That is kind of
strange..shouldn't I define my codes in the .cpp
file?

Also, when I try to put in additional logics, such as
declaring CString variables to do stuff with it, it
tells me CString is not declared...this is really
strange...

any assistance would be greatly
appreciated...

thank you!

GeneralRe: CString undeclared?! Pin
Christian Graus12-Oct-04 13:55
protectorChristian Graus12-Oct-04 13:55 
GeneralRe: CString undeclared?! Pin
Yulianto.12-Oct-04 19:52
Yulianto.12-Oct-04 19:52 
GeneralChanging Mouse Sensitivity Pin
Anonymous12-Oct-04 13:26
Anonymous12-Oct-04 13:26 
GeneralFreeLibrary question Pin
Brian Shifrin12-Oct-04 13:06
Brian Shifrin12-Oct-04 13:06 
GeneralRe: FreeLibrary question Pin
Blake Miller13-Oct-04 4:36
Blake Miller13-Oct-04 4:36 
Generalint to CString Pin
Jesus Choy Ley12-Oct-04 10:15
sussJesus Choy Ley12-Oct-04 10:15 
GeneralRe: int to CString Pin
Neville Franks12-Oct-04 10:20
Neville Franks12-Oct-04 10:20 
GeneralRe: int to CString Pin
vcplusplus12-Oct-04 11:03
vcplusplus12-Oct-04 11:03 
GeneralRe: int to CString Pin
nguyenvhn12-Oct-04 14:54
nguyenvhn12-Oct-04 14:54 
GeneralRe: int to CString Pin
Michael Dunn12-Oct-04 20:23
sitebuilderMichael Dunn12-Oct-04 20:23 
GeneralBlocking read at end of file required Pin
Anonymous12-Oct-04 8:53
Anonymous12-Oct-04 8:53 
GeneralRe: Blocking read at end of file required Pin
Neville Franks12-Oct-04 10:19
Neville Franks12-Oct-04 10:19 
GeneralRe: Blocking read at end of file required Pin
Anonymous12-Oct-04 10:44
Anonymous12-Oct-04 10:44 
GeneralRe: Blocking read at end of file required Pin
Neville Franks12-Oct-04 10:51
Neville Franks12-Oct-04 10:51 
Generalcan't set input focus Pin
hyling12-Oct-04 8:12
hyling12-Oct-04 8:12 
GeneralRe: can't set input focus Pin
Neville Franks12-Oct-04 10:24
Neville Franks12-Oct-04 10:24 
GeneralRe: can't set input focus Pin
hyling12-Oct-04 10:45
hyling12-Oct-04 10:45 

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.