Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bischkek

  1. bischkek

    Understanding classes

    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...
  2. bischkek

    Access Violation by return-Statement

    thanks Ion, this was the right idea, Greetings Olaf
  3. bischkek

    Access Violation by return-Statement

    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; }...

Part and Inventory Search

Back
Top