Search:

Type: Posts; User: txfog

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,455

    hmm i didn't mean a mentor not asking for a good...

    hmm i didn't mean a mentor not asking for a good programmer to help out just seeing if anyone on the same page as me so we can talk it out be easier for both side. you know what i mean like if both...
  2. Replies
    6
    Views
    2,317

    Thanks i understand now great help guys

    Thanks i understand now great help guys
  3. Replies
    8
    Views
    1,455

    Post wrong thread?

    Post wrong thread?
  4. Replies
    8
    Views
    1,455

    Anyone want swap email/cell phone

    I want to be a gaming programmer anyone have time too help ?
  5. Replies
    6
    Views
    2,317

    Thanks but after i moved it. The heads/ tails is...

    Thanks but after i moved it. The heads/ tails is random as well it dont follow 1= head 2=tails. Can ya tell me why is that ? I want to clearly understand this rand() before moving on .. Sorry i just...
  6. Replies
    6
    Views
    2,317

    need help dont understand

    #include <iostream>
    #include <string>
    #include <cstdlib>
    #include <ctime>
    using namespace std;

    int randrange(int low, int high){
    return rand()%(high-low+1)+low;
    }
    int main(){
Results 1 to 6 of 6