![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does KSH support data type conversion? | joshuaduan | Shell Programming and Scripting | 2 | 06-26-2007 03:12 AM |
| Value too large to be stored in data type??? | limame | AIX | 5 | 06-18-2007 10:35 PM |
| Human readable type vs MIME type detection using file | spauldingsmails | Shell Programming and Scripting | 0 | 03-22-2007 12:43 AM |
| data type limitation | ALTRUNVRSOFLN | High Level Programming | 2 | 11-01-2005 06:30 PM |
| time_t data type-- what does start +1 mean? | whatisthis | High Level Programming | 9 | 09-15-2005 01:57 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
FILE data type
Hi all,
Can anyone tell me a little about the datatype FILE, which represents stream. What does its structure look like, and in which header file is it defined and so on... Ex : Code:
FILE *fp ;
fp = fopen("filename", "w") ;
|
|
||||
|
hi
the std-namespace must also be defined somewhere. in solaris stdio.h includes iso/stdio_iso.h where the c++-namespace std is defined. the gnu c-compiler (gcc) has the flag -E which only applies the c-preprocessor and writes the generated text to the output. preprocessor output is described in http://www.delorie.com/gnu/docs/gcc/cpp_47.html whicth this output you can see all macro-definitions expanded and from where they come from. perhaps other compilers have similar options. guenter |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|