hi all,
I am having a small issue,
I am not able to include the header file<std.h>
and also <osfcn.h>, these are the headers used to interface C to C++
I am using the compiler version gcc-3,2,3 with libraray as glibc_s_so.1
The error i am getting is unable to include the header file.
Is there is any header file which will do the same functionality as std.h
& osfcn.h using gcc-3.2.3.
help me to resove my issue
hoping for the earliest response
regards
srikar
I am having a small issue,
I am not able to include the header file<std.h>
and also <osfcn.h>, these are the headers used to interface C to C++
I am using the compiler version gcc-3,2,3 with libraray as glibc_s_so.1
The error i am getting is unable to include the header file.
Is there is any header file which will do the same functionality as std.h
& osfcn.h using gcc-3.2.3.
help me to resove my issue
hoping for the earliest response
regards
srikar
Comment