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 › Starting Coding

Starting Coding

Posts 1–15 of 29 · Page 1 of 2
anmolrulz
anmolrulz
Starting Coding
Im starting Coding for CA hacks, C++

all i need to kno is, what programs and books shall be best, so i could buy em

THnxs for all ur help
#1 · 17y ago
LA
lalakijilp
C++ Beginner's Guide

and download bloodshed dev-C++

and put

system ("pause");
before return 0;

otherwise it won't work
#2 · 17y ago
anmolrulz
anmolrulz
Quote Originally Posted by lalakijilp View Post
C++ Beginner's Guide

and download bloodshed dev-C++

and put



before return 0;

otherwise it won't work
Hmm, So bloodshed is used for this... thats all i need, tyvm ^^
#3 · 17y ago
Zhhot
Zhhot
I prefer u buy a book to advance C++, after completing C++ Beginner's Guide because the guide is only for the basics, Happy Hacking!
#4 · 17y ago
why06
why06
Quote Originally Posted by Zhhot View Post
I prefer u buy a book to advance C++, after completing C++ Beginner's Guide because the guide is only for the basics, Happy Hacking!
I second that. And thanks for helping this guy out Zhhot and lala. Hope u guys stick around :P
#5 · 17y ago
ZE
zeco
Quote Originally Posted by why06 View Post
I second that. And thanks for helping this guy out Zhhot and lala. Hope u guys stick around :P
I third, and yeah, slowly the population of the deserted area will rise T_T
#6 · 17y ago
Kira
Kira
Lol. I just started C++ yesterday and VB 2008 3 days ago. So far I made a crosshair for Combat arms in VB and "Hello World!" in C++. Any tips for me?
Code:
#include <iostream>
using namespace std;
void main()
{
  cout << "Hello World!" << endl;   cout << "Done by Kira" << endl; }
Thats what I did for "Hello World!"
#7 · edited 17y ago · 17y ago
why06
why06
Any tips?
Stick with it and don't be afraid to take a programming class even if it's in another language like JAVA for instance. Yeh and it will take a while to learn so pace urself. and if u don't like learning on the comp get a book. It's worth it or at least I know it was for me :P
#8 · 17y ago
Kira
Kira
Quote Originally Posted by why06 View Post
Any tips?
Stick with it and don't be afraid to take a programming class even if it's in another language like JAVA for instance. Yeh and it will take a while to learn so pace urself. and if u don't like learning on the comp get a book. It's worth it or at least I know it was for me :P
Humm... I'm thinking of getting a book first. Any recommendations?
#9 · 17y ago
why06
why06
*Dramatic Intro*
"Duh duh duh dah!"
C++: A Beginner's Guide
[IMG]http://www.herbschild*****m/CBG.jpg[/IMG]

It's the book I'm using and I'm finding it pretty easy to understand, and I think he goes into great detail. Very rarely do I have questions when reading his book. ANd that's important especially if ur teaching urself cuz there's no one to ask. Oh but you can ask me question since I'm about half way through it I should be able to help you because I have already worked through the problem ur working own.
#10 · 17y ago
ZE
zeco
As for me, I recommend C++ primer plus in addition. It is really detailed and i don't know about my taste in books, but it's been great thus far.
#11 · 17y ago
Kira
Kira
Quote Originally Posted by why06 View Post
*Dramatic Intro*
"Duh duh duh dah!"
C++: A Beginner's Guide
[IMG]http://www.herbschild*****m/CBG.jpg[/IMG]

It's the book I'm using and I'm finding it pretty easy to understand, and I think he goes into great detail. Very rarely do I have questions when reading his book. ANd that's important especially if ur teaching urself cuz there's no one to ask. Oh but you can ask me question since I'm about half way through it I should be able to help you because I have already worked through the problem ur working own.
That seems like a good book, I'll consider getting it. Thanks for offering help ;D

Quote Originally Posted by zeco View Post
As for me, I recommend C++ primer plus in addition. It is really detailed and i don't know about my taste in books, but it's been great thus far.
Is it for like people who know a little bit about C++ (i'm a noob at C++).

Thanks for the answers!
#12 · 17y ago
Zhhot
Zhhot
Quote Originally Posted by why06 View Post
*Dramatic Intro*
"Duh duh duh dah!"
C++: A Beginner's Guide
[IMG]http://www.herbschild*****m/CBG.jpg[/IMG]

It's the book I'm using and I'm finding it pretty easy to understand, and I think he goes into great detail. Very rarely do I have questions when reading his book. ANd that's important especially if ur teaching urself cuz there's no one to ask. Oh but you can ask me question since I'm about half way through it I should be able to help you because I have already worked through the problem ur working own.
that book is same as C++ Beginner's Guide right?, just making sure
#13 · 17y ago
ZE
zeco
Quote Originally Posted by Zhhot View Post
that book is same as C++ Beginner's Guide right?, just making sure
Yes i do believe so.
#14 · 17y ago
anmolrulz
anmolrulz
Hmmm.. im getting the book today...

Just 1 more thing, What programs, lik VB 2008, or VB 6....

Just the rite 1 for CA, ive also heard something bout D3D, any1 mind explaining...?

EDIT: Got the book Second edition... Reading thorugh now, looks complicated, but im willing.
#15 · edited 17y ago · 17y ago
Posts 1–15 of 29 · Page 1 of 2

Post a Reply

Similar Threads

  • How to start coding combat arms hacksBy phantom718 in C++/C Programming
    16Last post 17y ago
  • [REQUEST] Direct Combat Arms Start [CODE]By Katie_Perry in Combat Arms Hack Coding / Programming / Source Code
    12Last post 16y ago
  • Should i start Code c++?By Zoom in C++/C Programming
    7Last post 16y ago
  • I want to start coding?By Ishaq in Combat Arms Discussions
    1Last post 16y ago
  • i would like to start coding (plz no flaming)By Byrd in Combat Arms Help
    0Last post 16y ago

Tags for this Thread

#coding#starting