cplusplus.com
C++ : Forum : General C++ Programming : custom library (if any)
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post custom library (if any)

adrianvidal (16)
Can a user defined his own library. Also, is there a function for the divisor function of an integer?
helios (9408)
What do you mean by "library"? In any case, the answer is yes, but how you do it will depend on what kind of library you're talking about.

"Divisor function of an integer"?
adrianvidal (16)
the divisor function is the number of possible factors of the integer
jsmith (5804)
No, not predefined. You have to write it yourself.
Topic archived. No new replies allowed.