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 › Programming › C++/C Programming › Stuck at a point

Stuck at a point

Posts 1–4 of 4 · Page 1 of 1
Zhhot
Zhhot
Stuck at a point
GOT A PROBLEM

Code:
#include <iostream>
using namespace std;

int main()
{
	cout << "Zhhot rulz at CA";
	return 0;
}
its really annoying me, cuz after i compiled and when i start the exe file, it doesnt last for more than 1 or 2 seconds?!?!

can someone tell me the instructions on what to do?
#1 · edited 17y ago · 17y ago
why06
why06
Add system("pause");
Code:
#include <iostream>
using namespace std;

int main()
{
	cout << "Zhhot rulz at CA";
	return 0;
        system("pause");
}

or cin.get();
Code:
#include <iostream>
using namespace std;

int main()
{
	cout << "Zhhot rulz at CA";
	return 0;
        cin.get();
}
These two lines will become ur best friends :P
#2 · 17y ago
ZE
zeco
Quote Originally Posted by why06 View Post
Add system("pause");
Code:
#include <iostream>
using namespace std;

int main()
{
	cout << "Zhhot rulz at CA";
	return 0;
        system("pause");
}

or cin.get();
Code:
#include <iostream>
using namespace std;

int main()
{
	cout << "Zhhot rulz at CA";
	return 0;
        cin.get();
}
These two lines will become ur best friends :P
Also, for cin.get(); 2 of them are sometimes necessary.
#3 · 17y ago
Zhhot
Zhhot
Code:
#include <iostream.h>
using namespace std;

int main()
{
   cout << "Zhhot rulz at CA!\n";
system("pause");
return 0;
}
Thanks, i did it this way and it worked!!!
#4 · edited 17y ago · 17y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • OMG I SO STUCK!!!(Java Script "n" html problemBy jeremywilms in Programming
    11Last post 20y ago
  • Im Stuck...By gino666 in WarRock - International Hacks
    22Last post 19y ago
  • i need a power pointBy Gourav2122 in General
    21Last post 19y ago
  • aug point toolBy cojonesm in WarRock - International Hacks
    7Last post 19y ago
  • Stuck On Cancel!!By Cataldo in WarRock - International Hacks
    5Last post 19y ago

Tags for this Thread

#point#problem#stuck