User profile: kienme

User info
User name:kienme
History
Joined:
Number of posts:15
Latest posts:

linked list: struct pointers as parameters
I really thought that passing pointers necessarily meant that they were passed by reference. But now...

linked list: struct pointers as parameters
Hello people, I am making a program to add nodes to create a linked list, and to display it. At fir...

code for controls
Cleaned it up a bit for you. [code]while(i<79&&j<24) { if(kbhit()) { ch=getch(); if(ch=='d'|...

(Algorithm) Pausing a game
Ah! So wonderful and elementary. Thanks a lot for waking up a brain dead guy.

(Algorithm) Pausing a game
Hello people, I am trying to add a small function to allow me to pause the game I am making. I mea...