March 29th, 2009, 12:52 PM
Hey guys, I'm messing around a little bit with making my own sort of encryption. The string thats entered is changed into its ascii decimal equivalent, put to an algorithm, then the new ascii...
March 25th, 2009, 07:32 PM
If it were my program, I would create a struct called "Runner" or something along those lines. You could have a string for the runners name included, and then a float for their time. Create a...
March 25th, 2009, 07:21 PM
Well, kind of what I stated before, a little bit of network programming using WinSock and I have a pretty good handle on classes (I know what they are, how to make them, how to use them). I'm just...
March 24th, 2009, 03:38 PM
A friend and I are currently in a c++ class at our high school and we've gone beyond the scope of the other students and the teacher so we are looking for project ideas. We're looking for something...