Thread: Where to start

Results 1 to 10 of 10
  1. #1
    SK-108's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    176
    Reputation
    10
    Thanks
    63
    My Mood
    Twisted

    Question Where to start

    Okay I was told I should start with visual Basic be I try to learn C++ so. . .where should I start? like could anyone give me some tips or maybe tell me what to search Google for (Since we cant post external links).

    I really wanna learn, I have the time and the will so yeah.

    I just want some tips and/or some places that would help me.


    Thank you!

  2. #2
    GameTrainerMaker's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    465
    Reputation
    17
    Thanks
    514
    Youtube.. watch some basic tutorials then make your way to the hard tutorials

  3. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Read a book about VB so you know all basics.



  4. #4
    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 SK-108 View Post
    Okay I was told I should start with visual Basic be I try to learn C++
    I wouldn't agree with that. Personally it'd be better to just start with C++ and learn that. It's harder than VB but learning VB won't really help TOO much with C++ in the end as their syntax's are completely different. Plus, it'll take a while to wean yourself off intellisense and manual error finding, so it's best to just start with C++ IMO.

    If you're dead set on learning vb.net I recommend just teaching yourself. Find a project you wanna make that's within your limitations, and work on it. I'd recommend a "Hello World" type program to start off and get used to things. Then just move on to whatever takes your fancy, your knowledge of VB will grow as you go, if you actually try and incorporate new ways of doing things into your projects. I don't think I've really ever followed a series of tuts to learn VB, not that I'm amazingly good at VB (far from it) but I just learned as a went and by starting projects I actually wanted to make, I ended up learning a whole lot more trying to get them to work. If I'd been stuck following a tutorial of a program I didn't even care about making and it didn't work, I'd probably just give up haha.

    Just my two cents anyway.

    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)

  5. #5
    SK-108's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    176
    Reputation
    10
    Thanks
    63
    My Mood
    Twisted
    Okay then well I don't care about VB I wanna learn C++ but I was told to go for VB first. . .So should I look for C++ Tuts on youtube like that guy said? Also is there a program I need?

  6. #6
    expl0!t's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    130
    Reputation
    38
    Thanks
    31
    My Mood
    Inspired
    Quote Originally Posted by SK-108 View Post
    Okay then well I don't care about VB I wanna learn C++ but I was told to go for VB first. . .So should I look for C++ Tuts on youtube like that guy said? Also is there a program I need?
    C++ is a complex language that you can't just pick up over a couple YouTube videos. It requires time and patience.

    As the user above stated, the best way to start is on your own and progress from there. Discover the basics on your own, then start by reading a book.

    The program you need is; here.
    Best of luck to you.
    [img]https://i295.photobucke*****m/albums/mm150/gfx_forums/CFT_4.png[/img]

    [IMG]https://i295.photobucke*****m/albums/mm150/gfx_forums/hazard3_redone.png[/IMG]

  7. #7
    '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 SK-108 View Post
    Okay then well I don't care about VB I wanna learn C++ but I was told to go for VB first. . .So should I look for C++ Tuts on youtube like that guy said? Also is there a program I need?
    knowledge in more then one language is always good, if you are about to go c++ i really advice you to buy a book... or go here: C++ Language Tutorial btw... you can give external links to tutorials.. there is no problem on that
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  8. #8
    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 expl0!t View Post
    C++ is a complex language that you can't just pick up over a couple YouTube videos. It requires time and patience.

    As the user above stated, the best way to start is on your own and progress from there. Discover the basics on your own, then start by reading a book.

    The program you need is; here.
    Best of luck to you.
    QFT.

    For C++, youtube won't suffice. I recommend going to the C++ section, there's a tut guide there and somewhere there someone posted an epic book for C++, I'll edit this when I find it.

    Books > youtube for C++ basics IMO, despite the fact that learning via reading is dull. I just gave up on C++ 'cos I started with VB and couldn't be fucked learning a new language without instant syntax error detection or anything so I gave up.

    Yesh, i'm lazeh.

    EDIT: Here's the link to the book:

    Teach yourself C++ in 21 days.zip

    And the link to the original thread which has loads of books and vid tuts to check out at your leisure:

    Beginning C++ Starter Guide - By Jetamay

    Enjoy.
    Last edited by Jason; 06-24-2010 at 08:10 PM.

    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)

  9. The Following User Says Thank You to Jason For This Useful Post:

    expl0!t (06-24-2010)

  10. #9
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    You may start with c# and go for c++ afterwards since the syntax is kinda similar.



  11. #10
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    If you want to learn C++ you should start by learning C++

    Visual basic is not less powerful, less complex language, nor is it a "good starting point for C++" it is only a good starting point for VB.



    T


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. So Im finally done and don't know where to start...
    By why06 in forum C++/C Programming
    Replies: 3
    Last Post: 03-22-2010, 04:20 PM
  2. Where To Start?
    By billysprogrammer in forum General Hacking
    Replies: 0
    Last Post: 01-11-2010, 06:21 AM
  3. where to start??
    By troy320 in forum C++/C Programming
    Replies: 2
    Last Post: 11-02-2009, 08:57 PM
  4. Where to Start?
    By PlSlYlClHlO in forum C++/C Programming
    Replies: 2
    Last Post: 06-02-2009, 03:05 PM
  5. [Help] MHS - Where to start
    By xobbfly in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 08-11-2008, 10:39 PM