User Profile
Collapse
-
well names are on bottom but yes like that -
[CODE=cpp]#include <iostream>
#include <string>
#include <ctime>
using namespace std;
int main ()
{
srand((unsigned )time(NULL));
string player1,
player2,
player3;
int die = 0,
p1total = 0,
p2total = 0,
p3total = 0,
round_count = 1,
highest_total,
count;
...Leave a comment:
-
Listing on Graph
i have a program due and i need to output a score, should look something like this:
x x
x x x
x x
x x x
A B C
i don't have any code so far but i'd put up my whole program if you guys need it. right now i'm just looking for something that will count a score and list it like above^^^ thanks
-mr tux
No activity results to display
Show More
Leave a comment: