Thread: Learn C# ?

Results 1 to 9 of 9
  1. #1
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive

    Learn C# ?

    I think this isnt the correct section, But the other is death...

    Whats the diference about C# or C++ or C (IDK If is the same.) ?

    Can i make hacks with C# like make them in C++ ?

    Because for me C# is easier to learn bcuz i already know vb..

    What do you think is better to learn? (I want to make hacks And Normal Programs )

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    C# = VB with a sexier syntax.

    And nope, You can't make hacks in C# in the same was as C++
    Ah we-a blaze the fyah, make it bun dem!

  3. The Following User Says Thank You to Hell_Demon For This Useful Post:

    Lyoto Machida (04-09-2011)

  4. #3
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    Quote Originally Posted by Hell_Demon View Post
    C# = VB with a sexier syntax.

    And nope, You can't make hacks in C# in the same was as C++
    hmm Ok thanks....
    /solved I just wanted to know that..

    PS: Should i laen C# before C++?
    Last edited by Lyoto Machida; 04-09-2011 at 08:26 AM.

  5. #4
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Depends on your goals, I'd go for C++ if you're 100% sure you can dedicate enough time to studying it
    Ah we-a blaze the fyah, make it bun dem!

  6. #5
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Why do you want to learn programming? If it is to hack C++.

  7. #6
    Lyoto Machida's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Far away with girls
    Posts
    3,734
    Reputation
    133
    Thanks
    1,621
    My Mood
    Aggressive
    Quote Originally Posted by Hell_Demon View Post
    Depends on your goals, I'd go for C++ if you're 100% sure you can dedicate enough time to studying it
    hmm Ok..

    /Solved Now

  8. #7
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    C# is one of the many languages which can be used with the .Net framework, along with C++ - and you can write hacks in C# as well - but it would be a bit of work to setup a framework for that purpose.

    fasdf I'm not writing an entire article, but basically:

    If you're dealing with native executable code, performance critical code or you need low level access you would use C\C++, otherwise you would use a managed language like C#. Those who doubt the power of .Net have never used it or are not aware of how flexible it is. Every language has it's purpose, You wouldn't write a boot-loader in C++, possibly not even C.

    To demonstrate, .Net applications usually compile with a lot of meta data, and because of this they can utilize what is called "Reflection." Reflection allows one to generically work with and literally reprogram any object. It allows you to identify properties, routines, and class members. It adds a whole new perspective on OOP.

    Generally speaking, I use both. I.e for my upcoming hack, the application which parses log data and present a debugging interface is written in C# where as the core of the hack is written in C\C++.

    Really, you should learn both. C# also implements a more OOP design, opposed to C++ which has OOP jammed half-way down it's throat.
    Last edited by radnomguywfq3; 04-10-2011 at 04:42 PM.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


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

    Lyoto Machida (04-15-2011),[MPGH]master131 (04-10-2011)

  10. #8
    HeXel's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Location
    Portugal
    Posts
    1,093
    Reputation
    40
    Thanks
    57
    My Mood
    Amused
    Start with C then try C++ (the differences aren't that big).

  11. The Following User Says Thank You to HeXel For This Useful Post:

    Lyoto Machida (04-15-2011)

  12. #9
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    I Love C# and C++.. i recommend c#

  13. The Following User Says Thank You to Alessandro10 For This Useful Post:

    Lyoto Machida (04-15-2011)