• Users
  • narcissisticcheer

User profile: narcissisticcheer

User info
User name:narcissisticcheer
Name:Michael Mercer
Location:Bathurst
Statistical data
Birthdate:Jan 19, 1989
Gender:Male
Occupation:Student
Skills:C++
Visual Basic
Assembly
History
Joined:
Number of posts:20
Latest posts:

Finding the mode and variance.
Here's what you need to do. [u][i]A[/i][/u] function for median is included. [code]#include <iost...

fstream with numbers
Ah, I see. Thanks. So is it typical to put [code]" "[/code] between integers? Is there another stand...

sungka game
Not knowing it's name, I've actually played this game on computer years ago. Might have a go myself.

fstream with numbers
[code] something nothing; nothing.zero = 7000; nothing.med = 8500; nothing.one =...

fstream with numbers
[code]class something { public: int zero; int med; char one; friend std::ostre...