|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I'm starting to learn C however I do not know what's a good choice for a program to code in. At the moment I have Microsoft Visual Studio 6.0 but are there any good alternatives for it on the Windows platform?
Thanks.
__________________
![]() ![]() "Only Linux users see the end of crashes." - Pl4t0 |
|
#2
|
|||
|
|||
|
To write code you need nothing but a simple text editor.. to compile the code, you'll need a (*the audience gasps*) a compiler.. There are several free C compiler alternatives out there.. sadly, I don't remember any names..
![]() Visual Studio is supposed to be pretty good.. but there are some alternatives like borland
__________________
Best Regards, Håvard Lindset |
|
#3
|
|||
|
|||
|
Any write & compile programs like Visual Studio?
|
|
#4
|
|||
|
|||
|
VS.NET also supports C++
u can just download the .net sdk and it contains the compiler (free)
__________________
Regards, James Yang .NET Developer / Network Engineer MCSE, MCDBA, MCSA, CCNA http://www.yellowpin.com/ http://www.opentechsupport.com/ |
|
#5
|
|||
|
|||
|
I program in C++ for Win32 MFC apps sometimes and I find that the Visual Studio IDE is excellent. The tooltips to complete functions, menus and MFC class support is excellent. If you're just learning C, then checkout GCC for Linux or BloodShed, they're both free.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Program suggestions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|