Search:

Type: Posts; User: dalearyous

Search: Search took 0.01 seconds.

  1. ok yeah i forgot about that. i messed around and...

    ok yeah i forgot about that. i messed around and if you change everything to int instead of char i get this:
    0
    1
    2
    3
    4
    5
    6
    1
    88 (X)
  2. so what should the return look like

    so what should the return look like
  3. cannot print out my 2d array correctly! please help

    im trying to write a program to basically play a concentration game where you pick 2 coordinates on the 2d array and it displays. if they match it stays if not the 2d array display resets back to Xs....
  4. is there anything wrong with doing it this way: ...

    is there anything wrong with doing it this way:


    x = Data.back();
    Data.pop_back();
    y = Data.back();
    speed = (x - y) * (3600/15);

    that way you plug this into a loop and run it until vector...
  5. thanks for your advice. i found chapter in this...

    thanks for your advice. i found chapter in this c++ book i have about iterators and read the page you sent me to but to be honest i don't quite understand it. do you know where i could find more code...
  6. how do i read 2 consecutive values in vector and compute?

    hey, im new to c++ well actually been working with it for the past two months and i ran into problem.

    basically im trying to write a function to read two consecutive values in a vector (they...
Results 1 to 6 of 6