![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Sexy Programmer
|
C++ Editors/Compilers
I just brought this book on amazon called, "Introduction to Computer Science with C++". It was mad cheap and heard a few good things about it. Does anyone recommend any good C++ editors/compilers that they use?
I wanna be fluent in Java & C++, It demands it!
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#2 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3
![]() |
Lots of people use Dev-C++, and Microsoft has a free download of Visual C++ 2005 Express, although there might be some registration you have to go through.
Of course, if you're using FC, vim + gcc works too ![]() |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
Visual C++ 2005 Express is a very very good IDE, however, it kind of skips out on most of the C++ libraries, I 'pose it encourages you to use .NET more than just the regular stuff (for example, there is no windows.h)
For windows I recommend: -The Visual C++ 2003 Toolkit and the platform SDK with it (you can also stuff the platform SDK inside Visual C++ 2005 Express, do whatever you wish) -The Borland Free Command Line Tools -MinGW Editors for windows: ConTexT Crimson Editor Visual C++ 2005 Express Eclipse (it has a C and C++ package you can install) Linux, I recommend GCC and Emacs. |
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
The SDK, if you have it, will give you windows.h, should you need it. I must admit the .NET-centric flavor of 2005 leaves somewhat of a bad taste in my mouth.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#5 |
|
Hobbyist Programmer
|
Personally, I like how it gives you super duper handy tools like ReBase and Bind.
|
|
|
|
|
|
#6 |
|
Sexy Programmer
|
I just download Visual C++ 2005 Express Edition. I hope its good!
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#7 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I doubt you'll find its flaws for a while
.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#8 |
|
Hobbyist
Join Date: Sep 2005
Posts: 261
Rep Power: 4
![]() |
Took me about two minutes to find it's restrictions. The lack of support for .rc files is far to inconvenient for me. Has anyone found a reasonable workaround for that yet?
|
|
|
|
|
|
#9 |
|
Sexy Programmer
|
Any other good editors or something simular to Eclipse SDK? I know Eclipse can be used as a C++ editor too but I want to leave it Java for now
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#10 |
|
Newbie
Join Date: Feb 2006
Location: Hilbert Space
Posts: 3
Rep Power: 0
![]() |
FOROUZAN (isbn 0619295600)
This book comes with visual studio .net c++ 2003 standard edition for free (or should I say, included in the cost of the book). It also includes all the msdn stuff. I've never used the msdn stuff, but it's there if I need it. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|