Compile and Execute c++ file under Unix

Discussion in 'Unix' started by Poonamol, Apr 5, 2010.

  1. Poonamol

    Poonamol New Member

    Joined:
    Mar 31, 2010
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I am using C++ under Unix environment.
    I had created 2 files xyz.h and xyz.cpp, I want to compile them on unix server.
    How can I do it? After compilation i need to execute it.

    I created a simple hello world program and it work fine.
    for compile i used cc x.cpp => then a.out file is generated
    then i used ./a.out => it execute successfully.

    But while I am compiling my own created files,
    I am receiving following error
    "The #include file xyz.h is not found"

    But i kept my 2 files under same dir only. How can I solve this.
    Thanks in advance....
     
  2. jaydip

    jaydip New Member

    Joined:
    Mar 29, 2010
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    -
    Location:
    bangalore
    i want to know that u are create ur own header file or simply u write that #include xyz.h
    or if u create ur header file then it must be stored in usr\include isn't it?
     
  3. Poonamol

    Poonamol New Member

    Joined:
    Mar 31, 2010
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I had created my own file called xyz.h and its already in "include" folder.
    But header files included in xyz.h file are in diff location.
    But i receive this error for all header files.

    Please Help me out.
     
  4. jaydip

    jaydip New Member

    Joined:
    Mar 29, 2010
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    -
    Location:
    bangalore

    can u give me ur email id and i think u r now online so can we discussed on google chat becoz its easy for discussion rply fast
     
  5. Poonamol

    Poonamol New Member

    Joined:
    Mar 31, 2010
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    Let me know your gmail id, I'll add u in my messanger.
     
  6. jaydip

    jaydip New Member

    Joined:
    Mar 29, 2010
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    -
    Location:
    bangalore
    ok
    my id is jay303frengy@gmail.com.
     
  7. Poonamol

    Poonamol New Member

    Joined:
    Mar 31, 2010
    Messages:
    33
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I am using user define header files.
    If I put header file and .cpp file under same location then it is giving error for header files which is included in my .h (xyz.h) file.

    for example, xyz.h file content
    #include "pqr.h"
    #include"abc.h"
    .
    .
    etc

    header files of pqr.h and abc.h are giving error while compilation.

    Please help me ASAP.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice