Simple GameSome things I noticed right off the bat. Choose better variable names. Especially if you aren't comm...
Functions HelpYour function must have a parameter. Either pass it a parameter in main or rewrite it so it doesn't ...
for loop problemsDoes it do this for any value of nLoopCount? Also the condition of your if statement should use ==
Can you produce a xy plot and mark coordinates on the plot?If you're not using external libraries it is going to be really hard for no reason. I would use SDL ...
Help writing a code to find the median You have to sort the array before you calculate median. http://www.cplusplus.com/articles/NhA0RXSz/