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 › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › simple c++ question

simple c++ question

Posts 1–14 of 14 · Page 1 of 1
BL
BloodSkin
simple c++ question
what exactly is the difference between void and char? does void hold both numbers AND letters? i know char holds letters and int holds numbers, but what exactly does void hold? im not quite that far in my book, im just being curious is all. thanks in advance.
#1 · 16y ago
^...,^
^...,^
.... umm i really dont mind in my hacks
waht is this for anyway?
#2 · 16y ago
LI
LightzOut
Well I'm assuming your talking about methods when you talk about voids. A 'Void' is a method where you don't return anything. A char method would return a char value.

Now if you want to talk about them as variables, a char like you said holds character values (like letters, symbols, or numbers). An int can only hold numerical values. A bool can only have a true or false value. A double holds numerical values with decimals (like 1.2 or something). A void is simply something that isn't there, hence the name.
#3 · 16y ago
freedompeace
freedompeace
void is nothing, void == null.

void variables don't exist, they don't hold anything.
#4 · 16y ago
LI
LightzOut
Quote Originally Posted by freedompeace View Post
void is nothing, void == null.

void variables don't exist, they don't hold anything.
Exactly. Solved?
#5 · 16y ago
kotentopf
kotentopf
this means a void have no return

a char have a return
#6 · 16y ago
LI
LightzOut
Quote Originally Posted by kotentopf View Post
this means a void have no return

a char have a return
#7 · 16y ago
Kallisti
Kallisti
Quote Originally Posted by kotentopf View Post
this means a void have no return

a char have a return
Thats for a function you dumbshit

[php]void variable; //illegal
char variable; //legal

void function()
{
//doesnt return
}

char function()
{
//returns a char
}
[/php]
#8 · 16y ago
speedforyou
speedforyou
lol wow this is funny
#9 · 16y ago
BL
BloodSkin
ooo ok i think i understand now. so we use void when we just want to run commands but dont want any values to result from what we just did?
#10 · 16y ago
^...,^
^...,^
well...thats just about it then...
#11 · 16y ago
[F]ace!
[F]ace!
This will help me out a little bit
If I learned well, char variable can only hold 1 letter, but I didn't know that "void" thingy
#12 · 16y ago
User1
User1
Quote Originally Posted by [F]ace! View Post
This will help me out a little bit
If I learned well, char variable can only hold 1 letter, but I didn't know that "void" thingy
char array = string basically...
#13 · 16y ago
OL
oliveryas
Dude your gay!
#14 · 16y ago
Posts 1–14 of 14 · Page 1 of 1

Post a Reply

Similar Threads

  • Simple mod question..By caron300 in Combat Arms Mod Discussion
    2Last post 16y ago
  • - Simple Texture Question -By Silver Ace in WarRock Skinning
    8Last post 15y ago
  • Simple Noob QuestionBy csimami in Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    17Last post 14y ago
  • [Help]Quick Simple Fast Question[Solved]By Lyoto Machida in Visual Basic Programming
    12Last post 15y ago
  • Simple questionBy SoulRemover in WarRock - International Hacks
    1Last post 19y ago

Tags for this Thread

None