Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C++ Compiler
#1
I want to start working with C++ just for kicks.

What is the best free compiler? Any experiences? Any that I should stay away from?

Thanks,
jimmy Vig
#2
Visual C++ 2008 Express
#3
I'll check it out. That's what I was leaning towards in the first place. I just hate downloading all these programs to find one that I like. Thanks.

First C++

then PHP...

I've got the work cut out for me Wink
#4
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.

Features are :

- Support GCC-based compilers
- Integrated debugging (using GDB)
- Project Manager
- Customizable syntax highlighting editor
- Class Browser
- Code Completion
- Function listing
- Profiling support
- Quickly create Windows, console, static libraries and DLLs
- Support of templates for creating your own project types
- Makefile creation
- Edit and compile Resource files
- Tool Manager
- Print support
- Find and replace facilities
- CVS support
#5
Sorry to kick this thread up.

If you want to learn to use QM better, is learning C++ a good way to go?

With "learn to use QM better" I mean:
- learning the more "advanced" things that QM can do
- learning how to 'hook into' the Windows API correctly
#6
C++ probably will be easier to learn after QM. As well as QM after C++.

C++, QM and other programming languages can use the same Windows API. Learn in MSDN Library.

When you know C++ a little, you can find C++ code on the internet and use something similar in QM. Unlike many other languages, C++ often uses Windows API directly, like you can use in QM. C++ is the best language if you want full and easy access to all Windows API. In MSDN Library all Windows API reference is in C++.
#7
Ok!
Thank you for this info!


Forum Jump:


Users browsing this thread: 1 Guest(s)