![]() |
| | #1 |
| just a learner Join Date: Jun 2009 Location: IN FRONT OF COMPUTER
Posts: 19
| I have got borland c++ 5.02 but now its not working. every time i install it, then i cannot use it more than one time. plz give me suggestion. which is the best compiler guys.
__________________ |>|?\-/|\/|-]§)-( |
| |>|?\-/|\/|-]§) is offline | |
| | #2 |
| Registered User Join Date: Dec 2006
Posts: 1,766
| Try a more modern compiler - MSVC (Microsoft Visual Studio) or GCC. "Best" depends on your definition. My recommendation - MSVC if you are using Windows and will only be developing for Windows (and don't mind paying for the premium versions). GCC otherwise (if you need it to be cross-platform, or if you are primarily developing on anything other than Windows, or you like free stuff). I personally use GCC on all platforms, because Linux is my primary development OS (GCC works on Windows, too. Just not as well supported). |
| cyberfish is offline | |
| | #3 |
| just a learner Join Date: Jun 2009 Location: IN FRONT OF COMPUTER
Posts: 19
| can you give me the download link of MSVC (Microsoft Visual Studio)? is this alloweded?
__________________ |>|?\-/|\/|-]§)-( |
| |>|?\-/|\/|-]§) is offline | |
| | #4 |
| Registered User Join Date: Dec 2006
Posts: 1,766
| The express version is free. Let me google that for you You will have to pay for anything else, though (and piracy is not allowed). |
| cyberfish is offline | |
| | #5 |
| Super Moderator Join Date: Sep 2001
Posts: 4,663
| Visual C++ Downloads on MSDN I used to use Borland compilers, but I've now switched to using GCC, MinGW (GCC for windows) or occasionally LCC. |
| sean is offline | |
| | #6 |
| Trying to Learn C Join Date: Jul 2009 Location: Brazil
Posts: 32
| Hello, If you use Linux like me the best is gcc that you can find here: GCC, the GNU Compiler Collection - GNU Project - Free Software Foundation (FSF), but if you use Windows the best compiler is the MinGW, that you can find here: MinGW | Minimalist GNU for Windows. Thanks, Nathan Paulino Campos |
| nathanpc is offline | |
| | #7 | |
| Mysterious C++ User Join Date: Oct 2007
Posts: 14,075
| There is no "best". It's subjective. I would keep that in mind. Furthermore, I would guess that the OP is using Windows due to Borland being Windows and asking for the Windows compiler link. Aside from that, you're just repeating what's already been mentioned.
__________________ Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System I dedicated my life to helping others. This is only a small sample of what they said: "Thanks Elysia. You're a programming master! How the hell do you know every thing?" Quoted... at least once. Quote:
| |
| Elysia is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compiler Paths... | Cobra | C++ Programming | 5 | 09-26-2006 04:04 AM |
| C Compiler and stuff | pal1ndr0me | C Programming | 10 | 07-21-2006 11:07 AM |
| I can't get this new compiler to work. | Loduwijk | C++ Programming | 7 | 03-29-2006 06:42 AM |
| how to call a compiler? | castlelight | C Programming | 3 | 11-22-2005 11:28 AM |
| Bad code or bad compiler? | musayume | C Programming | 3 | 10-22-2001 09:08 PM |