| View previous topic :: View next topic |
| Author |
Message |
Orbit Advanced Cheater
Reputation: 0
Joined: 09 Dec 2007 Posts: 74
|
Posted: Wed Jul 16, 2008 8:26 pm Post subject: C++ |
|
|
| Which is the best C++ compiler?
|
|
| Back to top |
|
 |
WafflesFTW Expert Cheater
Reputation: 0
Joined: 21 Mar 2008 Posts: 131
|
Posted: Wed Jul 16, 2008 8:27 pm Post subject: |
|
|
| MVC++ 2008
|
|
| Back to top |
|
 |
Fuzz Grandmaster Cheater
Reputation: 0
Joined: 12 Nov 2006 Posts: 531
|
Posted: Wed Jul 16, 2008 9:09 pm Post subject: |
|
|
There really is no 'best' compiler. It's all on personal preference really. I use dev c++ for some smaller apps. And I also use Microsoft Visual c++ 6.0. Its really good. Another one would be a borloand c++ compiler.
But if you want a quick, light, and easy (and good looking) c++ compiler, I would use dev c++ (link: http://www.bloodshed.net/devcpp.html)
Glad if i helped.
_________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed Jul 16, 2008 9:16 pm Post subject: |
|
|
Dev isn't good looking nor is it a, what you would call, a "good compiler." It's outdated and should really only be used as a backup. If you want an example, the latest Dev-C++ doesn't allow perfect getline syntax. If you do code a getline line in code perfect in syntax, you'll still get an error.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Wed Jul 16, 2008 9:35 pm Post subject: |
|
|
| Quote: | | If you do code a getline line in code perfect in syntax, you'll still get an error. |
You're doing something wrong.
_________________
|
|
| Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Wed Jul 16, 2008 9:54 pm Post subject: |
|
|
g++
_________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Jul 17, 2008 2:50 pm Post subject: |
|
|
| MSVC one is undoubtedly the best you will get for free.
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Thu Jul 17, 2008 5:11 pm Post subject: |
|
|
I use MSVC++ (Microsoft Visual C++), but if you are making any resources files (.rc), then you are in trouble.
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Jul 17, 2008 5:12 pm Post subject: |
|
|
Make them manually
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
WafflesFTW Expert Cheater
Reputation: 0
Joined: 21 Mar 2008 Posts: 131
|
Posted: Thu Jul 17, 2008 7:49 pm Post subject: |
|
|
| Or use ResEdit like I do.
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Thu Jul 17, 2008 9:40 pm Post subject: |
|
|
| HornyAZNBoy wrote: | | I use MSVC++ (Microsoft Visual C++), but if you are making any resources files (.rc), then you are in trouble. |
Thankfully I have a legit copy of professional...
...ResEdit is still superior though.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
Posted: Sun Jul 20, 2008 10:48 am Post subject: |
|
|
The Express edition of Visual Studio contains the RES compiler but not the editor, so you can still use resource files, as said above, you just need to create them yourself. Notepad works fine since it is just text inside the files. And you do not need to have all the generated crap the Microsoft adds with the editor in the professional editions.
I suggest using MSVC 2008's compiler. As it is the more professional choice, free, and up to date with standards.
The compiler DevC++ comes with (stock) is a converted version of the MinGW compiler, which it uses an extremely outdated version. The project of DevC++ is dead, the last update was in 2005. I suggest avoiding it. The Express editions of Visual Studio are all free and are usable for commercial product use.
_________________
- Retired. |
|
| Back to top |
|
 |
|