Poll: C# or C++

Thread: C# or C++

Results 1 to 7 of 7
  1. #1
    zX TRiiGeRz's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    British Columbia, Canada
    Posts
    20
    Reputation
    10
    Thanks
    34

    Question C# or C++

    Heyo guys, I'm just wondering what Programming Language I should learn next. I'm pretty sure C++ is the Programming Language that is used to write most of the Hacks & Game Mods, am I right or can you write them in both? I know jumping over C# and heading straight to C++ is a pretty big leap but I'm sure I can handle it.

    Thanks guys,
    JohhnnyBoiii

  2. #2
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Jumping over C# and go straight to C++ is a big leap?

    I share the opinion that starting with a lower level language is better.. It is easier to go from C++ to C# than C# to C++
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  3. The Following 3 Users Say Thank You to 'Bruno For This Useful Post:

    258456 (05-29-2012),Hell_Demon (05-29-2012),t7ancients (06-30-2012)

  4. #3
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    Quote Originally Posted by Brinuz View Post
    Jumping over C# and go straight to C++ is a big leap?

    I share the opinion that starting with a lower level language is better.. It is easier to go from C++ to C# than C# to C++
    Thank God there are people like you still around. I agree with what you said 150%! It really pisses me off when people think they are legit when they send an email with 8 lines of code and they don't realize that there is so much more going on behind the scenes (my version was around 139 lines).

  5. #4
    Rakuuza's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Melbourne
    Posts
    88
    Reputation
    52
    Thanks
    35
    My Mood
    Relaxed
    Quote Originally Posted by JohhnnyBoiii View Post
    Heyo guys, I'm just wondering what Programming Language I should learn next. I'm pretty sure C++ is the Programming Language that is used to write most of the Hacks & Game Mods, am I right or can you write them in both? I know jumping over C# and heading straight to C++ is a pretty big leap but I'm sure I can handle it.

    Thanks guys,
    JohhnnyBoiii
    C++ Is made for hacking, C# Requires a lot more libraries. I would recommend going into C++ if you want to make hacks / game mods, but if you want to make front end applications (eg. Calculator, Web Scrapers, ETC) use C#.

    C++ Is much better at desktop applications, hacks, etc
    C# is more proficient at Web Based Applications, Minor Desktop Applications, etc (It's a lot quicker to code in)

    So really, it's what you want to use it for.

    In my opinion I would say learn C++ first as you will get experienced in correct layout, correct syntax, and learn good coding practises as its a bigger leap, then after you learn C++ you will have a much easier time learning C# as you have the layout, syntax and coding practises already.

    (Keyword for C++, is if it gets hard for you, learn to break the program down into simple classes (Calculator for example, if you can't think of it in the big picture, think of it in the different processes, such as add, Multiply, division, etc. This is a great way to start off with a complex language)

  6. The Following User Says Thank You to Rakuuza For This Useful Post:

    zX TRiiGeRz (05-30-2012)

  7. #5
    debohax's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    381
    Reputation
    13
    Thanks
    2,906
    My Mood
    Busy
    C# will teach you bad habits, do c++ (learn in college or tech school) Try to avoid tutorials online they are mostly written by students and leave out key things you would want to know not to mention when you get stuck your just stuck there isnt anyone to help you.. I am making my first game this semester in college school is best place to learn this sort of thing, if you half ass it and use online tuts your gonna produce sloppy half ass code as a result
    Dead Island Hacks v1.5 By. Debohax

    Contagion Hacks v1.5 By. Debohax


    Debohax Injector v1.0 By. Debohax

    Dying Light Hack v1.3 By. Debohax

    [IMG]https://i303.photobucke*****m/albums/nn132/MercurySilverstone/Decorated%20images/gamegenie.jpg[/IMG]

  8. #6
    Rakuuza's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Melbourne
    Posts
    88
    Reputation
    52
    Thanks
    35
    My Mood
    Relaxed
    Quote Originally Posted by debohax View Post
    C# will teach you bad habits, do c++ (learn in college or tech school) Try to avoid tutorials online they are mostly written by students and leave out key things you would want to know not to mention when you get stuck your just stuck there isnt anyone to help you.. I am making my first game this semester in college school is best place to learn this sort of thing, if you half ass it and use online tuts your gonna produce sloppy half ass code as a result
    This is not always necessary, You're judging this based on many things... I do agree with most online tuts being sloppy, but that doesn't rule out online altogether. Download .PDF files of books that people have written and learn from that. They explain everything in detail so you shouldn't get lost (This is still a method of using online).

  9. #7
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    He just mentioned Online Tuts, which is true.
    Besides, learning at university/school is always better no matter what you wanna do for living.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.