News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Hi, I'm new and just found Code::Blocks

Started by YodaCoder, June 09, 2009, 11:03:51 PM

Previous topic - Next topic

YodaCoder

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."

drac

You should read C++ FAQ Lite (http://www.parashift.com/c++-faq-lite/index.html), it should answer some of your questions!

Cheers.

YodaCoder

"Programming is the process of converting caffeine into error messages."

MortenMacFly

Quote from: YodaCoder on June 09, 2009, 11:03:51 PM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]