I have been learning c++ (not from school, I do everything at home, this is my third high level OOP language) for a while now and the tutorials (cplusplus.com) I have seen only show the use of the iostream header. I want to become familiar with the stdio.h header, as it is something to learn, and seems to be a little better than the iostream header.
I have not been able to find a good reference for the use of stdio.h
I see reference that show the commands, but nothing in depth.
Such as it will show the commands printf(),scanf(), etc, but it will not go into detail with things such as: printf(%i, a); printf(%s, b);
I have figured out by examples that the %i/%d is for integers and so on, and some others. I was just curious if there was a reference that goes more into detail like the above that I could check out to better my understanding and use of the stdio.h header.
Thanks in advance, -Ninjex