Categories > Coding > C++ >
[Source code] Very simple C++ guessing game.
Posted
https://github.com/Goldberg123456/guessing_game/tree/main
hello im bored so i decided to release my shi**y useless game who nobody needs :D
Replied
It is always recommended to make macros and definitions in all capitalized litters in C/C++:
/* FROM */
#define less_stock stock_1 = stock_1 - 1
#define more_stock stock_1 = stock_1 + 1
/* TO */
#define LESS_STOCK stock_1 = stock_1 - 1
#define MORE_STOCK stock_1 = stock_1 + 1
Cancel
Post
Contribute to Express, an open-source ROBLOX exploit written fully in C.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post