Search:

Type: Posts; User: C++Illiterate

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    3,271

    Try this... TTT *Game; OnlineGame...

    Try this...



    TTT *Game;
    OnlineGame *theGame=dynamic_cast<OnlineGame*>(Game);

    if (theGame != 0)
    {
    cout << "Cast Succeeded!\n";
  2. Thread: Or

    by C++Illiterate
    Replies
    2
    Views
    1,074

    || is a logic operator not a function. And post...

    || is a logic operator not a function. And post your code so we know what you are talking about...
  3. Replies
    9
    Views
    1,150

    It wont run on windows 98...

    It wont run on windows 98...
Results 1 to 3 of 3