The problem is that i'm using some C functions in a C++ programs.
C functions involve a lot of code lines..
do you think is it better to traslate all of them in C++ by using streams?
They are working fine at the moment and g++ gives me no errors or warnings..
Infinity08
That depends on what you want :)
If you are happy with the way it is now, and all is running fine, then there's no need to change it.
Open in new window
So, i do not know how to properly use the data pointer because if i change the void point in (unsigned char*) or (int *), i always get errors in g++.
What do you suggest me?