August 18th, 2012 06:52 AM
you are a star. i wish i had mentors like u around me to help me with my programming struggles
August 17th, 2012 04:25 PM
lol i am a beginner. i want to declare score as integer so that when you win a game you get plus one
August 17th, 2012 08:44 AM
i ran the program and its telling me der are too many initializers
August 17th, 2012 07:55 AM
i am just about to finish my rock papper sissors game as i added classes to the games. however i dont know how to add a scoring system. any help.
#include <iostream>
#include <cstdlib> ...
August 17th, 2012 07:51 AM
hey guys,
i have been struggling for hours now on how to enter double values into my array so that it can output the sum of the numbers less than 24. this is my code so far. and im stuck
...