I've been programming with FreePascal and Delphi, now I want to learn C++ to. I have a good C++ Tutorial, which was written for Pascal programmers.
But unfortunately I can't find a documentation of the standard Header files, like iostream.h, etc.
So I'd like to know if there is one available.
thx, Holger
C header files: http://www.gnu.org/manual/glibc-2.2.5/text/libc.txt You may also look at http://www.gnu.org, you certainly find a lot of documentation there about gcc etc.
tkorrovi
Log in to post a comment.
I've been programming with FreePascal and Delphi, now I want to learn C++ to. I have a good C++ Tutorial, which was written for Pascal programmers.
But unfortunately I can't find a documentation of the standard Header files, like iostream.h, etc.
So I'd like to know if there is one available.
thx,
Holger
C header files:
http://www.gnu.org/manual/glibc-2.2.5/text/libc.txt
You may also look at http://www.gnu.org, you certainly find a lot of documentation there about gcc etc.
tkorrovi