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 › Code::Blocks

Code::Blocks

Posts 1–5 of 5 · Page 1 of 1
mokkiller2
mokkiller2
Code::Blocks
I read the guide/lessons by P0SEID0N on Code::Blocks it is really easy to use and I understood like 75% of it in like 40 mins ... so creds to you P0SEID0N !! Ive made this code its based on yours but its better

Code:
#include <iostream>
using namespace std;
int number1, number2, number3;
int main()
{
cout << "Type the FIRST number" << endl;
cin >> number1;
cout << "Type the SECOND number" << endl;
cin >> number2;
cout << "Type the THIRD number" << endl;
cin >> number3;
cout << "The first number PLUS the second number is " << number1 + number2 << endl;
cout << "The first number MINUS the second number is " << number1 - number2 << endl;
cout << "The first number TIMES the second number is " << number1 * number2 << endl;
cout << "The first number DIVIDED the second number is " << number1 / number2 << endl;
cout << "The second number DIVIDED the first number is " << number2 / number1 << endl;
cout << "The first number PLUS the second number PLUS the third number is " << number1 + number2 + number3 << endl;
cout << "The first number TIMES the second number TIMES the third number is " << number1 * number2 * number3 << endl;
return 0;
}
[IMG]http://i853.photobucke*****m/albums/ab98/markuskiller/111-1.jpg[/IMG]


[IMG]http://i853.photobucke*****m/albums/ab98/markuskiller/222.jpg[/IMG]
#1 · edited 16y ago · 16y ago
HolySinX
HolySinX
Good job.

You could use cin.Get(); or Getch(); instead of return 0; though.
#2 · 16y ago
greathamza
greathamza
good job
#3 · 16y ago
MvRouC12
MvRouC12
Nice. Just like gh said. lol
#4 · 16y ago
P0
P0SEID0N
Nice work. My next tutorial will probably be on control structures so you can do if statements.
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • ERROR: Child block [code:5] or something like thatBy {NavY}SfAssault in WarRock - International Hacks
    1Last post 16y ago
  • [Visual Basic]Block Alt + F4 without codeBy D e a t h h a u n t S in Programming Tutorials
    9Last post 15y ago
  • [Help] Codes for adding sites to be blocked in Host File [Solved]By karldeovbnet in Visual Basic Programming
    7Last post 15y ago
  • Need code for Anti Block chat in CfBy MightySaa0d in CrossFire Hack Coding / Programming / Source Code
    11Last post 14y ago
  • a Couple WPE Weapon codes?By phil823 in WarRock - International Hacks
    16Last post 20y ago

Tags for this Thread

None