Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K

4 Posted Topics

Member Avatar for segoed
Member Avatar for happygeek
-1
378
Member Avatar for ProgrammersTalk
Member Avatar for adrive

[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 …

Member Avatar for adrive
0
805
Member Avatar for adrive

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 …

Member Avatar for Smola
0
717