Search:

Type: Posts; User: diode

Search: Search took 0.00 seconds.

  1. Thread: Free C compiler?

    by diode
    Replies
    5
    Views
    1,601

    RE: C-C++ Compiler

    www.bloodshed.net
    This is a IDE compiler,free-software under GPL license
    with graphical interface
    Bye
  2. Replies
    7
    Views
    1,222

    Re:"pause"

    use this function: system(char*string);

    where string are the "commands-shell"

    i.e. WIN,DOS system("pause");
    system("cls");

    LINUX system("sleep 6");
    ...
Results 1 to 2 of 2