Okay, this is probably going to turn into a tough one, but where is the
source code for the iomanipulator skipws commonly used in input streams in
C++ such as " cin >> skipws >> object"

I am trying to activate skipws for output so it will automatically strip
off whitespace before actually writing to the ostream (or ofstream).

Ios_base.h only shows the member function signatures, but I need access to
the actual code for the manipulator.  I did look in the internet awhile,
but only discovered lots of macaws repeating the same parrot phrases.
(sarcasm)

Thanks if you can point me to the right area of the libstd++ source code.

(I am sure later on I will find out that I should have just dug deep user
archive manger or dissembling some rpm source)

- Logical American
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to