Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Importind Dialog to new project Pin
kumaichi2-Aug-02 6:49
kumaichi2-Aug-02 6:49 
GeneralRe: Importind Dialog to new project Pin
Chris Losinger2-Aug-02 6:52
professionalChris Losinger2-Aug-02 6:52 
GeneralRePainting issues? w/ child controls Pin
Gerjerts2-Aug-02 6:06
Gerjerts2-Aug-02 6:06 
GeneralRandom Linker Error Pin
Zac Howland2-Aug-02 5:53
Zac Howland2-Aug-02 5:53 
GeneralRe: Random Linker Error Pin
Zac Howland2-Aug-02 9:26
Zac Howland2-Aug-02 9:26 
Generalstd::stack questions (2 of them) Pin
Le centriste2-Aug-02 5:36
Le centriste2-Aug-02 5:36 
GeneralRe: std::stack questions (2 of them) Pin
Tomasz Sowinski2-Aug-02 5:51
Tomasz Sowinski2-Aug-02 5:51 
GeneralRe: std::stack questions (2 of them) Pin
Joao Vaz2-Aug-02 5:57
Joao Vaz2-Aug-02 5:57 
1 - A old question Smile | :)
Check http://www.sgi.com/tech/stl/stack.html[^] at the end of the page the [3] marks the spot Smile | :)

2- Simple, undefined behaviour , the pre-condition to call top() is the method empty() to be false , so you should always call empty() first, and if it returns false(), the you can safely call top()







Cheers,
Joao Vaz
And if your dream is to care for your family, to put food on the table, to provide them with an education and a good home, then maybe suffering through an endless, pointless, boring job will seem to have purpose. And you will realize how even a rock can change the world, simply by remaining obstinately stationary. - Shog9
GeneralVisual Studio .NET Editor Question! Simple! Pin
Ryan B.2-Aug-02 5:33
Ryan B.2-Aug-02 5:33 
GeneralCTreeCtrl Collapsing Message Pin
jparsons2-Aug-02 5:16
jparsons2-Aug-02 5:16 
GeneralRe: CTreeCtrl Collapsing Message Pin
Nish Nishant2-Aug-02 5:19
sitebuilderNish Nishant2-Aug-02 5:19 
GeneralRe: CTreeCtrl Collapsing Message Pin
jparsons2-Aug-02 5:22
jparsons2-Aug-02 5:22 
GeneralRe: CTreeCtrl Collapsing Message Pin
Nish Nishant2-Aug-02 5:29
sitebuilderNish Nishant2-Aug-02 5:29 
Generalhelp needed...!!! Pin
drmzunlimited2-Aug-02 4:54
drmzunlimited2-Aug-02 4:54 
GeneralRe: help needed...!!! Pin
chq122-Aug-02 5:24
chq122-Aug-02 5:24 
GeneralRe: help needed...!!! Pin
drmzunlimited2-Aug-02 7:56
drmzunlimited2-Aug-02 7:56 
QuestionWhere is MS VRML Viewer ? Pin
yarp2-Aug-02 4:51
yarp2-Aug-02 4:51 
GeneralDialogs without MFC Pin
James Spibey2-Aug-02 4:33
James Spibey2-Aug-02 4:33 
GeneralRe: Dialogs without MFC Pin
Chris Losinger2-Aug-02 4:50
professionalChris Losinger2-Aug-02 4:50 
GeneralRe: Dialogs without MFC Pin
James Spibey2-Aug-02 5:01
James Spibey2-Aug-02 5:01 
GeneralRe: Dialogs without MFC Pin
Joel Lucsy2-Aug-02 8:19
Joel Lucsy2-Aug-02 8:19 
GeneralRe: Dialogs without MFC Pin
James Spibey2-Aug-02 12:27
James Spibey2-Aug-02 12:27 
QuestionHow to trap Command Window that appears on execution of a normal VC++ programme or Application... Pin
Pankaj Singh2-Aug-02 4:22
Pankaj Singh2-Aug-02 4:22 
AnswerRe: How to trap Command Window that appears on execution of a normal VC++ programme or Application... Pin
Nish Nishant2-Aug-02 5:23
sitebuilderNish Nishant2-Aug-02 5:23 
GeneralXML Tree Control MFC Pin
MyEden2-Aug-02 4:03
MyEden2-Aug-02 4:03 

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.