Search:

Type: Posts; User: And3rs

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: clock

    by And3rs
    Replies
    9
    Views
    1,585

    Ah yeah, I saw where my typo was now. Thanks...

    Ah yeah, I saw where my typo was now.

    Thanks for the correction
  2. Thread: clock

    by And3rs
    Replies
    9
    Views
    1,585

    aight matsp. but try for yourself with the...

    aight matsp.

    but try for yourself with the spelling thingy.

    when printing out timer. the compiler suggest elasped, so.. not my fault ;D
  3. Thread: clock

    by And3rs
    Replies
    9
    Views
    1,585

    Aaah I see, thanks for all the answers =)

    Aaah I see, thanks for all the answers =)
  4. Thread: clock

    by And3rs
    Replies
    9
    Views
    1,585

    What exactly did time(&now) do in the while(true)...

    What exactly did time(&now) do in the while(true) ??

    because it works.

    Thx scwizzo
  5. Thread: clock

    by And3rs
    Replies
    9
    Views
    1,585

    clock

    I want to make a clock in realtime, but every time I print out a new time it never updates, how come?

    Timer.h


    #ifndef _TIMER_
    #define _TIMER_

    #include <ctime>
  6. Replies
    10
    Views
    1,043

    I tried to write the code using char arrays...

    I tried to write the code using char arrays before, because the program did not let me write 2 named games.. cin.getline(list,xxx) fixed that problem.

    But did not now how to do it with strings,...
  7. Replies
    10
    Views
    1,043

    true tabstop ^^ And thx raigne

    true tabstop ^^

    And thx raigne
  8. Replies
    10
    Views
    1,043

    what does getline really do? that is so different...

    what does getline really do? that is so different from cin
  9. Replies
    10
    Views
    1,043

    now it did, lol.. thanks! =)

    now it did, lol..

    thanks! =)
  10. Replies
    10
    Views
    1,043

    well If I use that, the program will not delete a...

    well If I use that, the program will not delete a game
  11. Replies
    10
    Views
    1,043

    comon, some1? :P

    comon, some1? :P
  12. Replies
    10
    Views
    1,043

    keyboard buffert.

    Hi.

    I wrote a program that lets me put in 2 games, then the program display the 2 games and ask me what game I would like to delete.

    The problem occurs when im trying to write a game with two...
  13. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    well no error message now. but still no luck...

    well no error message now.

    but still no luck on the erase part.
    meaning that it is not erasing.

    how come?
  14. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    AAAAAAAH Im to tired for this, haha..

    AAAAAAAH

    Im to tired for this, haha..
  15. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    oh missed one post u posted.

    oh missed one post u posted.
  16. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    well it´s complaining about that it is missing...

    well it&#180;s complaining about that it is missing one ;
  17. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    Im sorry if I seems retarted or something, but I...

    Im sorry if I seems retarted or something, but I still need a comma after
    gList.erase((gList.begin(),+1))) ???
  18. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    well ive tried the +1 thingy, that is the problem...

    well ive tried the +1 thingy, that is the problem I had when I posted this
  19. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    well I can just type ...

    well I can just type


    gList.erase((gList.end()));


    except that is not erasing anything right now ^^
  20. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    and ye, I posted in the wrong group ^^

    and ye, I posted in the wrong group ^^
  21. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    hehe im so sorry tabstop. ^^ maybe im reading...

    hehe im so sorry tabstop. ^^

    maybe im reading the error message wrong, it says that
    erase(vector<..>::iterator) cannot convert parameter 1 from int to vector<..>::iterator with type string.

    My...
  22. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    well, I dont know if the +1 work like when I...

    well, I dont know if the +1 work like when I push_back a string directly to the gList, just trying my way through.
    The compiler is complaining(like always!!) that I cant convert std::vector<string>...
  23. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    And it should be const char* str_int = whatever ...

    And it should be const char* str_int = whatever

    just tried different solutions
  24. Thread: Vector problem.

    by And3rs
    Replies
    20
    Views
    2,389

    Vector problem.

    int main()
    {
    char list[100];
    char list1[100];
    vector<string> gList;
    vector<string>::iterator game;
    vector<string>::const_iterator myGame;

    cout << "Please insert a game you would like...
  25. Thread: Menu problem.

    by And3rs
    Replies
    25
    Views
    4,134

    Nope I did not :P thx for the help

    Nope I did not :P

    thx for the help
Results 1 to 25 of 65
Page 1 of 3 1 2 3