Thread: linker error

  1. #16
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    In the directory where the executable file resides, just type the following:

    Code:
    ./name_of_your_prog.exe
    ~/
    Last edited by kermit; 01-23-2005 at 07:18 PM.

  2. #17
    Registered User zell's Avatar
    Join Date
    Jan 2005
    Posts
    37
    Quote Originally Posted by kermit
    In the directory where the executable file resides, just type the following:

    Code:
    ./name_of_your_prog.exe
    ~/

    okie finally

    millions thanks for all the helps
    learning c programming for operating systems...
    learning openGL for graphics design...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. Crazy errors caused by class, never seen before..
    By Shamino in forum C++ Programming
    Replies: 2
    Last Post: 06-10-2007, 11:54 AM
  3. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  4. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM
  5. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM