Forum: C++ Nov 10th, 2008 |
| Replies: 2 Views: 878 I'm working with existing code, where I've found that I have to modify some #include preprocessor directives. For example, to change #include "myhdr.h" to #include "..\hfiles\myhdr.h" I include... |
Forum: C++ Nov 3rd, 2008 |
| Replies: 1 Views: 1,257 The following code, excerpted from a much larger program, triggers a C++ compile time error as shown in the leading comments. [Re-]declaring variable 'w' to be a 'const char *' will fix the problem,... |
Forum: C++ Oct 30th, 2008 |
| Replies: 4 Views: 531 Original version: Don't know.
Current version:
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Installed Edition: Professional
Microsoft Visual C++ 2005 ... |
Forum: C++ Oct 30th, 2008 |
| Replies: 4 Views: 531 Hello,
In real life, my name is Bill G.; "inumbris" is a descriptive handle that describes my status relative to most programming and IT matters (The latin scholars among you will maybe have a... |