Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Stack Question Pin
Nick Parker14-Aug-02 8:31
protectorNick Parker14-Aug-02 8:31 
GeneralRe: Stack Question Pin
Chris Losinger14-Aug-02 8:36
professionalChris Losinger14-Aug-02 8:36 
GeneralRe: Stack Question Pin
Nick Parker14-Aug-02 8:44
protectorNick Parker14-Aug-02 8:44 
GeneralRe: Stack Question Pin
Chris Losinger14-Aug-02 8:56
professionalChris Losinger14-Aug-02 8:56 
GeneralRe: Stack Question Pin
Nick Parker14-Aug-02 9:04
protectorNick Parker14-Aug-02 9:04 
GeneralRe: Stack Question Pin
Chris Losinger14-Aug-02 9:06
professionalChris Losinger14-Aug-02 9:06 
GeneralRe: Stack Question Pin
Nick Parker14-Aug-02 9:10
protectorNick Parker14-Aug-02 9:10 
GeneralRe: Stack Question Pin
Chris Losinger14-Aug-02 9:16
professionalChris Losinger14-Aug-02 9:16 
#pragma can do a lot of things. in this case, we're just telling the compiler to suppress those particular warnings. but, you'll find, as you use more STL, that even the mighty pragma can't turn off all warnings in all situations - the STL headers will enable warnings on their own, and the warnings will show up regardless of what you say.

pragma can also force compliations errors or warnings, it can cause automagic linking to static libs, and much more.

most of the STL warnings are harmless. i treat that pragma as simply part of using STL Smile | :)

-c


Conservative:
Faith is the quality that enables you to eat blackberry jam
on a picnic without looking to see whether the seeds move.

GeneralRe: Stack Question Pin
Nick Parker14-Aug-02 9:19
protectorNick Parker14-Aug-02 9:19 
GeneralRe: Stack Question Pin
Chris Losinger14-Aug-02 9:04
professionalChris Losinger14-Aug-02 9:04 
GeneralRe: Stack Question Pin
Philippe Mori15-Aug-02 10:22
Philippe Mori15-Aug-02 10:22 
Questionunique field in an Access database ? Pin
ns14-Aug-02 7:49
ns14-Aug-02 7:49 
AnswerRe: unique field in an Access database ? Pin
Ranjan Banerji14-Aug-02 8:15
Ranjan Banerji14-Aug-02 8:15 
GeneralRe: unique field in an Access database ? Pin
ns14-Aug-02 8:24
ns14-Aug-02 8:24 
GeneralRe: unique field in an Access database ? Pin
Ranjan Banerji14-Aug-02 8:35
Ranjan Banerji14-Aug-02 8:35 
AnswerRe: unique field in an Access database ? Pin
Bill Wilson14-Aug-02 8:20
Bill Wilson14-Aug-02 8:20 
Questionhow i can do this??plz help me! Pin
aashu14-Aug-02 7:38
aashu14-Aug-02 7:38 
Generaltimers with CreateWaitableTimer Pin
Jim Crafton14-Aug-02 7:18
Jim Crafton14-Aug-02 7:18 
GeneralRe: timers with CreateWaitableTimer Pin
Daniel Lohmann14-Aug-02 13:57
Daniel Lohmann14-Aug-02 13:57 
GeneralDeveloping on VC++ for Linux Pin
Robert White14-Aug-02 7:15
Robert White14-Aug-02 7:15 
GeneralMultiple Thread Pin
14-Aug-02 7:14
suss14-Aug-02 7:14 
GeneralRe: Multiple Thread Pin
valikac14-Aug-02 8:20
valikac14-Aug-02 8:20 
GeneralRe: Multiple Thread Pin
Bill Wilson14-Aug-02 8:23
Bill Wilson14-Aug-02 8:23 
GeneralUnhandled exception when using acmFormatChoose. Pin
redeemer14-Aug-02 7:05
redeemer14-Aug-02 7:05 
GeneralRe: Unhandled exception when using acmFormatChoose. Pin
Bill Wilson14-Aug-02 9:04
Bill Wilson14-Aug-02 9:04 

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.