> What the heck is object orientated programing? What the heck is the
> differnce between C and C++?
OOP is programinng with objects. Eg: a sound is an object, a picture is an
object. With C++ you can add functions to an object that all the object to be
used (eg: a play() function to a sound, or a display() function to a
cture).
Eg:
sound wave1;
main(){
wave1.load("C:\\WAVES\\SNDFILE.WAV");
wave1.play();
wave1.stop();
}
Does that help?
- Kev
--- FMail/386 1.02
---------------
* Origin: Mail shipped from Deimos Spaceport (2:259/17)
|