Results 1 to 6 of 6
  1. #1
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking

    Learn how to code C++ || Day 1 - Compiler


    Let's hope this will pass Why06's close scrutiny :]
    I will be making a day by day tutorial teaching you C++. Starting with a compiler. I will try my best to do one tutorial per day but cannot promise anything due to RL requirements. I aim to be accurate, detailed and explain things to the best of my ability.
    I will be happy to answer all questions, no matter how stupid they seem. If you do know C++ feel free to come and answer questions and such.

    __________________________________________________ _______________

    Lesson #1 - Choosing a compiler
    For these tutorials i will be using a compiler called Code::Blocks. Although DevC++ is probably the most user friendly compiler it is now outdated and gives many frustrating errors even with correct code.

    You can download Code::Blocks from here:
    Code::Blocks Download #1


    If that doesn't work then go here and select the bottom option called
    codeblocks-8.02mingw-setup.exe - 28 Feb 2008 - 19.3 MB


    Then follow this video to install Code::Blocks.
    [YOUTUBE]<object width="980" height="765"><param name="movie" value="https://www.youtube.com/v/U8qOLFXixtE&hl=en_US&fs=1&rel=0&color1=0x006699&co lor2=0x54abd6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="https://www.youtube.com/v/U8qOLFXixtE&hl=en_US&fs=1&rel=0&color1=0x006699&co lor2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="980" height="765"></embed></object>[/YOUTUBE]

    Now you have Code::Blocks installed! To start a new project go to
    File >> New >> Empty File or Ctrl + Shift + N


    It should look like this:

    [IMG]https://i755.photobucke*****m/albums/xx191/_-_-_JAMES_-_-_/CodeBlocks.jpg[/IMG]

    Credits:
    Romanzeyde - The youtube video
    P0SEID0N - Everything else :]


  2. The Following 2 Users Say Thank You to P0SEID0N For This Useful Post:

    desan211 (04-13-2010),why06 (04-13-2010)

  3. #2
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Step one: Download and Install.

    Quite a long winded explanation, but good for dumbasses.
    Last edited by why06; 04-13-2010 at 07:40 AM.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  4. #3
    desan211's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    California baby.
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Daring
    Hello, i dont know a thing about code but you got me realy interested with this day to day tut. i would realy like to learn about this so thanks so much for giving me the idea to try it out. i will check in every day for the lessons and hope i can make sense of it all lol. thanks again Poseidon

  5. #4
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    Ill try and get one up every day :\ ill do my best.

  6. #5
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    BTW : This isn't a compiler Code::Blocks is an IDE

  7. #6
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    True but its not like its going to make a difference to them :|

Similar Threads

  1. Learn how to code C++ || Day 3 - Variables and Date Types
    By P0SEID0N in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 04-16-2010, 09:26 PM
  2. Learn how to code C++ || Day 3 - Variables and Date Types
    By P0SEID0N in forum C++/C Programming
    Replies: 5
    Last Post: 04-16-2010, 02:51 AM
  3. Learn how to code C++ || Day 2 - Basic Output
    By P0SEID0N in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 04-15-2010, 04:00 AM
  4. Learn how to code C++ || Day 1 - Compiler
    By P0SEID0N in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 14
    Last Post: 04-15-2010, 02:42 AM
  5. Learn how to code C++ || Day 2 - Basic Output
    By P0SEID0N in forum C++/C Programming
    Replies: 2
    Last Post: 04-13-2010, 08:33 PM