No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Try this: [url]http://www.nestersoft.com/worktime/project_tracking.shtml[/url] | |
Re: [QUOTE=adrive;490024]i'm not sure if i'm getting this right, but i still remember java allowing me to cast an object to another type as long as their ancestors are the same?[/QUOTE] Actually you can _cast_ any object to any class, but you cannot _assign_ an ancestor-object to a variable of its … | |
Re: Well, I didn't try it but it seems possible. :) First, if you use static arrays you'l have to define their size. You must use pointers to these arrays, and afterward you must free the allocated memory. It's a mess. :)) You can also use records but that also involves … |