Search:

Type: Posts; User: anarchypower

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,318

    I tried exit(1); but it has no effect... I'm...

    I tried exit(1); but it has no effect...

    I'm looking at the project options, vart...thanks for the tip;)
  2. Replies
    6
    Views
    1,318

    By close I mean "Exit" the window...And by adding...

    By close I mean "Exit" the window...And by adding return 0; the window won't close in Borland...It'll just stop running, waiting for you to press the X button
  3. Replies
    6
    Views
    1,318

    Closing the window!

    Hi all,

    I'm using Borland C++ 4.52, I've got a very simple program and a very simple question:p

    I want to close the command window...It's easy I think, but I can't find the solution...I tried...
  4. Replies
    8
    Views
    1,846

    typedef problem

    Hi all,

    I've got a question about typdef.
    I want to save highscores for my schoolproject and I want to do it with a typedef.



    typedef struct
    {
    char name[20];
Results 1 to 4 of 4