Results 1 to 15 of 15
  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

    Since i have seen many clueless members around this section 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 :]

    Last edited by P0SEID0N; 04-13-2010 at 12:42 AM.

  2. The Following User Says Thank You to P0SEID0N For This Useful Post:

    [C]hosen-1 (04-13-2010)

  3. #2
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    Space Reserved For Future Information If Needed

  4. #3
    Voltage552's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    135
    Blehh :P VC++ FTW? XD I've never used any other IDE.
    [img]https://www.steliar*****m/images/star1.gif[/img][img]https://www.steliar*****m/images/star2.gif[/img][img]https://www.steliar*****m/images/star3.gif[/img][img]https://www.steliar*****m/images/star2.gif[/img][img]https://www.steliar*****m/images/star1.gif[/img]


    Don't expect any more public hacks from me.

    [SA Public]Voltage552 Hook! UNDETECTED - ALL OS

  5. #4
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    yea but it's about as user friendly as eating curry while you have diarrhea.
    Code::Blocks is really good, up to date and fairly user friendly. I only made the move to VC++ a few weeks ago..

  6. #5
    [C]hosen-1's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    In my house >.>
    Posts
    729
    Reputation
    11
    Thanks
    50
    My Mood
    Psychedelic
    nice, maybe i learn sumthing from this




    Respect List:
    - [RIP] тιмє
    - ReZaJwZ
    - Ghost
    - Coke
    - [MPGH]Omega
    - Shaunc
    - [MPGH] Petey Piranha

  7. #6
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Learn something from downloading?

    Absolutely not!
    I'm back.

  8. #7
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    Haha thats what i was thinking. Try tutorial 2 for learning stuff.

  9. #8
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Tutorial #1 is basic/ Getting ready

    You never learn anything from #1 tutorial just the person introducing what their going to teach you.
    I'm back.

  10. #9
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    Yea, anyone who needs help installing something probably shouldn't even attempt C++ but w/e

  11. #10
    HolySinX's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Localhost
    Posts
    307
    Reputation
    13
    Thanks
    146
    My Mood
    Fine
    Code::Blocks ftw. I've used it ages ago. DevC++ sucks badly.

  12. #11
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    I don't mind dev C++ its just not my first choice.

  13. #12
    Chester Bennington's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    England
    Posts
    5,651
    Reputation
    389
    Thanks
    717
    My Mood
    Cheerful
    lawl SMD codeblocks and Dev suck compared to the power of Microsoft Visual C++.

    Just search youtube for a guy called TheBostonKid if you want reall tutorials.

    @Poisedon ****** we already have a section DEDICATED to C++ we dont need this in the cf section

  14. #13
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    Quote Originally Posted by reeciboi View Post
    lawl SMD codeblocks and Dev suck compared to the power of Microsoft Visual C++.

    Just search youtube for a guy called TheBostonKid if you want reall tutorials.

    @Poisedon ****** we already have a section DEDICATED to C++ we dont need this in the cf section
    He is called TheNewBoston idiot. I was the one that recommended him too you. This is posted in the C++ section also, take a look before flaming. VC++ is too complicated for newbies and Dev is dated.

  15. #14
    ninlover000's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Poseidon could you provide another good compiler? Ive tried downloading codeblocks multiple times but it just won't download - the file does not download properly. Im on Vista, might have to do something with that.

  16. #15
    P0SEID0N's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    KFC
    Posts
    318
    Reputation
    10
    Thanks
    24
    My Mood
    Lurking
    Microsoft Visual C++

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 2 - Basic Output
    By P0SEID0N in forum C++/C Programming
    Replies: 2
    Last Post: 04-13-2010, 08:33 PM
  5. Learn how to code C++ || Day 1 - Compiler
    By P0SEID0N in forum C++/C Programming
    Replies: 5
    Last Post: 04-13-2010, 06:21 PM