Thread: just installed Code:Blocks

  1. #1
    Registered User
    Join Date
    Mar 2010
    Location
    Oklahoma City, OK USA
    Posts
    6

    Thumbs up just installed Code:Blocks

    Just downloaded Code:Blocks
    codeblocks-8.02mingw-setup.exe

    Durring install is says that there will be more to download for Mingw, if possible please explain this to me.

  2. #2
    Registered User
    Join Date
    Feb 2010
    Posts
    38
    MinGW, a contraction of "Minimalist GNU for Windows", is a port of the
    GNU Compiler Collection (GCC), and GNU Binutils, for use in the development
    of native Microsoft Windows applications.
    MinGW contains the tools Code::Blocks will use to create/debug/link your executables.

  3. #3
    Registered User
    Join Date
    Mar 2010
    Location
    Oklahoma City, OK USA
    Posts
    6
    So I dont need to download any libraries or plugin or anything like that, I now have the FULL version?

    I am following the totorials and I must say, C++ is easy to learn and Code::Blocks is an excelent program to do it with, I was going to learn computer programing back in 1987, but computers sucked back then, and you would have to actually/manually type the code line for line, 1 mistake, and you will never find it, C and Basic were the thing then, and there editor sucked, to have or even run a program like Code::Blocks back then, you needed a Main Frame with them big ass tape drives that look like a movie projector reals, and they said, those Main Frames can hold Gigabites of files on those tapes. I am sure visual programing such as we have today was indeed avalible back then, but not to average joe.

    I am surprized that this is avalible for free, I was thinking that there would be some advances in programming technology, such as copy and paste would work greate for programing, now you just need to program behavior, back in the day, you needed to code the entire thing, now you can make a graphical program that runs in Windows by simply adding a headers, add more headers to create buttons for it, then YOU just program the behavior of the program.

    I am thinking that I would be able to simply make an IRC client for windows that is actually safe to use unlike mIRC that allows hackers to GET YOU, I know I will wind up makeing a text only chat client for IRC with all the other bells and wistles removed to make it safe, to just get on IRC channel of your liking and SAFELY chat there.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Code::Blocks Help
    By rakeshkool27 in forum C Programming
    Replies: 0
    Last Post: 01-16-2010, 08:25 AM
  2. library issues in CodeBlocks
    By everlearnin in forum C++ Programming
    Replies: 0
    Last Post: 06-02-2009, 08:44 PM
  3. Codeblocks crashes linux?
    By Shakti in forum Tech Board
    Replies: 1
    Last Post: 03-25-2009, 07:26 AM
  4. Code::Blocks doesn't like my enums and typedefs
    By muehl in forum C++ Programming
    Replies: 19
    Last Post: 02-12-2009, 10:48 AM
  5. Replies: 2
    Last Post: 03-08-2003, 04:54 PM