Search:

Type: Posts; User: Cygnus

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,196

    You can also use WinExec("notepad.exe",...

    You can also use WinExec("notepad.exe", SW_SHOWNORMAL);
    or WinExec("notepad.exe path_file.txt", SW_SHOWNORMAL);
  2. Thread: libraries

    by Cygnus
    Replies
    11
    Views
    1,581

    Thats right, Dev-C++ uses the GNU tools for...

    Thats right, Dev-C++ uses the GNU tools for compilation.

    Open a DOS Prompt, and enter...

    c:\dev-c++\bin\gcc -v

    or...

    c:\dev-c++\bin\g++ -v
  3. Replies
    16
    Views
    1,750

    You can do just about anything with C++. I'm...

    You can do just about anything with C++. I'm sure if you learn the language well enough you will solve most of your programming problems.
Results 1 to 3 of 3