~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
I recommend that you get the dev c++ bloodshed IDE and then go to devpaks.org and download allegro to get into "cool" graphical programming. Command prompt stuff does not impress friends very much...
Sturm
Veteran Poster
1,079 posts since Jan 2007
Reputation Points: 343
Solved Threads: 24
Command prompt stuff does not impress friends very much...
No it doesn't, but it's the best way to learn. You must learn to walk before trying to run. Starting off with console apps is easy and educational, and then once you've got the hang of it, you can decide what type of C++ programming you want to get in to.
Also, some people discourage the use of Dev-C++ because although it's a very good compiler, development has basically stopped, so if you want a compiler that will stay up-to-date, I would recommend going with Code::Blocks (not that Dev-C++ is outdated now, but it will be in the future if development continues at this rate).
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
I would recommend going with Code::Blocks
I've see a lot of mention of this compiler here, but I don't remember anyone posting a link. Wouldn't that be a good idea when it's recommended?
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
I've see a lot of mention of this compiler here, but I don't remember anyone posting a link. Wouldn't that be a good idea when it's recommended?
Please look closer: :eek:
http://www.codeblocks.org/downloads.shtml
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
I said
I don't remember anyone posting a link.:confused:
And my main point wasWouldn't that be a good idea when it's recommended? :rolleyes:
This way someone that wants to download it can...
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
I said: I don't remember anyone posting a link.
I know,Korsakoff sux. :)
This way someone that wants to download it can...
Am I missing your point completely? ~s.o.s~ posted the link in the second post, should the site be linked inevery post that's about code::blocks then?
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
This way someone that wants to download it can...
The download links for both the free compilers is posted in the sticky "Starting C". Maybe I should have being more concise and posted the link to the sticky rather than posting the download link....
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
Sorry, I just don't always start with post#1 when I come into a discussion. I start where I left off.
The download links for both the free compilers is posted in the sticky "Starting C". Maybe I should have being more concise and posted the link to the sticky rather than posting the download link....
Or we can have 1 sticky post listing ALL the possible links touseful compilers (leaving Digital Mars out!). Mods can (I hope) edit the post to keep it up to date.
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
Not many compilers out there to create a seperate thread for them, methinks. If we want, we can always post in the sticky the recent or the compilers other than the default two mentioned...
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
Hehe, it's amazing what happens when I'm sleeping.
Now I've just started a flame war by neglecting a hyperlink in my post. :D
Although seriously, do we really need a list of "good" compilers? Any newbie with Google can find them, and although it might be a bit more work it's certainly not hard to use Google.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
The first post in the sticky 'starting c' allready has the link to code::blocks in it, so I also don't think it's necessary to make a new sticky.
Nick Evan
Not a Llama
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
umm
i downloaded a pretty good c++ called
Visual C++ 2005 Express Edition
it works fine its free and is fast(i guess..)
It's decent, although many beginners find that the interface offered by Visual Studio is too complex, and prefer a simpler environment such as Code::Blocks or Dev-C++. A bonus about all these IDEs/compilers: programs created with them can be used for commercial use. (Even Visual Studio Express.)
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339