How to gain functionality in game engines?C++ is good to write complete game engines, because of its design and strength. You should learn how...
I need help with my tic-tac-toe game, please!check for valid symbols in your win function. I.e: [code]if (num[1] == num[2] && num[2] == num[3]...
How to count letters of alphabet in a string?If i understand it, you should create a function which counts a single letter. Iterate through the s...
Is it possible to delete a dynamic allocated through another pointer?First, maybe in Windows and other OSes it's different, but I've implemented these operators for a ke...
Assembler TASM I8086you should call a build in/library function. If you're in windows, just call printf with the correct...
This user does not accept Private Messages