c programming (stdio.h)?

Thread Starter

full

Joined May 3, 2014
225
Hi,
I study c programming but there isn't more tutorial for (stdio.h)
there is any website for c programming (stdio.h)?

thank you,
 

tshuck

Joined Oct 18, 2012
3,534
CPlusPlus.com is a great resource for C and C++ programming, I've found. While there aren't any specific tutorials for studio.h (you'll be hard pressed to find one), it does list all of the methods and functions defined by this library and how to use them (just click on the name).
 

DrRich

Joined Apr 21, 2014
5
tshuck has recommended a great site. Generally there is an example for every function, with the function being used somewhere in the example.

Borland C++ builder 3.1 was great to learn with (but it is an ancient DOS IDE). You could press F1 on any function you had written in the editor and was trying to use and it would bring up a wealth of information - syntax, parameters, description and examples. Excellent bit of software, someone really needs to bring such a great IDE into the new millennia.
 
Top