I was just wondering if anyone can give me some info on converting C++ to C. I don't really care about finding a program to do it for me, I would just like to know what is different between the two. My program is 'fairly' simple. uses file IO, prints, reads and all the other usual stuff.
Does anyone know a decent website that looks at these differences and hows what the ifferences are?
What I have worked out.
No headers except stdio.h
cout = printf
fstream = FILE
new = malloc
Other changes?
Thanks