User Profile

Collapse

Profile Sidebar

Collapse
mr tux
mr tux
Last Activity: Sep 23 '07, 08:55 PM
Joined: Sep 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mr tux
    replied to Listing on Graph
    in C
    well names are on bottom but yes like that
    See more | Go to post

    Leave a comment:


  • mr tux
    replied to Listing on Graph
    in C
    [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;

    ...
    See more | Go to post
    Last edited by Ganon11; Sep 23 '07, 08:46 PM. Reason: Please use the [CODE] tags provided.

    Leave a comment:


  • mr tux
    started a topic Listing on Graph
    in C

    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
    See more | Go to post
No activity results to display
Show More
Working...