libkern and standard c++ library
libkern and standard c++ library
- Subject: libkern and standard c++ library
- From: Abhinav Tyagi <email@hidden>
- Date: Thu, 23 Jun 2011 00:38:31 +0530
Hi,
Is it possible to use <iostream> library and stdio.h with libkern.
stdio.h seems to conflict with the printf() function because of
multiple definition when used with the libkern.
I am using the SoundFlower source code for learning Audio HAL.
#include <iostream> also gives error even by explicitly specifying the
header path for 10.4u sdk.
Can somebody please throw light on this issue. I am completely noob
in driver stuff.
I need to write data to a file for debugging purpose and am not able to use
standard library <fstream> or stdio.h routines. If these are not allowed please
suggext me the method how can i write to files while working with libkern.
Thanks
Abhinav
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden