Click here to Skip to main content
15,916,412 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hours and minutes Pin
Christian Graus29-Mar-04 17:47
protectorChristian Graus29-Mar-04 17:47 
GeneralThis isn't really a question Pin
MrNiceBerG29-Mar-04 17:16
MrNiceBerG29-Mar-04 17:16 
GeneralThis isn't really an answer Pin
Roger Wright29-Mar-04 18:14
professionalRoger Wright29-Mar-04 18:14 
GeneralRe: This isn't really an answer Pin
Prakash Nadar29-Mar-04 19:07
Prakash Nadar29-Mar-04 19:07 
General#include <string> and errors... help me fix Pin
HuuQuynh29-Mar-04 17:09
HuuQuynh29-Mar-04 17:09 
GeneralRe: #include <string> and errors... help me fix Pin
Christian Graus29-Mar-04 17:46
protectorChristian Graus29-Mar-04 17:46 
GeneralRe: #include <string> and errors... help me fix Pin
HuuQuynh29-Mar-04 19:43
HuuQuynh29-Mar-04 19:43 
GeneralRe: #include <string> and errors... help me fix Pin
Roger Allen30-Mar-04 0:38
Roger Allen30-Mar-04 0:38 
The problme is probably due to namespace pollution. As your doing a using namespace std you may find you end up adding a lot of symbols/names which clash with some of the symbols/names in your projects. Try reducing the amount beinf incuded by using:

using std::string;
using std::vector;



Globally includint entire namespaces like this may be good in the short term, but can bite you on the a$$ later on. We had a similar problem here recently.

Roger Allen - Sonork 100.10016
Strong Sad:
Clever I am? Next to no one.
Undiscovered and soggy.
Look up. Look down. They're around.
Probably laughing. Still, bright, watery.
Listed among the top. Ten.
Nine. Late night. Early morn.
Early mourn. Now I sleep.

GeneralRe: #include <string> and errors... help me fix Pin
HuuQuynh11-Apr-04 21:48
HuuQuynh11-Apr-04 21:48 
GeneralExporting Dialogs Pin
axid3j1al29-Mar-04 17:02
axid3j1al29-Mar-04 17:02 
GeneralRe: Exporting Dialogs Pin
Christian Graus29-Mar-04 17:47
protectorChristian Graus29-Mar-04 17:47 
GeneralModalLess Dialog Pin
asv29-Mar-04 16:49
asv29-Mar-04 16:49 
GeneralRe: ModalLess Dialog Pin
Christian Graus29-Mar-04 17:48
protectorChristian Graus29-Mar-04 17:48 
GeneralRe: ModalLess Dialog Pin
22491729-Mar-04 18:31
22491729-Mar-04 18:31 
GeneralRe: ModalLess Dialog Pin
David Crow30-Mar-04 4:18
David Crow30-Mar-04 4:18 
GeneralRe: ModalLess Dialog Pin
asv30-Mar-04 17:04
asv30-Mar-04 17:04 
GeneralRe: ModalLess Dialog Pin
David Crow31-Mar-04 2:03
David Crow31-Mar-04 2:03 
Generalfile stream help pleaseeee Pin
strik29-Mar-04 16:37
strik29-Mar-04 16:37 
GeneralRe: file stream help pleaseeee Pin
Antti Keskinen29-Mar-04 18:50
Antti Keskinen29-Mar-04 18:50 
GeneralRe: file stream help pleaseeee Pin
strik29-Mar-04 20:26
strik29-Mar-04 20:26 
GeneralRe: file stream help pleaseeee Pin
Robert A. T. Káldy29-Mar-04 22:41
Robert A. T. Káldy29-Mar-04 22:41 
GeneralRe: file stream help pleaseeee Pin
Antti Keskinen30-Mar-04 0:04
Antti Keskinen30-Mar-04 0:04 
GeneralRe: file stream help pleaseeee Pin
Roger Allen30-Mar-04 0:44
Roger Allen30-Mar-04 0:44 
GeneralRe: file stream help pleaseeee Pin
Antti Keskinen30-Mar-04 2:38
Antti Keskinen30-Mar-04 2:38 
GeneralRe: file stream help pleaseeee Pin
Robert A. T. Káldy30-Mar-04 5:08
Robert A. T. Káldy30-Mar-04 5:08 

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.