![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4
![]() |
Could anyone please give me a link to a good C++ compiler, i bought a book not to long ago, as i was going to start programming in C++, but never actually got around to starting, So any little links would be helpfull.. No point letting a good book go to waste!! May as well get use out of it.
Thanks all!
__________________
while me is alive: make(life,simple) |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
If you're using Windows, Dev-C++ is excellent. If you're using a Unix-based OS such as Linux or even Mac OS X, you already have one - type man gcc at the command line for more info.
|
|
|
|
|
|
#3 |
|
Programming Guru
![]() Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5
![]() |
No.
Well k Dev-C++ is recommended by many, I would use the VS 2005 beta edition though.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for." -- Socrates |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4
![]() |
Ok Dev-C++, downloaded the exe setup prog, went to run! And it's telling me it's either corrupt or harmfull!! And telling me i can run it by using the /NCRC line.. Now this would be fine, if only i knew wtf that was
I feel so dumb!! lol I have d/l it 3 times now!!
__________________
while me is alive: make(life,simple) |
|
|
|
|
|
#5 |
|
Programmer
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4
![]() |
Ahhh, no fears, It was just the mirror i was d/l it from sucked, and was only sending a half arse file!! Stupid bleedy thing!! Thanks for ya input Ooble, nnixon.
__________________
while me is alive: make(life,simple) |
|
|
|
|
|
#6 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Good to hear it. Enjoy.
|
|
|
|
|
|
#7 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
If you can afford to blow money, get VS 2003. It's the best C++ IDE I've ever used, coupled with the best compiler I've ever used.
EDIT: Out of curiosity what book do you have? |
|
|
|
|
|
#8 |
|
Programmer
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4
![]() |
C++ without fear Brian Overland..
![]() I had one by SAM or something another, but that's dissapeared, that was £40... This Dev-C++ is all well and good, but how can i see my output?? lol #include <iostream>
using namespace std;
int main() {
cout << "Hello World";
return 0;
}compile it then run it, and i can't even see it, it closes so fast!! lol
__________________
while me is alive: make(life,simple) Last edited by SaturN; Jun 16th, 2005 at 1:47 PM. Reason: ball's up.. :D |
|
|
|
|
|
#9 |
|
Programmer
Join Date: Jun 2005
Location: Maryland, USA
Posts: 59
Rep Power: 4
![]() |
#include <iostream>
using namespace std;
int main() {
cout << "Hello World";
cin.get();
return 0;
}
__________________
Free code: http://sol-biotech.com/code/. It is not that old programmers are any smarter or code better, it is just that they have made the same stupid mistake so many times that it is second nature to fix it. --Mitakeet The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man. --George Bernard Shaw |
|
|
|
|
|
#10 |
|
Programmer
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4
![]() |
Thanks for that matey. How much is that VS?? lol Not worth it yet, but you never know
__________________
while me is alive: make(life,simple) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|