Search:

Type: Posts; User: Tsukasa

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,183

    ok, another question... #include ...

    ok, another question...


    #include <cstdlib>
    #include <iostream>
    #include <time.h>

    using std::cout;
    using std::cin;
    using std::endl;
  2. Replies
    4
    Views
    1,183

    quick question on random #'s

    well im not completely sure how this assigns the variable first_die a random number from 1 - 6..



    const int x = 1;
    const int y = 6;
    int main()
    {
    time_t seconds;
    time(&seconds);
  3. Replies
    15
    Views
    2,414

    What are the restrictions on protected:?

    What are the restrictions on protected:?
  4. Replies
    15
    Views
    2,414

    Well Im doing the bank idea... and using alot of...

    Well Im doing the bank idea... and using alot of file i/o to do it just to test my abilities with it. If you want to see what I have done so far its right here:
  5. Replies
    15
    Views
    2,414

    ya...

    I like your idea. Im doing something sorta similiar, I just thought of it. Im not familiar with classes at all so this might be difficult. Im going to use a class to call a file and display it to the...
  6. Replies
    15
    Views
    2,414

    I like your suggestion, but I have already made...

    I like your suggestion, but I have already made one of those to lol!, but not to that extent. You just had alot more else ifs in it. What im trying to do is have a project thats going to test me , to...
  7. Replies
    15
    Views
    2,414

    Just learned classes and...

    I would like to know what to test myself with. I know pretty much everything to a basic understanding up till now so im just curious. Also I dont want to make tic-tac-toe or indian poker. only...
Results 1 to 7 of 7