News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code::Blocks and C++ for Dummies

Started by gabe, June 03, 2009, 03:12:34 AM

Previous topic - Next topic

gabe

Hi everyone.  I'm just now starting to try and teach myself about C++ for fun in my spare time so I bought the sixth edition of "C++ For Dummies."  It came with a disc to install that set up Code::Blocks "Special Build for 'C++ for Dummies.'"  I was just curious if anybody knew what is so "special" about the Code::Blocks that I have now.  I hope this is the right place to ask this and I didn't find anything about it when I searched so any help would be appreciated.  Thanks.

stahta01

Quote from: gabe on June 03, 2009, 03:12:34 AM
Hi everyone.  I'm just now starting to try and teach myself about C++ for fun in my spare time so I bought the sixth edition of "C++ For Dummies."  It came with a disc to install that set up Code::Blocks "Special Build for 'C++ for Dummies.'"  I was just curious if anybody knew what is so "special" about the Code::Blocks that I have now.  I hope this is the right place to ask this and I didn't find anything about it when I searched so any help would be appreciated.  Thanks.

I suggest stating by posting the version number from the about box.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

Quote from: gabe on June 03, 2009, 03:12:34 AM
I was just curious if anybody knew what is so "special" about the Code::Blocks that I have now.
Special is the version which is not an official (public) release, but an interims-release, specifically done for this book and the compiler bundled in addition.
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]

thomas

In particular, a compiler version which was in alpha stage at that time (at the request of the book author). Which means, if something comes out that eats your cat, we dun' know nothin' about it. :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

gabe

Quote from: thomas on June 03, 2009, 10:06:53 AM
In particular, a compiler version which was in alpha stage at that time (at the request of the book author). Which means, if something comes out that eats your cat, we dun' know nothin' about it. :)

Well I don't have a cat but my dog is pretty small. :(  Thanks for your help.