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 › Learn how to code C++ || Day 1 - Compiler

Learn how to code C++ || Day 1 - Compiler

Posts 1–15 of 15 · Page 1 of 1
P0
P0SEID0N
Learn how to code C++ || Day 1 - Compiler
Since i have seen many clueless members around this section i will be making a day by day tutorial teaching you C++. Starting with a compiler. I will try my best to do one tutorial per day but cannot promise anything due to RL requirements. I aim to be accurate, detailed and explain things to the best of my ability.
I will be happy to answer all questions, no matter how stupid they seem. If you do know C++ feel free to come and answer questions and such.

__________________________________________________ _______________

Lesson #1 - Choosing a compiler
For these tutorials i will be using a compiler called Code::Blocks. Although DevC++ is probably the most user friendly compiler it is now outdated and gives many frustrating errors even with correct code.

You can download Code::Blocks from here:
Code::Blocks Download #1


If that doesn't work then go here and select the bottom option called
codeblocks-8.02mingw-setup.exe - 28 Feb 2008 - 19.3 MB


Then follow this video to install Code::Blocks.
[YOUTUBE]<object width="980" height="765"><param name="movie" value="http://www.youtube.com/v/U8qOLFXixtE&hl=en_US&fs=1&rel=0&color1=0x006699&co lor2=0x54abd6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/U8qOLFXixtE&hl=en_US&fs=1&rel=0&color1=0x006699&co lor2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="980" height="765"></embed></object>[/YOUTUBE]

Now you have Code::Blocks installed! To start a new project go to
File >> New >> Empty File or Ctrl + Shift + N


It should look like this:

[IMG]http://i755.photobucke*****m/albums/xx191/_-_-_JAMES_-_-_/CodeBlocks.jpg[/IMG]

Credits:
Romanzeyde - The youtube video
P0SEID0N - Everything else :]

#1 · edited 16y ago · 16y ago
P0
P0SEID0N
Space Reserved For Future Information If Needed
#2 · 16y ago
Voltage552
Voltage552
Blehh :P VC++ FTW? XD I've never used any other IDE.
#3 · 16y ago
P0
P0SEID0N
yea but it's about as user friendly as eating curry while you have diarrhea.
Code::Blocks is really good, up to date and fairly user friendly. I only made the move to VC++ a few weeks ago..
#4 · 16y ago
[C]hosen-1
[C]hosen-1
nice, maybe i learn sumthing from this
#5 · 16y ago
Spookerzz
Spookerzz
Learn something from downloading?

Absolutely not!
#6 · 16y ago
P0
P0SEID0N
Haha thats what i was thinking. Try tutorial 2 for learning stuff.
#7 · 16y ago
Spookerzz
Spookerzz
Tutorial #1 is basic/ Getting ready

You never learn anything from #1 tutorial just the person introducing what their going to teach you.
#8 · 16y ago
P0
P0SEID0N
Yea, anyone who needs help installing something probably shouldn't even attempt C++ but w/e
#9 · 16y ago
HolySinX
HolySinX
Code::Blocks ftw. I've used it ages ago. DevC++ sucks badly.
#10 · 16y ago
P0
P0SEID0N
I don't mind dev C++ its just not my first choice.
#11 · 16y ago
Chester Bennington
Chester Bennington
lawl SMD codeblocks and Dev suck compared to the power of Microsoft Visual C++.

Just search youtube for a guy called TheBostonKid if you want reall tutorials.

@Poisedon ****** we already have a section DEDICATED to C++ we dont need this in the cf section
#12 · 16y ago
P0
P0SEID0N
Quote Originally Posted by reeciboi View Post
lawl SMD codeblocks and Dev suck compared to the power of Microsoft Visual C++.

Just search youtube for a guy called TheBostonKid if you want reall tutorials.

@Poisedon ****** we already have a section DEDICATED to C++ we dont need this in the cf section
He is called TheNewBoston idiot. I was the one that recommended him too you. This is posted in the C++ section also, take a look before flaming. VC++ is too complicated for newbies and Dev is dated.
#13 · 16y ago
NI
ninlover000
Poseidon could you provide another good compiler? Ive tried downloading codeblocks multiple times but it just won't download - the file does not download properly. Im on Vista, might have to do something with that.
#14 · 16y ago
P0
P0SEID0N
Microsoft Visual C++
#15 · 16y ago
Posts 1–15 of 15 · Page 1 of 1

Post a Reply

Similar Threads

  • Learn how to code C++ || Day 1 - CompilerBy P0SEID0N in C++/C Programming
    5Last post 16y ago
  • Learn how to code C++ || Day 2 - Basic OutputBy P0SEID0N in CrossFire Hack Coding / Programming / Source Code
    5Last post 16y ago
  • Learn how to code C++ || Day 2 - Basic OutputBy P0SEID0N in C++/C Programming
    2Last post 16y ago
  • Learn how to code C++ || Day 3 - Variables and Date TypesBy P0SEID0N in C++/C Programming
    5Last post 16y ago
  • Learn how to code C++ || Day 3 - Variables and Date TypesBy P0SEID0N in CrossFire Hack Coding / Programming / Source Code
    8Last post 16y ago

Tags for this Thread

None