Hi,
I have been wondering, what compiler for C would you suggest for programming things like games and puzzles. Also, what would be the best language.
Thanks,
Levi
|
Go4Expert Founder
|
![]() |
| 24Nov2004,10:51 | #2 |
|
If you are asking for compiler I would suggest gcc which can be downloaded at http://gcc.gnu.org/
Also one of the best Compilers can be found at http://www.borland.com/products/down...cbuilder.html# If you really want to develop games and puzzles I would say not to hunt for a compiler but you should go with opengl library which you can get hold of it and use within Microsoft Visual Studio to develop programs using OpenGL. OpenGL library can be found at http://www.opengl.org/ Thanks Shabbir Bhimani |
|
Go4Expert Member
|
|
| 24Nov2004,20:16 | #3 |
|
yes, youre right, Opengl would be the best. Did you mean the Visual Studio.Net? If not what did you mean.
Thanks Levi |
|
Go4Expert Founder
|
![]() |
| 25Nov2004,09:34 | #4 |
|
Quote:
|
|
Go4Expert Member
|
|
| 28Nov2004,04:01 | #5 |
|
Thanks, would it be fine to just get the Visual C++ 6.0 instead of the whole Visual Studio 6.0. Would it restrict me in creating opengl(and other) C++ apllications.
Levi |
|
Go4Expert Founder
|
![]() |
| 28Nov2004,07:32 | #6 |
|
Visual Studio is not necessary just Visual C++ 6.0 is more than enough.
|
|
Go4Expert Member
|
|
| 1Dec2004,08:55 | #7 |
|
Hi,
What is the difference between the Visual Studio 6.0, and the Visual Studio.net version. Is there a reason that 6.0 is better. Thanks. Levi |
|
Go4Expert Founder
|
![]() |
| 1Dec2004,09:19 | #8 |
|
Quote:
Quote:
|
|
Contributor
|
|
| 1Dec2004,14:32 | #9 |
|
just to chip in the discussion ... if you want the code to be ANSI complaint .. gnu version of the compiler is the best .. though you might not get great looking IDEs to work on ...
|
|
Go4Expert Member
|
|
| 7Dec2004,04:45 | #10 |
|
Thanks everyone for their help
Levi |

