Thread: Where can I find help files for Code::Blocks

  1. #1
    Registered User
    Join Date
    Jul 2014
    Location
    Central Arizona
    Posts
    61

    Where can I find help files for Code::Blocks

    My understanding is the old help files from http://onnerby.se/~daniel/chm/d now longer work for Code::Blocks users who us Windows 7 and above.

    Does anyone know where to find Help or CHM files that can be integrated into Code::Blocks. Please post a link if possible.

  2. #2
    Guest
    Guest
    I know this is probably not a satisfying answer, but have you considered another IDE? Last time I used Code::Blocks it struck me as rather antiquated and cluttered. Visual Studio 2015 or QtCreator (even if you don't use Qt) might give you more satisfaction.

  3. #3
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    There's also Sublime Text and Atom as well.

  4. #4
    Registered User
    Join Date
    Jul 2014
    Location
    Central Arizona
    Posts
    61
    No Thank You. Visual Studio any version requires to much drive space and the learning cure is pretty heavy. I prefer Code::Blocks over it any way. QtCreator ??? I've been using CB too long to switch.

  5. #5
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    Quote Originally Posted by papagym177 View Post
    No Thank You. Visual Studio any version requires to much drive space and the learning cure is pretty heavy. I prefer Code::Blocks over it any way. QtCreator ??? I've been using CB too long to switch.
    It's fine to prefer CB but your mentality itself is dumb. "Using it too long to switch" is the kiss of death of a programmer. If you're a programmer, you change with the times all the time. If your tools can no longer do the job, you no longer use them.

    But that's just, like, my opinion, man.

    Text editors like Sublime and Atom are very simple to pick up and use and offer a decent amount of the features. The only thing CB has is that it's got a compiler but even then, I never really cared for its interface with regards to setting compiler options.

  6. #6
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Slightly related to the OP question, what format of help files tend to be used cross platform.
    chm is what the OP wants; but, what other formats exist?

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  7. #7
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by stahta01
    what format of help files tend to be used cross platform.
    chm is what the OP wants; but, what other formats exist?
    Text, PDF, HTML, Markdown, and various other markup languages/formats

    Speaking of these, a quick search of the Web for "code blocks help" brought up: Code::Blocks user manual available in PDF, CHM, and HTML formats.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  8. #8
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Have you tried pressing F1 on the keyboard?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 02-01-2012, 07:45 PM
  2. code:blocks can't find a compiler
    By vrkiller in forum C++ Programming
    Replies: 8
    Last Post: 01-06-2011, 11:08 AM
  3. Replies: 1
    Last Post: 01-11-2008, 09:34 AM
  4. code::blocks
    By wart101 in forum Tech Board
    Replies: 4
    Last Post: 01-15-2007, 07:38 AM