Search:

Type: Posts; User: onlinegeek

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,120

    can u fix this black jack code

    this black jack game works but when u bust it exits the box.



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


    //Isaac Gibbs
  2. Replies
    9
    Views
    1,290

    yeah thats what i have my b well it might just be...

    yeah thats what i have my b well it might just be my puter becasue the same program worked about 4 months ago when i was orinally starting to learn c++ on my sis laptop much newer in the same program...
  3. Replies
    9
    Views
    1,290

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    int main()

    {
    cout<<"hello world\n";
    cin.get();
    }
  4. Replies
    9
    Views
    1,290

    i did us a cin.get();

    i had both
    using namespace std;

    and i had a cin.get();
    but its still doesn't work the program box doesn't even blink up the run icon blinks and if i run task manager while running the program...
  5. Replies
    9
    Views
    1,290

    plz help me with run problem

    i hve bloodshed 5.0 dev-c++ compiler and it can compile the code in the tutorials 4 c++ on this site with not errors but they will not run not even the first simple program plz help me if u can
Results 1 to 5 of 5