Dynamic array as type member not allowed.. why not? WHY!!

General discussion for topics related to the FreeBASIC project or its community.
bcohio2001
Posts: 556
Joined: Mar 10, 2007 15:44
Location: Ohio, USA
Contact:

Re: Dynamic array as type member not allowed.. why not? WHY!

Post by bcohio2001 »

fxm wrote:For now, I corrected a logic error (but not a bug) in the example:
Seven years???

Maybe enhance the Allocate page in wiki with the old code and put your new code there?
fxm
Moderator
Posts: 12158
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Dynamic array as type member not allowed.. why not? WHY!

Post by fxm »

Tutorial page updated:
TutDynaArrayType ⇒ FxMwikki [Add example transposed for fbc version >= 1.00.0 by using a dynamic array field inside UDT.]
fxm
Moderator
Posts: 12158
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Dynamic array as type member not allowed.. why not? WHY!

Post by fxm »

I did the same for the tutorial 'Simulating Polymorphism':
TutSimPolymorphism ⇒ FxMwikki [Add example transposed for fbc version >= 0.90.0 by using inheritance and virtuality.]
Post Reply