Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › CrossFire Hacks & Cheats › CrossFire Hack Coding / Programming / Source Code › [TUT]C++ Starter Guides!

[TUT]C++ Starter Guides!

Posts 1–15 of 103 · Page 1 of 7
…
DE
DeathHunter
[TUT]C++ Starter Guides!
So,many people say:
"How to learn C++?

C++ isn't easy and it takes time to learn.But it's very helpful if you know some basics.

So I decided to make a guide(I'm not so good at C++ but I know something I gathered some information that I found on the net)

Contents:
  1. Introduction
  2. What you'll need
  3. What's next?


Introduction.
C++ is an "object oriented" programming language created by Bjarne Stroustrup and released in 1985. It implements "data abstraction" using a concept called "classes", along with other features to allow object-oriented programming. Parts of the C++ program are easily reusable and extensible; existing code is easily modifiable without actually having to change the code. C++ adds a concept called "operator overloading" not seen in the earlier OOP languages and it makes the creation of libraries much cleaner.

What you'll need:
  • Compilers
    • Visual Studios 2008 Express The free version of Visual Studios, this compiler is capable of handling large projects very easily, as well as importing a variety of SDK's, it contains so many features it would be impossible to list them all. I wouldn't recommend using this compiler when first learning C++, because learning just how to use VS could interfere with learning C++. However there are a few who start off with this compiler right away. If you decide to go ahead and start off with VS it will keep you from having to learn how to use VS later on, like I am having to do now. In the end every programmer advances to VS, whether you want to jump right in or simply wait to learn the basics first is just a style preference.
    • Dev-C++ A very simple IDE to start off with. It's good for beginners. It allow your to quicky test codes right away without having to worry about to many elaborate features.
    • Other: Code::Blocks, Eclipse C/C++
  • Books
    • Amazon.com: C++ Primer Plus (5th Edition): Stephen Prata: Books
    • Amazon.com: C++: A Beginner's Guide, Second Edition (0783254043275): Herbert Schildt: Books

  • Online Tutorials/ebooks
    • C++ Language Tutorial
    • C++ Beginner's Guide
    • C++ - Free computer books
    • 60 C++ Video Tutorials
    • BluePortal.com This site is hard to navigate through, but if you look it has tons of free stuff.
  • Useful links
    • MSDN- Pretty much the only link you'll ever need.





What's Next?

Once you learn all the basic concepts of C++(classes, pointers, virtual function, etc.) it's time to move on to some cool stuff. But make sure you learn the basics first. If you skip over this it's going to come back and bite you in the... well just trust me you NEED to know the basics first. Once you have completed the basics you can move on to DirectX, and some basic Windows API. There is more information here in the Intermediate Concepts of Game Hacking.


C++ maintains aspects of the C programming language, yet has features which simplify memory management. Additionally, some of the features of C++ allow low-level access to memory but also contain high level features.

C++ could be considered a superset of C. C programs will run in C++ compilers. C uses structured programming concepts and techniques while C++ uses object oriented programming and classes which focus on data. Read about the History of C and also about the History of C++.

Credits:
Internet.
Me.
And some info from Jetamay.
#1 · edited 16y ago · 16y ago
AL
ali~ali
nice........
#2 · 16y ago
Wyo
[MPGH]Wyo
Copy/Paste?

or you work harD?
#3 · 16y ago
Ghost
[MPGH]Ghost
good tut
#4 · 16y ago
Time
[MPGH]Time
Quote Originally Posted by ECsTaSY View Post
Copy/Paste?

or you work harD?
I dont think its copy/paste lol. Nice tut.
#5 · 16y ago
MvRouC12
MvRouC12
Very nice tut.

Im sooo used to VB8 it's hard for me to learn c++....

any tips? ^_^
#6 · 16y ago
Dim
Dim
Thank u.Very well.
#7 · 16y ago
DE
DeathHunter
I copied and pasted some info but I found the all the info...
#8 · 16y ago
DarkFreakXxX
DarkFreakXxX
Thank you so much
#9 · 16y ago
DE
DeathHunter
I will make a guide on VB too when I finish owning in Ghost Mode(197/57)
#10 · 16y ago
[U]lixa
[U]lixa
Thanks For the good Guides
#11 · 16y ago
RI
Ritzyl
nah, rather have a C# guide.
#12 · 16y ago
Wyo
[MPGH]Wyo
Quote Originally Posted by DeathHunter View Post
I copied and pasted some info but I found the all the info...
hihihi what did i say =D
#13 · 16y ago
DE
DeathHunter
So,I founded some info and pasted it.
But I wrote the rest.

Founded some info and pasted it.
and I wrote the rest.

Like I copied and pasted the important things and the hard things did them easy...
#14 · 16y ago
Wyo
[MPGH]Wyo
Anyway Nice Job =D
#15 · 16y ago
Posts 1–15 of 103 · Page 1 of 7
…

Post a Reply

Similar Threads

  • [TUT.] Halo Ce Starter GuideBy OBASC in Halo Hacks
    0Last post 16y ago
  • TuT*Recoil Wepon Guide*TuTBy Comet in Soldier Front General
    10Last post 16y ago
  • CABR Guia de Iniciantes/Starter Guide [PTBR]By Jigsaw in Combat Arms Brazil Hacks
    32Last post 15y ago
  • Combat arm Mods TUT. for Starter ModderzBy pwnalllgames in Combat Arms Mod Tutorials
    2Last post 15y ago

Tags for this Thread

None