Author Topic: Hi, I'm new and just found Code::Blocks  (Read 3916 times)

Offline YodaCoder

  • Single posting newcomer
  • *
  • Posts: 4
Hi, I'm new and just found Code::Blocks
« on: June 09, 2009, 11:03:51 pm »
Hello everyone!

I just found Code::Blocks and installed it, because I need a C++ compiler in order to start learning C++. I've dabbled around in a few programming languages before (a dialect of BASIC, some Python, and some web development languages), so I hope to be able to grasp C++ fairly quickly.

I was wondering if anyone could point me to any tutorials for learning C++? I can't wait to get started, and so far I really like Code::Blocks.  :lol:

Thanks in advance!
"Programming is the process of converting caffeine into error messages."

Offline drac

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: Hi, I'm new and just found Code::Blocks
« Reply #1 on: June 09, 2009, 11:07:55 pm »
You should read C++ FAQ Lite (http://www.parashift.com/c++-faq-lite/index.html), it should answer some of your questions!

Cheers.

Offline YodaCoder

  • Single posting newcomer
  • *
  • Posts: 4
Re: Hi, I'm new and just found Code::Blocks
« Reply #2 on: June 09, 2009, 11:18:34 pm »
Thanks, I'll check that out!
"Programming is the process of converting caffeine into error messages."

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Hi, I'm new and just found Code::Blocks
« Reply #3 on: June 10, 2009, 06:53:01 am »
I was wondering if anyone could point me to any tutorials for learning C++? I can't wait to get started, and so far I really like Code::Blocks.  :lol:
What's wrong with typing "C++ tutorial" in google? This is not related to Code::Blocks thus violating our forum rules. In addition you did not search before you post - there are already a lot answers on that topic anyways. Topic locked.
(Ps.: If you wonder why it gets locked -> Search the forums.)
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