Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where to go?

Status
Not open for further replies.

goresus

Programmer
Joined
Jan 15, 2005
Messages
3
Location
US
Does anyone know where ot look for the function lists and how they work? For example in Java they have a website for APIs. My question is: is ther any web-site that covers in detail, the functions and commonly used classes in C?
 
Classes in C?
A lot of people have implemented very cool
OO-like schemes in C ,but as far as the strictly
C* OO concept of classes, ala stroustrup C++,
C predates this, and the idea of classes is
not applicable.
 
Heh - the only classes in C are the ones you attend [smile]

--
 
Thanks a lot guys. One more question: Are there any such things as "online-compilers" for C, where I can test my codes and all?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top