visual-c++-2010-express
Using boost 1_47 with Visual C++ Express 2010
I have installed and built (successfully as far as I can tell), boost 1_47_0.I am now trying to get the sample program (the regex one) with their install guide to run and it is giving me th开发者_开发[详细]
2023-04-03 14:14 分类:问答How to import qt projects in visual c++ 2010?
I developed an application using qtCreator and I figured out that I need to import the project in visual studio. I tried to run the visual studio add-in (1.1.9) but it didn\'t work. Knowing that I hav[详细]
2023-03-27 21:02 分类:问答How do I get Visual Express 2010 to find my python.h header file?
I already did a search, but I just couldn\'t find what I searched for. I want to create a Python Module using C++ and Visual C++ Expr开发者_运维知识库ess 2010.[详细]
2023-03-19 02:53 分类:问答troubleshooting _mkdir failure
#include <iostream> #include <direct.h> using namespace std; int main() { if( _mkdir(\"d:\\\\a\\\\b\") == 0 ){[详细]
2023-03-16 05:51 分类:问答Visual C++ 2010 Express C2099 Error for structures initialized with constants in a macro
Compiler: Microsoft Visual C++ 2010 Express, SP1 Project Property: C/C++ Advance Compile As: Compile as C Code (/TC)[详细]
2023-02-17 11:04 分类:问答How do I get to "Private Sub" for ifthen statements... in Visual Express 2010? C++
I was watching 开发者_开发问答a video on \"programming the meaning of life\" and I got stumped when he hit an event and it went directly to this place that starts \"Private Sub\" and ends in \"Sub End[详细]
2023-02-16 19:59 分类:问答static_cast doubt
#include <iostream> class A { public: 开发者_运维知识库A() { std::cout << \"\\n A_Constructor \\t\" << this <<std::endl;[详细]
2023-02-04 12:43 分类:问答Displaying intellisense automatically (Visual C++ 2010 Express)
One thing that has always annoyed me in Visual C++ is the fact that, unlike Visual C#, intellisense does not automatically display when a new line (or equals sign, etc) is entered, so I must press Ctr[详细]
2023-01-22 03:56 分类:问答How do I build Notepad++ with Visual C++ 2010 Express?
Windows SDK is installed. I built N++ successfully with Visual C++ 2008 Express before.开发者_运维问答 But now with 2010 I have a lot of error messages about sprintf_s:[详细]
2023-01-16 06:54 分类:问答The application failed to initialize properly (0xc0150002)
I\'m trying to compile an SFML program I\'ve writting in Visual C++ 2010.It compiles fine, but when I run the executable I get this error:[详细]
2023-01-12 07:38 分类:问答