Thread: The Library
View Single Post
  #2 (permalink)  
Old 08-08-2006, 11:35 AM
smith smith is offline
Programmer
 
Join Date: Jun 2006
Posts: 108
Credits: 0
Rep Power: 10
smith is on a distinguished road
Default

A library is a class or collection of functions.
__________________
Code:
for (int i;;) {
   cout << "Smith";
}
Reply With Quote