Quote:

Hello, are Structs in Lite-C compareable to classes in Java?




No. Structs are used for datastructures and comes from C, a procedural language. Classes can hold data, too, but not solely. They are inheritable and used in an object oriented scope. I guess you don't know the difference or the meaning of each. Buy a book or read an open book - about C.

Quote:

And it is recommended to make extensive use of self-made Structs?




If it fits your needs, why not?

Last edited by HeelX; 11/02/07 12:36.