Code::Blocks Forums

User forums => Help => Topic started by: daacosta on August 10, 2006, 06:39:09 pm

Title: Where is the f$%&*ing manual?
Post by: daacosta on August 10, 2006, 06:39:09 pm
Please notice the smiley face by the title of my post before getting angry at me  :lol:

So, OK... I just downloaded and installed Code::Blocks under Win XP on my laptop with the firm intention of learning C

Can somebody point me towards a tutorial with lots and lots of screenshots (if possible) so that I can get started and be able to write the classical "Hello world" program?  :)

I've looked at the help files of the program but most of the info pertains plugins but no tutorial...

Thanks!

Title: Re: Where is the f$%&*ing manual?
Post by: lubos on August 10, 2006, 07:39:20 pm
thats because this is "only" for writing programs not tutorial.

c++ tutorials are for exemple at:
www.cprogramming.com

all about game develop
www.gamedev.com

just gooooooooogle :lol:
Title: Re: Where is the f$%&*ing manual?
Post by: NobbZ on August 11, 2006, 11:49:36 am
all about game develop
www.gamedev.com

Sorry, but gamedev.com is fetched by a domain grabber as it seems :-( Are there alternatives?
Title: Re: Where is the f$%&*ing manual?
Post by: t_dragon on August 11, 2006, 12:29:21 pm
http://www.gametutorials.com/ (http://www.gametutorials.com/)

That is a very good place to start and they also have tutorials on code:blocks 8)
Title: Re: Where is the f$%&*ing manual?
Post by: bigbug on August 11, 2006, 12:30:40 pm
It's http://www.gamedev.net (http://www.gamedev.net). There are very good OpenGL-Tutorials on http://nehe.gamedev.net (http://nehe.gamedev.net).
Title: Re: Where is the f$%&*ing manual?
Post by: Poobah on August 13, 2006, 10:48:05 am
The one I learned from, which was the best I've ever found, was Teach Yourself C in 21 Days (http://lib.daemon.am/Books/C/) by Sams.net.
Title: Re: Where is the f$%&*ing manual?
Post by: rob_c on November 03, 2006, 12:15:52 am
Is there no reference material to configuring and using Code::Blocks ? [NOT how to program]

Rob
Title: Re: Where is the f$%&*ing manual?
Post by: Pecan on November 03, 2006, 12:19:26 am
   //-- Wiki Index

    CodeBlocks Wiki Index (http://wiki.codeblocks.org/index.php?title=Special:Allpages)

 CodeBlocks Wiki Main Page (http://wiki.codeblocks.org/index.php?title=Main_Page)
Title: Re: Where is the f$%&*ing manual?
Post by: rob_c on November 03, 2006, 01:13:56 am
Thankyou!  :)
Title: Re: Where is the f$%&*ing manual?
Post by: scorpion007 on November 03, 2006, 05:58:19 am
Get a good book on C. Or two.

The C Programming Language (2nd Edition) (http://www.amazon.com/C-Programming-Language-2nd/dp/0131103628/sr=1-1/qid=1162529682/ref=pd_bbs_sr_1/103-6127922-8681464?ie=UTF8&s=books)
A Book on C: Programming in C (4th Edition) (http://www.amazon.com/Book-Programming-4th-Al-Kelley/dp/0201183994/sr=1-1/qid=1162529738/ref=pd_bbs_1/103-6127922-8681464?ie=UTF8&s=books)

If you are learning C, then an IDE (such as code::blocks) is no place to start, however good an IDE code::blocks may be. Use a free text editor and get yourself a compiler. Being on windows, i suggest getting yourself a copy of MinGW and MSYS.
Title: Re: Where is the f$%&*ing manual?
Post by: Decrius on November 04, 2006, 01:50:27 am
http://www.gametutorials.com/ (http://www.gametutorials.com/)

That is a very good place to start and they also have tutorials on code:blocks 8)

I've been there before, but I should buy their CD first right? Only the first (basics) tutorials (the first ones in every section in the tutorial part) I can download, but noone of the other I can view, read, download. I use Firefox, can anybody else read tutorials at that site?

Decrius
Title: Re: Where is the f$%&*ing manual?
Post by: BCCISProf on November 04, 2006, 04:27:01 am
Please notice the smiley face by the title of my post before getting angry at me  :lol:

So, OK... I just downloaded and installed Code::Blocks under Win XP on my laptop with the firm intention of learning C

Can somebody point me towards a tutorial with lots and lots of screenshots (if possible) so that I can get started and be able to write the classical "Hello world" program?  :)




Take a look here: http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/

It's a work in progress, but our students have found it to be helpful.