Page 3 of 3 FirstFirst 123
Results 31 to 43 of 43
  1. #31
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    C++ has the STL not the Windows SDK, and it is amazing.

  2. #32
    HeavenlyRage's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Earth
    Posts
    1,588
    Reputation
    58
    Thanks
    394
    My Mood
    Bored
    Quote Originally Posted by Virtual Void View Post
    What language you want to do depends on your needs/wants.

    If you want to easily make pretty windows forms apps, i suggest VB or C#. They aren't just for the sake of creating pretty apps, cuz they are also pretty powerful
    If you want to make games easily, choose a language that was create mainly for game creation, like darkbasic or blitz languages..
    If you want to be lower level, try C++ or C. like void said, you won't be using lower level stuff with C# or any .Net language.

    I chose C++ because i can do nearly everything with it, as with all general purpose languages. I make games with it along with SDL, but the upside to general purpose languages with APIs are that the possibilities are endless. with a game specific language, you are confined to what the language offers, Using C++ and SDL, you can make your own things that a game language wouldn't, and you can even modify the API, but you cannot modify a language, now can you?

    The downside is it is harder and longer to achieve what you want, but it is typically more efficient, and idk about you, but i feel a sense of accomplishment when I made something with my tools and tools only. With a game language it is like you have an instruction manual on how to make things.
    Why do you think C++ is easy and in the lower levels? Because it is not easy it is difficult I should know because I am learning it.

  3. #33
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Compared to languages Of a higher level ( VB.net for example ), yes C++ is easy at lower levels

  4. #34
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    C++ design is inherently hard. Even seasoned programmers admit to this fact. Go try reading some Boost headers, you'll see what I mean.

  5. #35
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by toon234 View Post
    Why do you think C++ is easy and in the lower levels? Because it is not easy it is difficult I should know because I am learning it.
    Learning is easy, using it correctly is harder. Anybody can learn concepts and keywords and functions etc, but using it is the harder part. You do know what lower level is don't you? And thanks for responding to a post over a month old .

    Nothing is hard. People call things hard when they are not. "Hard" things require a bunch of practice. But practice is easy. So if all the practice is easy, nothing is hard.

    I didn't know any japanese 9 months ago, and i could pretty much fully understand the first 2 paragraphs of the japanese windows license agreement (all i bothered to read) when i installed a japanese copy of Windows 7 like 2 weeks ago. I learned more chinese characters used in japanese than an average highschool graduate in only 4 months. Seems "hard"? It was not at all. Quite easy.No, Really easy. I put no effort and dedicated study. My life is my textbook, living like a japanese person. That means my only media is japanese mang. Immersion is where it is at.

    All you need is A good method (required!) and love to do "hard things"

    A good method is important, some college graduates who learned japanese only know 260 Characters, Now that is what i call a failure. They can't read manga or watch any TV, because they used the wrong method to learn and are failures.
    Last edited by Auxilium; 08-18-2011 at 02:06 AM.

  6. #36
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Virtual Void View Post


    Learning is easy, using it correctly is harder. Anybody can learn concepts and keywords and functions etc, but using it is the harder part. You do know what lower level is don't you? And thanks for responding to a post over a month old .

    Nothing is hard. People call things hard when they are not. "Hard" things require a bunch of practice. But practice is easy. So if all the practice is easy, nothing is hard.

    I didn't know any japanese 9 months ago, and i could pretty much fully understand the first 2 paragraphs of the japanese windows license agreement (all i bothered to read) when i installed a japanese copy of Windows 7 like 2 weeks ago. I learned more chinese characters used in japanese than an average highschool graduate in only 4 months. Seems "hard"? It was not at all. Quite easy.No, Really easy. I put no effort and dedicated study. My life is my textbook, living like a japanese person. That means my only media is japanese mang. Immersion is where it is at.

    All you need is A good method (required!) and love to do "hard things"

    A good method is important, some college graduates who learned japanese only know 260 Characters, Now that is what i call a failure. They can't read manga or watch any TV, because they used the wrong method to learn and are failures.
    Yes, we all know you're a japwannabe. /brag /brag /brag

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #37
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by Jason View Post


    Yes, we all know you're a japwannabe. /brag /brag /brag
    It's not so much bragging, but sharing my experience

  8. #38
    mipje's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Holland
    Posts
    91
    Reputation
    10
    Thanks
    4
    My Mood
    Devilish
    Lua is really fun if you play garry's mod and its easy :3

  9. #39
    Cyberdyne's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    244
    Reputation
    -15
    Thanks
    33
    My Mood
    Inspired
    It's all about making sure your skills are portable.




  10. #40
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Cyberdyne View Post
    It's all about making sure your skills are portable.
    Your bumping skills sure seem portable.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  11. #41
    Cyberdyne's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    244
    Reputation
    -15
    Thanks
    33
    My Mood
    Inspired
    Quote Originally Posted by Jason View Post


    Your bumping skills sure seem portable.

    Well, sorry for triggering your Thread Digger alert.
    The last reply was 2 weeks ago.




  12. #42
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Look through the first few pages of the coder's lounge. This type of thread has been asked 10000000 times, so we don't need people continually bumping them when they have been well and truly answered.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  13. #43
    Cyberdyne's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    244
    Reputation
    -15
    Thanks
    33
    My Mood
    Inspired
    Quote Originally Posted by Jason View Post
    Look through the first few pages of the coder's lounge. This type of thread has been asked 10000000 times, so we don't need people continually bumping them when they have been well and truly answered.
    *sigh* alright...sorry for digging this thread and for causing physical/mental trauma to all those who have viewed this bumped thread. I apologize to all those who are allergic to thread diggers.




Page 3 of 3 FirstFirst 123

Similar Threads

  1. What is the best signature programe?
    By hnj in forum Help & Requests
    Replies: 39
    Last Post: 11-08-2019, 01:28 AM
  2. Replies: 66
    Last Post: 09-10-2011, 10:10 AM
  3. [SOLVED]What Is The Best Recording Program For CF?
    By MarketEngineer in forum CrossFire Help
    Replies: 6
    Last Post: 09-19-2010, 11:09 AM
  4. Choosing the Programming Language Best For You
    By Tom in forum Programming Tutorials
    Replies: 1
    Last Post: 07-19-2010, 12:31 PM
  5. Best Hacking Programing language
    By radnomguywfq3 in forum General Game Hacking
    Replies: 18
    Last Post: 05-27-2007, 12:01 PM