Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: develop an assembler based on reqmts in VC++ Pin
ThatsAlok7-Jun-05 23:05
ThatsAlok7-Jun-05 23:05 
GeneralVB/C++ DLL calls Pin
Member 20276077-Jun-05 16:54
Member 20276077-Jun-05 16:54 
Generaltemplates + overloading ofstream = AHH! Pin
FocusedWolf7-Jun-05 16:46
FocusedWolf7-Jun-05 16:46 
GeneralRe: templates + overloading ofstream = AHH! Pin
Christian Graus7-Jun-05 17:07
protectorChristian Graus7-Jun-05 17:07 
GeneralRe: templates + overloading ofstream = AHH! Pin
FocusedWolf7-Jun-05 17:21
FocusedWolf7-Jun-05 17:21 
GeneralRe: templates + overloading ofstream = AHH! Pin
Bob Stanneveld7-Jun-05 21:00
Bob Stanneveld7-Jun-05 21:00 
GeneralRe: templates + overloading ofstream = AHH! Pin
FocusedWolf8-Jun-05 3:59
FocusedWolf8-Jun-05 3:59 
GeneralRe: templates + overloading ofstream = AHH! Pin
Bob Stanneveld8-Jun-05 4:10
Bob Stanneveld8-Jun-05 4:10 
You're welcome Big Grin | :-D

FocusedWolf wrote:
using namespace std;

A little bit of advise: never and I mean NEVER use a using statement in a header file. I may not cause problems directly, but if you start to work on large projects or libraries that will be used by third party people, this little statement is likely to cause some nasty trouble.

The reason for this is the following: the using SomeNamespace keyword brings all the declarations in of SomeNamespace into the current namespace (in your case the global namespace). This feature is often called polluting a namespace. This could cause name clashes with other namespaces or whatever. This problem is hard to track down.



Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]

GeneralNeed to notify the parent dialog when in-place edit of CListCtrl takes place... Pin
Anonymous7-Jun-05 16:45
Anonymous7-Jun-05 16:45 
GeneralRe: Need to notify the parent dialog when in-place edit of CListCtrl takes place... Pin
Christian Graus7-Jun-05 17:18
protectorChristian Graus7-Jun-05 17:18 
GeneralRe: Need to notify the parent dialog when in-place edit of CListCtrl takes place... Pin
Anonymous7-Jun-05 19:17
Anonymous7-Jun-05 19:17 
GeneralNeeded some help in programming... Pin
Member 20247577-Jun-05 15:24
Member 20247577-Jun-05 15:24 
GeneralRe: Needed some help in programming... Pin
Christian Graus7-Jun-05 15:38
protectorChristian Graus7-Jun-05 15:38 
GeneralRe: Needed some help in programming... Pin
Member 20247577-Jun-05 15:47
Member 20247577-Jun-05 15:47 
GeneralRe: Needed some help in programming... Pin
Christian Graus7-Jun-05 15:49
protectorChristian Graus7-Jun-05 15:49 
GeneralCapture Video through DirectShow on WinCE Pin
gao20047-Jun-05 14:52
gao20047-Jun-05 14:52 
GeneralRe: Capture Video through DirectShow on WinCE Pin
FlyingTinman7-Jun-05 22:12
FlyingTinman7-Jun-05 22:12 
GeneralRe: Capture Video through DirectShow on WinCE Pin
gao20048-Jun-05 16:17
gao20048-Jun-05 16:17 
GeneralRe: Capture Video through DirectShow on WinCE Pin
gao20048-Jun-05 19:13
gao20048-Jun-05 19:13 
GeneralRe: Capture Video through DirectShow on WinCE Pin
gao200411-Jun-05 16:27
gao200411-Jun-05 16:27 
QuestionHelp!!! What does this program do? Pin
Member 19923037-Jun-05 14:33
Member 19923037-Jun-05 14:33 
AnswerRe: Help!!! What does this program do? Pin
Christian Graus7-Jun-05 14:44
protectorChristian Graus7-Jun-05 14:44 
GeneralRe: Help!!! What does this program do? Pin
Member 19923037-Jun-05 15:36
Member 19923037-Jun-05 15:36 
GeneralRe: Help!!! What does this program do? Pin
Christian Graus7-Jun-05 15:43
protectorChristian Graus7-Jun-05 15:43 
GeneralFILE_ATTRIBUTE_READONLY Pin
elephantstar7-Jun-05 10:56
elephantstar7-Jun-05 10:56 

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.