Search:

Type: Posts; User: dreadfear

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    2,558

    im no pro but you missed the { } on your if and...

    im no pro but you missed the { } on your if and else try this


    if (num2 < 0.6){
    cout << "\nok, this worked.\n";
    }
    else {
    cout << "ok, this didn't work.\n";
    }
  2. Replies
    2
    Views
    1,042

    My game wont clear screen

    Im working on an rpg project heres the files :

    main.cpp

    #include <cstdlib>
    #include <iostream>
    #include <conio>
    #include "new_game.h"
    #include "load.h"
    #include "help.h"
Results 1 to 2 of 2