LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Easy question to answer (https://www.linuxquestions.org/questions/programming-9/easy-question-to-answer-73696/)

BajaNick 07-17-2003 08:35 PM

Easy question to answer
 
What are classes and libraries?

Dark_Helmet 07-17-2003 10:57 PM

A class, as referred to in C++ programming, is a variable that can contain multiple values and provides ways of interacting with those values to a program (such as setting/retrieving those values). They are defined by the programmer, but there are pre-designed classes available in some devlopment packages.

Libraries are pre-compiled functions that perform utilities for programs. The idea is that you save space by sharing common routines among multiple programs. If you're familiar with DLLs from windows, that's basically what libraries are. Your program can access those functions/routines when the program is run without requiring you, as the programmer, to implement them inside your program.

Mohsen 07-18-2003 12:46 AM

http://apollo.saultc.on.ca/~brasheed...s/Content.html
http://ootips.org/
http://www.cplusplus.com/ref/

BajaNick 08-03-2003 05:49 PM

Ive always wanted to learn programming i even bought VB when i had windows and played with C++ from the command line but got out of it. thanks.


All times are GMT -5. The time now is 12:54 AM.