I have programmed a bit of C++ back about 14 years ago. I got acquainted to new technologies such as .NET with which I work mostly work with.
Don\'t understand why #include &开发者_StackOverflow社区lt;Header.h> is not compiling while #include \"Header.h\" is compiling with Visual Studio 2008. Am I missing something?The two forms of #inc
I am using VC2008 as my complier, and it is surprised to me that an enum could be used without defined:
I my current team we organize the dependencies to external libraries headers in the project settings like that:
We use Visua开发者_JS百科lSVN Server as our Version Control server. We integrated TortoiseSVN into Visual C++ 2008 using VisualSVN.
I have code that overloads operator ne开发者_如何学JAVAw. The code below works fine under Linux (gcc4x) but not Windows (Visual C++ 2008 Express Edition)
I am porting a legacy C++ system from VC6 to VC9. The application (<APP A>) statically links to an internal application <APP B> ( developed in house but by a separate team).
I have downloaded Visual C++ 2008 and I also have the Boost library, v.1.44.0. How开发者_运维知识库 to can the Boost library be installed in C++?
I am using VS2008, and developing C/C++ projects. I am using .bat file to build my projects from commandline (VC2k8 command prompt). I need a way to include preprossor directive dynamically at build t
I am working in migration project from VC6 to VC9. In VC9 (Visual Studio 2008), I got compilation error while passing cons开发者_运维百科t member to a method which is accepting reference. It is gettin