Thread: C++ Tutorials

Page 4 of 4 FirstFirst ... 234
Results 46 to 60 of 60
  1. #46
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    There got the that done. Now Im going to add some more code I have laying around to the list, but so far this seems to be shaping up. I'll try to find the time to add a little something every other day or so.

    No offense HD, but this is meant to sorta be a code only kind of tutorials.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  2. #47
    crushed's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    My name is Jay. k?
    Posts
    415
    Reputation
    10
    Thanks
    113
    My Mood
    Sneaky
    Quote Originally Posted by why06 View Post
    There got the that done. Now Im going to add some more code I have laying around to the list, but so far this seems to be shaping up. I'll try to find the time to add a little something every other day or so.

    No offense HD, but this is meant to sorta be a code only kind of tutorials.
    I can haz tutorial that teach me how to copy paste? Pls, Why?

    I iz give you cheezburger. ♥

  3. #48
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Updated with three new tutorials thanks to Hell_Demon and Erinador!

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  4. #49
    Houston's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    The Netherlands
    Posts
    1,941
    Reputation
    175
    Thanks
    2,468
    My Mood
    Blah
    Thansk for the list

  5. #50
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Several new tutorials added. Check them out.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  6. #51
    gutsygamer's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Crossfire. Combat ArmsEU/NA. {C++ Programming Section.}
    Posts
    373
    Reputation
    10
    Thanks
    120
    My Mood
    Cold
    Quote Originally Posted by why06 View Post
    C/C++/C# Tutorial List
    This list is a listing of C, C++, and C# code for certain common programs, functions etc. this list is organized by skill level and then alphabetically.

    Novice

    C# Beginners Tutorial (C#)A very good start for any newcomers to C#. Does the basic Hello World and all that good stuff.
    By: Brinuz

    C++ Hackers Library v4.0 Well this is just a bunch of classes generally made to do silly little tricks. Really it is is some wrapped windows functions of console commands. And they really aren't wrapped that well anyway. It comes with a lil instructional video. Someone may have fun playing around with it.
    By: scriptkiddy

    Beginner's Guide for the Clueless - A Hacker's explanation of C++ really is. Going into some brief detail down too the machine level compilation of C++. Gives the novice hacker a brief glimpse in through the hackers eye of C++.
    By: Arhk

    Art of Trainer Making The most well explained guide to creating a trianer in C++ I ever had the pleasure of reading. A good guide for any newcomer to C++ who would like to create their own trainer with a lot more versatility the trainer making programs can give.
    By: Anonymous (which I knew who this was, but thanks whoever u are)




    Intermediary (includes DirectX and Windows Concepts)

    Proper use of GetAsyncKeyState - A tutorial that explains some techniques on how to use GetAsyncKeyState correctly and clears up some common misconceptions.
    By: why06

    Assualt Cube Hack Tutorials A little tutorial that explains how code some simple assault cube hacks by recompiling the source code with these changes. All is needed is some basic C++. Good practice game. This tutorial includes 4 different example hacks.
    By: Hell_Demon

    Source Engine Console Hooking Tutorial A very well explained tutorial on how to hook the console of a popular game engine using the Source SDK.
    By: Hell_Demon

    Anti Flash in Olly Debug
    The Continuation of HD's source hooking guide. Explains how to find some functions like the one that controls being flashed and disable it.
    By: Hell_Demon

    Global Keyboard Hook(this link isn't working) - this a little code snippet that explains how to create a Global Keyboard Hook. It might come in handy since many people are always asking how to create hooks like this. The is not working you will have to replace the 3 missing letter in the link "***" with "d(hyphen)h" "hyphen" is "-"
    By: B1ackAnge1

    Console Hack Tutorial - A very in-depth tutorials with source example demonstrating how to read and write memory. It also goes over some things like gaining the handle of a target process through the window name and process name.
    By: Erinador

    Hooking members of IDirect3DDevice9 - A bit of well annotated code that clearly demonstrates how to hook members of D3D9 via a vtable and a Device pointer.
    By: Davidm44



    Advanced (includes advanced Windows Concepts and Reversing/ Logging techniques possibly inline asm)

    cAddressTable cAddressTable is a class that enables you to search the IAT, and EAT for exports and imports, or replace them. Requires a decent understanding of PE headers, export tables, and import tables. As long as the import table isn't wiped clean or packed Jeta assures us that this should find it easily enough.
    By: Jetamay

    cBreakpoint This breakpoint class requires knowledge of vectored exception handlers, Hardware breakpoints, and Jeta recommends the first eight pages of the Intel Developers Manual Volume 3 as well. Also a basic understanding of bits and bitwise operators in C++, intermediate C++ knowledge, and an understanding of how the windows paging system and multi-threading system works. I don't fully understand it as of yet, but breakpoints are used to stop the execution of code. Usually this is done by a debugger I beleive using this class you have much versatility to where you can set breakpoints. Possibly even in the threads of other applications.
    By: Jetamay
    thanks man great tutorial
    Hacks: if you are banned from nexon USE THIS HACK IP UNBAN : https://www.mpgh.net/forum/172-combat...er-v1-0-a.html
    [LEECHED] ODYS D3D PUBLIC [DETECTED]: https://www.mpgh.net/forum/172-combat...eu-public.html
    Mods : Gutsygamer's M16A3 FLAMEZZ MOD https://www.mpgh.net/forum/225-combat...mezz-camo.html
    [img]https://www.danasof*****m/sig/GuTsYGaMeR36157.jpg[/img]







  7. #52
    shooterman80's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In your attic
    Posts
    117
    Reputation
    10
    Thanks
    13
    nice tutorial!
    RESPECT LIST
    Liquidforce
    D3Dh0oker
    [MPGH]WarPathSin
    Dave84311
    jeevins


    Once upon a time, there was a Thanks button that was meant to be clicked so do it now to reveal the legend!
    Really Click the thanks button!

  8. #53
    ez2animate's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    204
    Reputation
    10
    Thanks
    20

    Question Tutorial Suggestion

    What about Teach Yourself C++ in 21 Days

    Says you need no coding experience what so ever, and starts at the very basics

  9. #54
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    I myself didn't think of that as really a worth while read...
    ~
    "If the world hates you, keep in mind that it hated me first." John 15:18

  10. #55
    ez2animate's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    204
    Reputation
    10
    Thanks
    20
    Quote Originally Posted by Arhk View Post
    I myself didn't think of that as really a worth while read...
    ~
    Why? Whats wrong with it? I want to try and learn C++ and I have no coding experience what so ever. Could you point me in the direction of a free tutorial for someone with no experience at all?

  11. #56
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    You could try my tutorial for some solid needed theory and then move on to something else.
    ~
    "If the world hates you, keep in mind that it hated me first." John 15:18

  12. #57
    SpaceMan's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    I forgot. :/
    Posts
    4,291
    Reputation
    162
    Thanks
    897
    My Mood
    Pensive
    Nice Tutorials, i was searching a C++ Tutorials for beginners.

  13. #58
    P0wer3D's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    I've never seen this topic... Really going to use it!

    Ty

  14. #59
    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 have a tutorial/Guide or E-Book you would like added to this list, please yet your Minion/Mod know.

    Also provide a description of the tutorial/Guide or E-book and a link.

    (Remember, Place Tutorials, Guides, or E-Books in the tutorial section)



     


     


     



    The Most complete application MPGH will ever offer - 68%




  15. The Following User Says Thank You to NextGen1 For This Useful Post:

    acexero (10-07-2011)

  16. #60
    FinalHazard_'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    ALT + F4
    Posts
    318
    Reputation
    62
    Thanks
    130
    My Mood
    Cynical

    C++ Tutorials



    TheNewBoston

    This guy makes tutorials from C# to C++ to C To Java to VB And Alot more!...

    TheNewBoston Covers All these for "C++"

    Code:
    1 - Installing CodeBlocks 2 - Understanding a Simple C++ Program 3 - More on Printing Text 4 - Variables 5 - Creating a Basic Calculator 6 - Variables Memory Concepts 7 - Basic Arithmetic 8 - if Statement 9 - Functions 10 - Creating Functions That Use Parameters 11 - Functions That Use Multiple Parameters 12 - Introduction to Classes and Objects 13 - Using Variables in Classes 14 - Constructors 15 - Placing Classes in Separate Files 16 - if Statement.....again 17 - if / else Statement 18 - while Loops 19 - Simple Program Using a Loop 20 - Sentinel Controlled Program 21 - Assignment and Increment Operators 22 - for Loops 23 - Making a Stock Market Simulator 24 - do while Loops 25 - switch 26 - Logical Operators 27 - Random Number Generator 28 - Default Arguments / Parameters 29 - Unary Scope Resolution Operator 30 - Function Overloading 31 - Recursion 32 - Arrays 33 - Create an Array Using Loops 34 - Using Arrays in Calculations 35 - Passing Arrays to Functions 36 - Multidimensional Arrays 37 - How to Print Out Multidimensional Arrays 38 - Introduction to Pointers 39 - Pass by Reference with Pointers 40 - sizeof 41 - Pointers and Math 42 - Arrow Member Selection Operator 43 - Deconstructors 44 - const Objects 45 - Member Initializers 46 - Composition 47 - Composition Part 2 48 - friend 49 - this 50 - Operator Overloading 51 - More on Operator Overloading 52 - Inheritance 53 - protected Members 54 - Derived Class Constructors and Destructors 55 - Introduction to Polymorphism 56 - virtual Functions 57 - Abstract Classes and Pure virtual Functions 58 - function Templates 59 - function Templates with Multiple Parameters 60 - class Templates 61 - Template Specializations 62 - Exceptions 63 - More Exceptions Examples 64 - Working with Files 65 - Tips for File Handling 66 - Writing Custom File Structures 67 - Reading Custom File Structures 68 - Cool Program Working with Files 69 - Finishing the Awesome Program 70 - Reviewing the Final Program 71 - string Class and string Functions 72 - string substrings, swapping, and finding 73 - Final Video for this Series
    Credits -

    TheNewBoston
    Ethan`

    Note -
    This does not deserve a sticky as its been leeched


    Press Thanks if i helped.
    Last edited by FinalHazard_; 04-12-2012 at 09:56 PM.

  17. The Following 2 Users Say Thank You to FinalHazard_ For This Useful Post:

    n0real (04-16-2012),Reflex- (04-14-2012)

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. [Tutorial] Change your IP to unban yourself
    By Super-Man in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 10-13-2019, 03:33 AM
  2. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM
  3. Gunz Hack - Tutorial
    By Dave84311 in forum General Game Hacking
    Replies: 12
    Last Post: 01-09-2006, 08:16 PM
  4. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  5. Photoshop Tutorials
    By Dave84311 in forum Art & Graphic Design
    Replies: 3
    Last Post: 12-31-2005, 07:21 AM

Tags for this Thread