Date: Wed, 20 Apr 2005 22:07:12 -0400 From: Aziz KEZZOU <opensource.enthousiat@gmail.com> To: hackers@freebsd.org Subject: KLD module with C++ iostreams ? Message-ID: <37e1316605042019072b5d7a0e@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi hackers, I am wondering if I can use c++ iostreams inside the kernel ? After all the code : cout << "Hello world!" << endl;=20 ends accessing the stdout just like : printf("Hello world!\n"); right ? So if I could compile my KLD module with static linkage to libstdc++, that should be ok, right ? Any one did or knows how to do this ? Thanks, -aziz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37e1316605042019072b5d7a0e>