B
brundlefly76
As a Perl programmer for many years, this week I decided to stick my
toe back into C for a specific project.
During which I was tinkering with C++, which I have no production
experience in.
I am embarrased to say I am having soem difficulty navigating C++ in
Linux.
I am pretty certain that I installed all the available documentation
with my Suse 9.2 install, yet 'man cout' for example, yields no
results.
I have no problems finding my perl and c man documentation, and the C++
compiler is installed and works fine.
So, my first problem is that I dont know where the man pages live for
C++, or where to get them if Im missing them.
Second, I realize that there are C++ extensions and OO libraries and so
on. In Perl, I would just visit CPAN for these things.
How and where do I browse the available library of contributed C++
libs?
For example, I want to parse posix command line options, which in C I
would do with getopt_long. I assume, however, that someone has already
written a nice OO C++ interface to command line options - where do I go
to *find* these types of libraries?
toe back into C for a specific project.
During which I was tinkering with C++, which I have no production
experience in.
I am embarrased to say I am having soem difficulty navigating C++ in
Linux.
I am pretty certain that I installed all the available documentation
with my Suse 9.2 install, yet 'man cout' for example, yields no
results.
I have no problems finding my perl and c man documentation, and the C++
compiler is installed and works fine.
So, my first problem is that I dont know where the man pages live for
C++, or where to get them if Im missing them.
Second, I realize that there are C++ extensions and OO libraries and so
on. In Perl, I would just visit CPAN for these things.
How and where do I browse the available library of contributed C++
libs?
For example, I want to parse posix command line options, which in C I
would do with getopt_long. I assume, however, that someone has already
written a nice OO C++ interface to command line options - where do I go
to *find* these types of libraries?