Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Removing ding Pin
David Crow29-Mar-04 8:03
David Crow29-Mar-04 8:03 
GeneralRe: Removing ding Pin
Prakash Nadar29-Mar-04 8:31
Prakash Nadar29-Mar-04 8:31 
GeneralRe: Removing ding Pin
doctorpi30-Mar-04 2:29
doctorpi30-Mar-04 2:29 
GeneralLimiting dekstop(maximized windows') size Pin
clayman8729-Mar-04 5:20
clayman8729-Mar-04 5:20 
GeneralRe: Limiting dekstop(maximized windows') size Pin
valikac29-Mar-04 6:46
valikac29-Mar-04 6:46 
GeneralRe: Limiting dekstop(maximized windows') size Pin
Michael Dunn29-Mar-04 8:30
sitebuilderMichael Dunn29-Mar-04 8:30 
Generalnamespace std Pin
BlackDice29-Mar-04 5:03
BlackDice29-Mar-04 5:03 
GeneralRe: namespace std Pin
Chris Losinger29-Mar-04 5:35
professionalChris Losinger29-Mar-04 5:35 
no, there's no single file to include, and if you're not using any classes that are in std, you don't need to use the namespace.

but, if you want to have "using namespace std;" for some other reason and just want to get rid of that error message, try :

#include < vector > // or any other C++ std file


Cleek | Losinger Designs | ClickPic | ThumbNailer
GeneralRe: namespace std Pin
BlackDice29-Mar-04 5:40
BlackDice29-Mar-04 5:40 
Generalerror C1010 Pin
dadacncn29-Mar-04 4:40
dadacncn29-Mar-04 4:40 
GeneralRe: error C1010 Pin
ohadp29-Mar-04 4:48
ohadp29-Mar-04 4:48 
GeneralRe: error C1010 Pin
dadacncn29-Mar-04 4:51
dadacncn29-Mar-04 4:51 
GeneralWaitForSingleObject - Handle for ShellExecute() Pin
ndalal29-Mar-04 4:38
ndalal29-Mar-04 4:38 
GeneralRe: WaitForSingleObject - Handle for ShellExecute() Pin
basementman29-Mar-04 4:44
basementman29-Mar-04 4:44 
GeneralRe: WaitForSingleObject - Handle for ShellExecute() Pin
ndalal29-Mar-04 4:50
ndalal29-Mar-04 4:50 
GeneralRe: WaitForSingleObject - Handle for ShellExecute() Pin
David Crow29-Mar-04 5:07
David Crow29-Mar-04 5:07 
GeneralRe: WaitForSingleObject - Handle for ShellExecute() Pin
ndalal29-Mar-04 6:09
ndalal29-Mar-04 6:09 
GeneralRe: WaitForSingleObject - Handle for ShellExecute() Pin
David Crow29-Mar-04 6:20
David Crow29-Mar-04 6:20 
GeneralRe: WaitForSingleObject - Handle for ShellExecute() Pin
Michael Dunn29-Mar-04 8:45
sitebuilderMichael Dunn29-Mar-04 8:45 
GeneralPrinting in a dialog based application Pin
Member 426420329-Mar-04 4:12
Member 426420329-Mar-04 4:12 
GeneralRe: Printing in a dialog based application Pin
Antti Keskinen29-Mar-04 4:38
Antti Keskinen29-Mar-04 4:38 
GeneralRe: Printing in a dialog based application Pin
Roger Allen30-Mar-04 0:53
Roger Allen30-Mar-04 0:53 
Questionstatic array of base class pointers?? Pin
LudaLuda29-Mar-04 4:00
LudaLuda29-Mar-04 4:00 
AnswerRe: static array of base class pointers?? Pin
ohadp29-Mar-04 4:37
ohadp29-Mar-04 4:37 
GeneralRe: static array of base class pointers?? Pin
LudaLuda29-Mar-04 4:53
LudaLuda29-Mar-04 4:53 

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.