Hi kgomotso,
classes and objectorientated programming is a very hot stuff in C and higher programming language. Frst of all
a class is a description of object, in which you put all
methods and variables of an object.
An example
class car
{
colour
form
fuel
}
you can see a car as a class and in...
I have composed a Winmain-Programm with a class in which I read out folders.
After the retun 0; - Statement I receive a Access Violation
error Message with the hint that a exception is not treated
int APIENTRA winmain(...)
{
Verzeichnis *Heute = new Verzeichnis();
...
delete Heute;
return 0;
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.