Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 16th, 2005, 11:11 AM   #1
SaturN
Programmer
 
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4 SaturN is on a distinguished road
Arrow C++ Compiler

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)
SaturN is offline   Reply With Quote
Old Jun 16th, 2005, 11:18 AM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
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.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jun 16th, 2005, 11:28 AM   #3
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
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
nnxion is offline   Reply With Quote
Old Jun 16th, 2005, 11:39 AM   #4
SaturN
Programmer
 
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4 SaturN is on a distinguished road
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)
SaturN is offline   Reply With Quote
Old Jun 16th, 2005, 11:52 AM   #5
SaturN
Programmer
 
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4 SaturN is on a distinguished road
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)
SaturN is offline   Reply With Quote
Old Jun 16th, 2005, 11:56 AM   #6
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Good to hear it. Enjoy.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jun 16th, 2005, 12:42 PM   #7
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
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?
uman is offline   Reply With Quote
Old Jun 16th, 2005, 12:46 PM   #8
SaturN
Programmer
 
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4 SaturN is on a distinguished road
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 12:47 PM. Reason: ball's up.. :D
SaturN is offline   Reply With Quote
Old Jun 16th, 2005, 12:50 PM   #9
mitakeet
Programmer
 
mitakeet's Avatar
 
Join Date: Jun 2005
Location: Maryland, USA
Posts: 59
Rep Power: 4 mitakeet is on a distinguished road
#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
mitakeet is offline   Reply With Quote
Old Jun 16th, 2005, 12:55 PM   #10
SaturN
Programmer
 
Join Date: Apr 2005
Location: Uk
Posts: 68
Rep Power: 4 SaturN is on a distinguished road
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)
SaturN is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:36 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC