User profile: CLman94

User info
User name:CLman94
Bio:I'm a lonely c++ programmer. Want to hang out and talk C++? If you need tutoring over C++, I can do that too.

Github: https://github.com/clman94
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
C++
Assembly
History
Joined:
Number of posts:46
Latest posts:

struct member access with array notation?
Are you asking about C? Well, anyway. It is not possible. You could do some fancy arithmetic with p...

Anyone Tutoring for Free?
I'm willing to help for free. In fact I enjoy it :D. Your PM is disabled so I'm unable to send a me...

Where to find people like me?
I feel exactly the same (almost insanely). I'm most interested in the low level innards of computer ...

Issues deleting an entire Stack data structure
Notice that Blocks is being decremented in the pop function. And in ClearAll(), the loop statement w...

Random function inside of a character array
I see. How bout doing somthing like this after lines 58, 68, 78, and 88: [code]else if(Map[y][x2]...