Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Dec 21, 2010 4:06:43 GMT
I use mingw but I forgot how to use it
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Dec 21, 2010 4:45:13 GMT
For what language?
For C++ I use GNU GCC
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Dec 21, 2010 4:46:21 GMT
C++ and C I use Mingw.
|
|
prads
Elite Poster
[M:0]
It's a shame that PI isn't an integer :(
Posts: 361
|
Post by prads on Dec 21, 2010 17:10:48 GMT
I use Visual C++ compiler.
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Dec 22, 2010 2:36:16 GMT
Are they good?
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Dec 22, 2010 2:43:17 GMT
I use the GNU GCC compiler with the Codeblocks IDE. Visual Studio is a good IDE as well, but it is expensive and slow although it has a great C++ compiler for windows only applications. Codeblocks is much more lightweight and quick which is all you need for smaller projects (meaning personal projects, or a project for school or with a friend).
You can also use the command line, but if you have a lot of files it's not worth the hassle. I just use the command line if I know I'm only going to use one or two files.
|
|
prads
Elite Poster
[M:0]
It's a shame that PI isn't an integer :(
Posts: 361
|
Post by prads on Dec 22, 2010 4:07:16 GMT
VC++ Express is available for free if you want to try.
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Dec 22, 2010 10:06:31 GMT
VC++ Express is available for free if you want to try. Trust me, i've used both and code::blocks is better unless you are developing a full scale app with more than one person.
|
|
prads
Elite Poster
[M:0]
It's a shame that PI isn't an integer :(
Posts: 361
|
Post by prads on Dec 22, 2010 17:09:31 GMT
VC++ Express is available for free if you want to try. Trust me, i've used both and code::blocks is better unless you are developing a full scale app with more than one person. Writing a program using Win32 API in code::block == headaches. VC++ Express is the best IDE/Compiler to program Windows GUI programs...
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Dec 22, 2010 20:33:16 GMT
Jordan helped me get mingw working
|
|