Author Topic: Where is the f$%&*ing manual?  (Read 7048 times)

daacosta

  • Guest
Where is the f$%&*ing manual?
« 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!


Offline lubos

  • Almost regular
  • **
  • Posts: 131
Re: Where is the f$%&*ing manual?
« Reply #1 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:

NobbZ

  • Guest
Re: Where is the f$%&*ing manual?
« Reply #2 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?

t_dragon

  • Guest
Re: Where is the f$%&*ing manual?
« Reply #3 on: August 11, 2006, 12:29:21 pm »
http://www.gametutorials.com/

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

bigbug

  • Guest
Re: Where is the f$%&*ing manual?
« Reply #4 on: August 11, 2006, 12:30:40 pm »
It's http://www.gamedev.net. There are very good OpenGL-Tutorials on http://nehe.gamedev.net.

Poobah

  • Guest
Re: Where is the f$%&*ing manual?
« Reply #5 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 by Sams.net.

rob_c

  • Guest
Re: Where is the f$%&*ing manual?
« Reply #6 on: November 03, 2006, 12:15:52 am »
Is there no reference material to configuring and using Code::Blocks ? [NOT how to program]

Rob

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Where is the f$%&*ing manual?
« Reply #7 on: November 03, 2006, 12:19:26 am »
« Last Edit: November 03, 2006, 12:22:26 am by Pecan »

rob_c

  • Guest
Re: Where is the f$%&*ing manual?
« Reply #8 on: November 03, 2006, 01:13:56 am »
Thankyou!  :)

scorpion007

  • Guest
Re: Where is the f$%&*ing manual?
« Reply #9 on: November 03, 2006, 05:58:19 am »
Get a good book on C. Or two.

The C Programming Language (2nd Edition)
A Book on C: Programming in C (4th Edition)

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.
« Last Edit: November 03, 2006, 06:04:29 am by scorpion007 »

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Re: Where is the f$%&*ing manual?
« Reply #10 on: November 04, 2006, 01:50:27 am »
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
Check out my website: http://www.daevius.com

Offline BCCISProf

  • Multiple posting newcomer
  • *
  • Posts: 60
    • Professor Langsam's Home Page
Re: Where is the f$%&*ing manual?
« Reply #11 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.