VC++ access MySQL query problem Programming Software Development by kent01981 VC++ access MySQL query problem Hi guys, Could you help me … Re: VC++ Resource editor Programming Software Development by Ancient Dragon VC++ 2008 Express edition does not contain a resource editor. If you want one then you will have to get one of the free ones (or buy one) that you can find on the internet. Re: "make" and "makefile" in VC++ Programming Software Development by Ancient Dragon VC++ uses [b]nmake.exe[/b] which is very similar to make.exe. Re: Reading CSV in VC++ Programming Software Development by Ancient Dragon >> VC++ That is the name of a specific compiler, not c … xiosbase libcurl c2065 error. Programming Software Development by IndianaRonaldo VC++ 10 gives error when libraries and headers related to libcurl … problem as there is no libcurl version for vc++ 10? ....libcurl works fine in vc++ 6. Any help would be great. Thanks… Combined data type arrays. Programming Software Development by Podge VC++ 8 I have created a form class with a combo … for graphics releated Programming Software Development by p_dap vc++ / python / java which is best for graphics? Re: Are ANSI standards necessary for a c/c++ compiler Programming Software Development by Freaky_Chris VC++ Use "CLR" Which is managed code, using MFC wrappings etc. But it does support ISO / ANSI Standards well and is a good compiler. Grr i hate to think of Dev being dead can everyone stop pointing it out lol Chris Re: Exit button !? Programming Software Development by Ramy Mahrous VC or C#!!! If VC [url]http://www.daniweb.com/forums/thread131662.html[/url] Re: need some guidance Programming Software Development by Ancient Dragon vc++ is the name of a Microsoft compiler, not a computer … Re: $ symbol in Javascript Programming Web Development by Airshow VC, `$` is one of many non-alphabetic characters that can be … Re: C++ on Vista Programming Software Development by Ancient Dragon VC++ 6.0 will work on Vista but you will get a lot of compatability warning messages. VC++ 2008 Express runs perfectly on Vista. So if you are currently using VC++ 6.0 you should upgrade to VC++ 2008. I use Dev-C++ on Vista. But you may have to add full paths to the directories listed in in Tools --> Compiler Options --> Directories. Re: PLZ let me know how to store a respond of a MSG BOX Programming Software Development by Ramy Mahrous VC++ question in VB.NET forum you may move your thread to get more answers [url]http://www.daniweb.com/forums/forum8.html[/url] Show method for MessageBox in C# returns DialogResult within you can know user selection (Yes, No, Abort, ....) I don't know if VC++ has the same scenario or not, I recommend to ask VC++ professionals. Re: "unresolved identifier 'array'" using array class Programming Software Development by Ancient Dragon >VC++2012 (or VS2012, really dont know what people are calling it) VC++2012 is a c/c++ compiler VS2012 is a suite of compilers, includes VC++2012, VB.NET2012 and several others. Re: Review of commercial C compilers Programming Software Development by Ancient Dragon VC++ has excellent debugging capabilities. A little difficult to learn but because its so loaded with features. You can download a free version VC++ 2005 Express that is identiacal to the commercial version minus some features such as mfc support. But you can test-drive the compiler and debugger. Re: How to debug a C++ code which only runs on Fedora platform Programming Software Development by Ancient Dragon vc++ 2008 has an excellent debugger -- you don't need dbg for anything. just learn to use the debugger that's build into the vc++ IDE. Re: Memory Allocation Understanding, new []() Programming Software Development by Radical Edward … Express compiles it ok without the space. VC++ 2005 compiles it too. Comeau doesn't when C++0x … Re: using while loop and switch stmt can't get file to read next line Programming Software Development by Ancient Dragon vc++ 2008 has an Option to replace tabs with spaces. I haven't figured out how to do the same with vc++ 2010 yet. The code changes I sent you on allow the program to read the entire file correctly. I did nothing to fix any of the calculations. Re: regarding regular expression Programming Software Development by kbshibukumar VC++ 2005 with TR1 extensions provide extensive support for regular expressions. On the other hand, there are some free libraries (say, boost) which provides regular expression libraries for VC++. Re: Free C++ programming tools Programming Software Development by Ancient Dragon vc++ 2010 express or Code::Blocks. Both are good C and C++ compilers with good debuggers. I prefer VC++, but for portability between MS-Windows and *nix you might want to do with Code::Blocks. Re: Compiler: GNU GCC vs Visual Studio 2008 Programming Software Development by Ancient Dragon vc++ 2008 version is no longer available. The only version is now vc++ 2010 and link in the previous post. Re: Question on Visual Studio C++ Programming Software Development by Ancient Dragon VC++ defaults to using precompiled headers, which means that it will … your program to be easily compiled for UNICODE or not. VC++ defaults to [UNICODE](http://unicode.org/), which affects all the… Re: c++ vs c++.net Programming Web Development by Tekmaven VC++.NET 2003 also features a GUI Form Designer.. Re: Anyone a VB.NET Guru? Programming Software Development by Tekmaven VC++.NET compiles to MSIL or standard machine code. You can set it in the project properties. (The /clr switch) Re: MS Visual Studio/Getting jobs?? Programming Software Development by Ancient Dragon VC++ 6.0 is SO old that it shouldn't even be taught in school anymore. There are much better compilers for learning the C and C++ languages, such as Dev-C++. Re: beginner quest.... Programming Software Development by Ancient Dragon VC++ 2005 Enterprise, but it will cost you about $2,000.00 :eek: also, read [URL="http://web.daniweb.com/techtalkforums/thread50370.html"]this[/URL] thread Re: weird problem on visual studio Programming Software Development by Ancient Dragon VC closes the console window when the program ends. If you want to see the program's output you have to add something before the return to make the program wait for you to press a key before continuing. calling cin.ignore() just before the return statement will accomplish that. Re: overloading trouble Programming Software Development by iamthwee vc++ 6.0? Er why? Re: Conversion from C++ to MIPS Assembly Programming Software Development by Ancient Dragon VC++ 2005 Express can produce the assembly code for you but it won't produce assembly code for the standard c and c++ library functions that your program calls. Unless your teacher lets you link with standard C or C++ libraries, which I doubt, you wil have to write those functions yourself. Re: GA-8SLML pci card - please help! Hardware and Software Hardware by mechbas VC cards almost never show up on the bios. If it shows up on your monitor that usually means that it's working, but you're stating that it doesn't? Details beyond that are available at the mfg.s site.