Author Topic: Code block tutorials  (Read 4760 times)

Ak92

  • Guest
Code block tutorials
« on: December 18, 2012, 06:57:56 am »
Hi!
   I couldn`t find a decent tutorial to use code block! I`m awfuly want to learn but have no money for classes. I`, going to learn programming myself.

Is there anyone who could share some advices?

I`d be gratful if someone gave a direction....

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Code block tutorials
« Reply #1 on: December 18, 2012, 07:22:29 am »
...whats wrong with:
http://www.codeblocks.org/user-manual

...and all the several section in the WiKi:
http://wiki.codeblocks.org/index.php?title=Main_Page
???
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Code block tutorials
« Reply #2 on: December 18, 2012, 02:17:22 pm »
The following may take some time to download. Be patient....

http://www.sci.brooklyn.cuny.edu/~goetz/codeblocks/codeblocks-instructions.pdf

Code
Introduction...3
Installation of Code Blocks...4
Step 1: Download the Software...4
Step 2: Install the Software...5
Step 3: Customization of the Code::Blocks User Interface (Optional)....................................................8
First Project...13
Adding Files To Your Project...22
Debugging a Program...41
If you are using the Mac OS, you will need to do the following:.....................................................62
Pre-Install steps:...62
Appendix A:
Installing Code::Blocks under Mac OS X and Linux........................................................................62
Installation for Fedora 8 Linux:...63
Installation for Ubuntu Linux:...63
2

mayhaw9999

  • Guest
Re: Code block tutorials
« Reply #3 on: January 02, 2013, 08:37:59 am »
Thanks Pecan.  I'm also just starting Code Blocks and having similar problems.  The link you provided is a great help.

David