User profile: korshyadoo

User info
User name:korshyadoo
History
Joined:
Number of posts:18
Latest posts:

Getting rid of unused variables
That brings up another thing I was wondering about: I was thinking of moving some stuff to functions...

Getting rid of unused variables
Consider the following situation: I have a very long int main(). At the beginning, I declare and in...

Storing GetCh using a pointer
I've been doing a bit more testing and now I am definitely getting occurances of the program skippin...

Storing GetCh using a pointer
I'm working on the Dungeon Crawl question from http://www.cplusplus.com/forum/articles/12974/ Just f...

Storing GetCh using a pointer
I don't actually understand any of the code in the CHAR GetCh (VOID) function. I just copied and pas...