Click here to Skip to main content
15,908,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: friend member function can't access private member var?? what's wrong Pin
ttzzgg_807131-Dec-02 22:24
ttzzgg_807131-Dec-02 22:24 
GeneralQueue help Pin
ian_ok1-Dec-02 4:15
ian_ok1-Dec-02 4:15 
GeneralRe: Queue help Pin
Christian Graus1-Dec-02 12:56
protectorChristian Graus1-Dec-02 12:56 
GeneralRe: Queue help Pin
Dudi Avramov1-Dec-02 5:21
Dudi Avramov1-Dec-02 5:21 
GeneralRe: Queue help Pin
geo_m1-Dec-02 8:20
geo_m1-Dec-02 8:20 
GeneralRe: Queue help Pin
Christian Graus1-Dec-02 12:57
protectorChristian Graus1-Dec-02 12:57 
GeneralRe: Queue help Pin
geo_m1-Dec-02 13:24
geo_m1-Dec-02 13:24 
GeneralRe: Queue help Pin
Christian Graus1-Dec-02 13:28
protectorChristian Graus1-Dec-02 13:28 
geo_m wrote:
Hmm, yes, but if std is a only namespace you are using (or here specifically you are forced to use it by stl) then it makes sense to use such a directive, instead of filling your code with std:: prefixes.

Can you name everything in the std namespace ? If not, then you don't know what you've included, and how it will interact with what you're writing. Stroustrup says to use this syntax:

using std::list;

instead.

geo_m wrote:
that he's probably using us as some sort of homework processing machine,

I think that's unfair. He wrote something before asking for help. Isn't that what this forum is for ?


Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
GeneralRe: Queue help Pin
geo_m1-Dec-02 13:55
geo_m1-Dec-02 13:55 
GeneralRe: Queue help Pin
Christian Graus1-Dec-02 14:01
protectorChristian Graus1-Dec-02 14:01 
GeneralRe: Queue help Pin
ian_ok1-Dec-02 8:52
ian_ok1-Dec-02 8:52 
GeneralRe: Queue help Pin
Christian Graus1-Dec-02 12:59
protectorChristian Graus1-Dec-02 12:59 
GeneralRe: Queue help Pin
ian_ok2-Dec-02 3:29
ian_ok2-Dec-02 3:29 
GeneralRe: Queue help Pin
Gary R. Wheeler3-Dec-02 15:12
Gary R. Wheeler3-Dec-02 15:12 
GeneralLink errors with GDI+ Pin
Salvador Dali1-Dec-02 3:58
Salvador Dali1-Dec-02 3:58 
GeneralRe: Link errors with GDI+ Pin
Michael Dunn1-Dec-02 5:41
sitebuilderMichael Dunn1-Dec-02 5:41 
GeneralRe: Link errors with GDI+ Pin
Salvador Dali1-Dec-02 10:41
Salvador Dali1-Dec-02 10:41 
GeneralHelp with Buffers! Pin
Paddy1-Dec-02 2:09
Paddy1-Dec-02 2:09 
GeneralRe: Help with Buffers! Pin
markkuk1-Dec-02 2:37
markkuk1-Dec-02 2:37 
GeneralRe: Help with Buffers! Pin
Paddy1-Dec-02 2:53
Paddy1-Dec-02 2:53 
GeneralRe: Help with Buffers! Pin
slt1-Dec-02 11:57
slt1-Dec-02 11:57 
GeneralRe: Help with Buffers! Pin
Anonymous1-Dec-02 11:57
Anonymous1-Dec-02 11:57 
GeneralChanging priority in a priority queue Pin
pankajdaga1-Dec-02 1:53
pankajdaga1-Dec-02 1:53 
Questionhow can i serialize a tree struct using c++. not use mfc Pin
ttzzgg_807131-Dec-02 1:04
ttzzgg_807131-Dec-02 1:04 
AnswerRe: how can i serialize a tree struct using c++. not use mfc Pin
Christian Graus1-Dec-02 2:43
protectorChristian Graus1-Dec-02 2:43 

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.