I\'m very new to C++; I\'ve worked with several SDKs now on various applications and every time come across the problem that I can\'t get the \'example code\' to compile. This is a very broad question
This code compiles fine in Bloodshed Dev开发者_Python百科-C++ 4.9.9.2, but in Visual Studio 2010 I get an error: expression must have a constant value. How do I make an array after the user input abou
i am using Dev C++ on windows xp #include <iostream> #include <fstream> #include <string>
Can anyone tell me how 开发者_C百科to set up allegro for devc++?Here\'s a detailed guide: http://wiki.allegro.cc/index.php?title=Dev-C%2B%2B
This question already has answers here: Closed 11 years ago. Possible Duplicate: long long in C/C++ Writing a simple program for a project Euler problem. Refuses to compile because \"int
This question already has answers here: 开发者_如何学PythonClosed 11 years ago. Possible Duplicate:
I\'m just learning to program Windows Programs in C++ and use the Dev-C++ IDE. The first program I\'m trying to compile is the following example from the MSDN site:
I\'m using Dev-C++4.9.9.2 with MinGW to compile this code: /* get the information about the group. */ struct group* group_info = getgrnam(\"PLACEHOLDER\");
I\'ve been using Bloodshed Dev-C++ for C++ programing for a while now. I\'d like to get into GUI programing in C++. So I installed wxWidget and tried a simple hello world program, yet I get the follow
Well, I\'ve been using Dev-C++ for a while for learning the language [c++], and some stuff wouldn\'t work properly, like global and local variables. Then I decided to download Microsoft Visual C++ to