Thread: [Help]C++ or C#

Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    Retoxified's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    148
    Reputation
    8
    Thanks
    171
    C++ is object oriented too

  2. #17
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Yeah but C# is closer to VB

  3. #18
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    My recommendation was and is C#, the transition from Vb.net to C#.net would almost happen instantly.


    Vb.net
    [php]
    Dim NextGen1 As New MinionFo()

    Try
    If nextgen1.Minionclosearg = True Then
    close(thread)
    Else
    End If
    Catch Ex As exception
    msgbox(ex.message)
    End Try
    [/php]

    C#
    [php]
    {
    MinionFo NextGen1 = new MinionFo();

    try {
    if (nextgen1.Minionclosearg == true) {
    close(thread);
    }
    else {
    }
    }
    catch (exception Ex) {
    Interaction.msgbox(ex.message);
    }
    }
    [/php]

    Looking at the example, You see the similarities

    @ C++
    C is not object oriented at all. There are tricks you could use to implement class-like behavior, But in itself not Object oriented

    Object C (ObjC) is Object Oriented.

    C++ is and isn't object oriented, though multiparadigm , Not fully Object Oriented.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  4. #19
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    I got a few books on em from a University library, though im 13 >.<.
    Do you know these?:
    Sams Teach Yourself: Microsoft Visual C# in 24 hours by James Foxall
    Sams Teach Yourself: C++ in 21 Days by Jesse Liberty

  5. #20
    Xlilzoosk8rX's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    the-ville, PA
    Posts
    358
    Reputation
    24
    Thanks
    53
    Quote Originally Posted by ilikewaterha View Post
    Yeah but C# is closer to VB
    But VB isn't really good for hacking. It can be.
    If you are looking into coding hacks then C++ and ASM
    are the way to go.
    C# is more like VB so you wont really be learning much.

  6. #21
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    VB/C#/CLR are all bad. Code in languages that aren't orphans picked up by Windows, like C++

    C# isn't any easier if anything the intense OOP will probably confuse you to be honest(OOP confuses me). But of course in C++ with a big enough project keeping track of OOP things like Class and inherittance can be just as much a pain as it would be in C#
    ~
    C++ isn't defined as Object Oriented Programmming but of course like with anything besides pure binary it can be said to be Object Oriented in Relativity, and it's (very) OOP in relation to ASM. Which is why ppl around the hack sections might bash it as being OOP since they work with ASM when C++ seems to be lacking.
    "If the world hates you, keep in mind that it hated me first." John 15:18

  7. #22
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Who are you to say these languages are all bad? If you think they're all bad, go make you're own.

  8. #23
    lalakijilp's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    310
    Reputation
    9
    Thanks
    53
    My Mood
    Blah
    Quote Originally Posted by ilikewaterha View Post
    Who are you to say these languages are all bad? If you think they're all bad, go make you're own.
    pick one,
    start and come back when you got questions.
    don't whine when you don't like someone's opinion.

  9. #24
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    I've clearly named out the handicaps. I'm just not to sure if you were keeping up.
    ~
    There's the fact C# is dependant on the CLR component making it slower, not portable, and no control over memory management. C++ is a widely supported language accross platforms, and if you're good at it in you can make code that isn't specific to an OS.
    C# is compiled into a psuedo code and then run realtime through a VM (translates it into binary on the fly), C++ is compiled to be an executable binary file (or a .dll, .ocx, tbh you can even make your own valid file formats, if you get to knowing about that stuff) . C++ could be used to make a VM like the CLR component, while C# itself is limited in memory management because of the CLR.

    I'm a binary enthusiast I might not make my own and just stick to the pure 'n clean stuff.
    Last edited by Arhk; 03-30-2010 at 07:43 AM.
    "If the world hates you, keep in mind that it hated me first." John 15:18

  10. #25
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Thanks guys, but i'm going to learn C# first then C++. Got a pile of books on my table anyway =D. /request close.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM