Click here to Skip to main content
16,012,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Microsoft recommends C++ for .NET 2.0 and Longhorn Pin
Kevin McFarlane22-Jun-04 3:57
Kevin McFarlane22-Jun-04 3:57 
QuestionIhow an item of CTreeCtrl store two string? Pin
Member 62183621-Jun-04 22:49
Member 62183621-Jun-04 22:49 
AnswerRe: Ihow an item of CTreeCtrl store two string? Pin
palbano22-Jun-04 5:59
palbano22-Jun-04 5:59 
GeneralGreek leters and subscripts Pin
André Dewispelaere21-Jun-04 22:44
André Dewispelaere21-Jun-04 22:44 
GeneralRe: Greek leters and subscripts Pin
Johan Rosengren21-Jun-04 23:46
Johan Rosengren21-Jun-04 23:46 
GeneralVery simple C++ question - include files Pin
Indrawati21-Jun-04 22:36
Indrawati21-Jun-04 22:36 
GeneralRe: Very simple C++ question - include files Pin
V.21-Jun-04 23:10
professionalV.21-Jun-04 23:10 
GeneralRe: Very simple C++ question - include files Pin
Bob Stanneveld22-Jun-04 1:48
Bob Stanneveld22-Jun-04 1:48 
Indrawati wrote:
how about using keyword? Should I write using std::vector in A.h or A.cpp?

You should never use the using keyword in your .h files. This way, you pollute the global namespace. It may not result in disaster for using std::vector, but you never know...
If you really want to use the using keyword, put it in the .cpp file.



A student knows little about a lot.
A professor knows a lot about little.
I know everything about nothing.


GeneralRe: Very simple C++ question - include files Pin
Kevin McFarlane22-Jun-04 4:05
Kevin McFarlane22-Jun-04 4:05 
GeneralRe: Very simple C++ question - include files Pin
Jeremy Falcon22-Jun-04 5:45
professionalJeremy Falcon22-Jun-04 5:45 
GeneralRe: Very simple C++ question - include files Pin
gamitech22-Jun-04 13:10
gamitech22-Jun-04 13:10 
GeneralDisplay My Computer folder in a CFileDialog Pin
Filomela21-Jun-04 22:23
Filomela21-Jun-04 22:23 
GeneralRe: Display My Computer folder in a CFileDialog Pin
V.22-Jun-04 2:56
professionalV.22-Jun-04 2:56 
GeneralRe: Display My Computer folder in a CFileDialog Pin
David Crow22-Jun-04 3:00
David Crow22-Jun-04 3:00 
GeneralCan't open vcproj files created for C++ projects Pin
naamazur21-Jun-04 22:10
naamazur21-Jun-04 22:10 
QuestionHow to get back color of a dialog? Pin
freehawk21-Jun-04 21:28
freehawk21-Jun-04 21:28 
AnswerRe: How to get back color of a dialog? Pin
Filomela21-Jun-04 22:25
Filomela21-Jun-04 22:25 
AnswerRe: How to get back color of a dialog? Pin
David Crow22-Jun-04 3:26
David Crow22-Jun-04 3:26 
GeneralRe: How to get back color of a dialog? Pin
freehawk22-Jun-04 14:53
freehawk22-Jun-04 14:53 
GeneralRe: How to get back color of a dialog? Pin
David Crow23-Jun-04 2:02
David Crow23-Jun-04 2:02 
GeneralRe: How to get back color of a dialog? Pin
freehawk23-Jun-04 15:05
freehawk23-Jun-04 15:05 
GeneralDatabase Pin
Igor2k21-Jun-04 21:17
Igor2k21-Jun-04 21:17 
GeneralRe: Database Pin
David Crow22-Jun-04 3:37
David Crow22-Jun-04 3:37 
GeneralConverting a bitmap Colors depth Pin
uuuuuuuuuuuuuups21-Jun-04 21:07
uuuuuuuuuuuuuups21-Jun-04 21:07 
Questionhow to add Toolbar Pin
Anonymous21-Jun-04 21:00
Anonymous21-Jun-04 21:00 

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.