Results 1 to 7 of 7
  1. #1
    -MAJ's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    How am i suppose to know?
    Posts
    879
    Reputation
    51
    Thanks
    1,123
    My Mood
    Inspired

    Introduction to C++

    Hey its -MAJ and i wanted to know where to start when coding c++ (Please teach me the basics)
    maybe start off with a message box or something?

  2. The Following User Says Thank You to -MAJ For This Useful Post:

    Rumple_4Skin (01-22-2013)

  3. #2
    Acea's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Home of the elks
    Posts
    346
    Reputation
    80
    Thanks
    2,216
    My Mood
    Stressed
    Wrong section but messagebox:

    Lets say you wanted to create it upon dll entry:

    Code:
    BOOL __stdcall DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
            switch(dwReason)
            {
                    case:
                         MessageBox(0,"Message", "Title",MB_OK);  //Below this you would create your CreateThread(0,0,0,0,0);
                    break;
            }
    }
    Use MSDN when learning to program and EXPLORE not leech off of old bases. Start with simple projects before evolving to hacking. Get the proper tools and read some ebooks. Videos CAN be helpful but its not advised, and most important: Stick with it!

  4. The Following 2 Users Say Thank You to Acea For This Useful Post:

    -MAJ (01-22-2013),Rumple_4Skin (01-22-2013)

  5. #3
    -MAJ's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    How am i suppose to know?
    Posts
    879
    Reputation
    51
    Thanks
    1,123
    My Mood
    Inspired
    Quote Originally Posted by Acea View Post
    Wrong section but messagebox:

    Lets say you wanted to create it upon dll entry:

    Code:
    BOOL __stdcall DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
            switch(dwReason)
            {
                    case:
                         MessageBox(0,"Message", "Title",MB_OK);  //Below this you would create your CreateThread(0,0,0,0,0);
                    break;
            }
    }
    Use MSDN when learning to program and EXPLORE not leech off of old bases. Start with simple projects before evolving to hacking. Get the proper tools and read some ebooks. Videos CAN be helpful but its not advised, and most important: Stick with it!
    little things like this i need, Thanks. within a few months i should be able to code my own hack with me being a fast learner

  6. #4
    Acea's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Home of the elks
    Posts
    346
    Reputation
    80
    Thanks
    2,216
    My Mood
    Stressed
    Websites:
    Learn C++
    C++ Language Tutorial - C++ Documentation

    Ebooks:
    C++ for dummys
    C++ How to Program (7th Edition)
    C++ Primer, 5th Edition
    C/C++ Essential Training (2012)

    IDES:
    Visual C++ Express 2012
    Visual C++ Express 2010
    Visual C++ Express 2008
    All of the above are great tools and recommended above the rest.

    SDKS:
    DirectX 2010 June SDK - If you want to get into graphics and creating menus


    Personally thought if you're new to programming start with a simpler language to learn concepts, once you understand programming logic you can apply it to almost ANY language.

    Hope it helps

  7. #5
    -MAJ's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    How am i suppose to know?
    Posts
    879
    Reputation
    51
    Thanks
    1,123
    My Mood
    Inspired
    Quote Originally Posted by Acea View Post
    Websites:
    Learn C++
    C++ Language Tutorial - C++ Documentation

    Ebooks:
    C++ for dummys
    C++ How to Program (7th Edition)
    C++ Primer, 5th Edition
    C/C++ Essential Training (2012)

    IDES:
    Visual C++ Express 2012
    Visual C++ Express 2010
    Visual C++ Express 2008
    All of the above are great tools and recommended above the rest.

    SDKS:
    DirectX 2010 June SDK - If you want to get into graphics and creating menus


    Personally thought if you're new to programming start with a simpler language to learn concepts, once you understand programming logic you can apply it to almost ANY language.

    Hope it helps
    It will thanks, about how long did it take you to learn it 5 months a year?

  8. #6
    Acea's Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Home of the elks
    Posts
    346
    Reputation
    80
    Thanks
    2,216
    My Mood
    Stressed
    Quote Originally Posted by -MAJ View Post


    It will thanks, about how long did it take you to learn it 5 months a year?
    Honestly you never really 'know' the language because its to vast. So the answer I still don't fully know it. But to make hacks it took about 2 years of true studying and experimenting.

  9. #7
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,179
    My Mood
    Inspired
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


Similar Threads

  1. Noob Introduction Thread
    By Dave84311 in forum General
    Replies: 396
    Last Post: 06-03-2009, 11:58 AM
  2. want to learn............introduction
    By mr68gts in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 02-03-2009, 01:43 PM
  3. Mr. Bond, Introduction
    By Mr. Bond in forum General
    Replies: 23
    Last Post: 03-15-2008, 01:53 PM
  4. iets introduction post
    By EleMentX in forum Spammers Corner
    Replies: 21
    Last Post: 12-11-2006, 04:40 PM
  5. [request] Introduction to game hacking
    By Unf4mili4r in forum Suggestions, Requests & General Help
    Replies: 8
    Last Post: 07-27-2006, 03:28 PM