Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    juan090's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Argentina
    Posts
    24
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed

    Post I want to learn to code.

    Hi guys, like the name says i want to learn how to code.. i need help to know were to start i have plenty of time since i am in summer hollidays

  2. #2
    iiSnipez's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    St.Louis
    Posts
    167
    Reputation
    58
    Thanks
    4
    My Mood
    Inspired
    YouTube is the best place you will learn programming.
    The tools you will mostly need are
    -Java Sdk.
    -C++ (2 Diffrent versions)
    and a few other programs im not sure of.

  3. #3
    akimo360's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Singapore
    Posts
    43
    Reputation
    7
    Thanks
    212
    My Mood
    Happy
    Start off on VB and move on to C then C++ then ASM then do your hacks! Well.. that's how I started tho.

  4. #4
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Stop telling everyone what they should start with.
    They will start with what they feel comfortable with, besides, starting with VB, then moving to C or C++ isn't a smart move honestly.

    What i would advice you to start with, would be C.
    Anyway, if you are planing only on hacking you wont go far in programming, half of your code will be leeched.

    And honestly, if that guy only wants to hack (he will fail if this is the reason), I don't see why would he learn either Java or VB.

    Pro tip: Program if you like to do it, if you want to know how your computer actually works, and have fun with it. If not, don't bother, just download already made hacks and have fun playing. People in here always want to program for the wrong reasons.. Come on.. Grow up, this is not about epenis size.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  5. The Following User Says Thank You to 'Bruno For This Useful Post:

    t7ancients (12-15-2011)

  6. #5
    akimo360's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Singapore
    Posts
    43
    Reputation
    7
    Thanks
    212
    My Mood
    Happy
    Well, VB has the most basics foundation of programming. So when I learnt C, it was much understandable for me. It's up to him anyways.

  7. #6
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by akimo360 View Post
    Well, VB has the most basics foundation of programming. So when I learnt C, it was much understandable for me. It's up to him anyways.
    I honestly dont see how, because both the Syntax and Logic are different (Not object oriented)
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  8. #7
    iiSnipez's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    St.Louis
    Posts
    167
    Reputation
    58
    Thanks
    4
    My Mood
    Inspired
    If your learning to make a program use C++
    if your learning to make cheats learn VB
    If your going to make games try using C++, VB and textpad with java ^_^

  9. #8
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by iiSnipez View Post
    If your learning to make a program use C++
    if your learning to make cheats learn VB
    If your going to make games try using C++, VB and textpad with java ^_^
    Actually to make applications I would advice VB or C#.
    To actually make cheats, I would go with C. (C++)
    And to make games, Any language where you have libraries for it.. Such as DirectX SDK, XNA SDK, w/e
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  10. #9
    Insta_Pally's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by akimo360 View Post
    Well, VB has the most basics foundation of programming. So when I learnt C, it was much understandable for me. It's up to him anyways.
    I sorta agree with Akimo because Without a good foundation, aka VB, it will be hard to understand how coding actually works. But that's just my opinion.

  11. #10
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Insta_Pally View Post
    I sorta agree with Akimo because Without a good foundation, aka VB, it will be hard to understand how coding actually works. But that's just my opinion.
    No it wont be hard. Just a different Syntax (C Syntax).
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  12. #11
    BlAk_FuSiOn's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    61
    Reputation
    -4
    Thanks
    3
    My Mood
    Amazed
    It Kinda Depends What You Want To Make/Learn.
    I Would Recomend Starting With VB( Thats What i Did ).
    And Now Im Starting To Learn C++.
    But You Must know That It Will Take Way Longer Than The Holidays To Learn To Code.
    Good Luck, Have Fun.

  13. #12
    Insta_Pally's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I started with VB with a book from 1995, and then I realized I don't want to learn VB yet xD, So I just went with C++ to start with :3.

  14. #13
    t7ancients's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    New York
    Posts
    381
    Reputation
    28
    Thanks
    68
    My Mood
    Twisted
    Visual Basic is alright, but the syntax is so different from other languages that learning Visual Basic first might hinder your ability to learn something else afterward. It's good for rapid application development and scripting for ASP.NET, but other languages beat it in most other areas. Learning C/C++ first will teach you better programming habits and get you closer to low-level details than VB, as well as give you more power and control over what you're doing. C# and/or Java(I'd say go with C# if you go this route) will really force you to learn object-oriented programming concepts, as everything in these languages is represented as an object. Assembly is the fastest, smallest, and most efficient; But a total beginner might not get the hang of it. I honestly recommend you learn C++ or C first, then maybe C#. Come on, look at all the languages that borrow 90% of their syntax from C. There's a reason for this: C was the best 30 years ago, and it's still one of the best today. Best languages to know/learn(imo): 1. C/C++ 2. Assembly 3. C#

    Note: This is just my opinion, so don't flip out if you don't agree. Put away your e peen and state your ideas like sensible human beings.
    Last edited by t7ancients; 12-15-2011 at 07:51 PM.

  15. #14
    pkthenubs's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Canada
    Posts
    362
    Reputation
    75
    Thanks
    478
    My Mood
    Inspired
    Honestly learning C++ first is like milking a cow and u dont know what a cow is. Just start off looking for videos and watch them over and over till you understand what there saying.

  16. #15
    Paul's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    6,296
    Reputation
    473
    Thanks
    1,061
    My Mood
    Sleepy
    try starting with batch programming


Page 1 of 2 12 LastLast

Similar Threads

  1. Want to learn to code hax0rz.
    By mistertex in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 06-23-2018, 11:46 AM
  2. [Info] Want to learn to code?
    By ғᴜᴋᴏᴊʀ in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 12-03-2010, 10:07 PM
  3. [Info] Want to learn to code WarRock hacks?
    By Scruffy in forum WarRock Discussions
    Replies: 20
    Last Post: 06-06-2010, 12:08 PM
  4. I want to Learn Coding.
    By ~G36E~ in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 02-22-2010, 01:29 PM
  5. Wanting to learn hack-coding basics
    By gwentravolta in forum Programming Tutorial Requests
    Replies: 13
    Last Post: 09-05-2009, 10:29 AM