Search:

Type: Posts; User: SilverWolfe

Search: Search took 0.00 seconds.

  1. Replies
    23
    Views
    2,079

    its just the way we play... it adds to armor......

    its just the way we play... it adds to armor... and no that number is not random its acorrding to the first random number if its 10 -0 is appendded to it..
    10-0
    11 12 -1
    13 14 -2
    15 16 -3
    17 18...
  2. Replies
    23
    Views
    2,079

    Thanks that worked perfectly! i know i think i'm...

    Thanks that worked perfectly! i know i think i'm being a bother... and i hate to ask this (hopefully) last question.. as i was continuing on with the program, while waiting for replies i came up with...
  3. Replies
    23
    Views
    2,079

    char cfirstname[100]; char clastname[100]; ...

    char cfirstname[100];
    char clastname[100];
    char cfullname[200];
    string filename;
    cfullname[0] = '\0';
    strcat (...
  4. Replies
    23
    Views
    2,079

    Thanks, that worked, though now i have ran into...

    Thanks, that worked, though now i have ran into another prblem with the program



    ofstream cs_file("characters\\"cfullname".html");


    What thats suppose to do is create a .html file with the...
  5. Replies
    23
    Views
    2,079

    HA! Thanks alot, that worked perfectly! Edit:...

    HA! Thanks alot, that worked perfectly!

    Edit: ok, one last thing, after generating data...., and since i don't have to use system pasue.. i do want it to pause for a certain amout of seconds.....
  6. Replies
    23
    Views
    2,079

    I'm using using namespace std; other...

    I'm using


    using namespace std;


    other than using 'std::' the rest of the code looks exaclty like i have it
    with few things in between here and there...

    If you haven't guessed already,...
  7. Replies
    23
    Views
    2,079

    ok, so, it kinda worked, when i went tried when i...

    ok, so, it kinda worked, when i went tried when i entered the "user input" part a, it kinda took off the first word


    Enter Backstory: {user input} = "This is a long backstory"

    it displayed
    ...
  8. Replies
    23
    Views
    2,079

    i tried the std::getline() before you edited, and...

    i tried the std::getline() before you edited, and me type "\n" was a typo here.. in the code, it is '\n'.. std::getline(backstory,2000,'\n') did not work at all said no matching function
    The dice...
  9. Replies
    23
    Views
    2,079

    Little help?

    Hello, i'm a long time lurker, first time posting...

    i have 2 problems really,

    This next block of code is part of a sorta, dice roller thats rolls 7 20 sided dice, but only rolls numbers...
Results 1 to 9 of 9