View Single Post
Old 07-06-2004, 12:24 PM   #7 (permalink)
Mr.Anderson
Registered User
 
Mr.Anderson's Avatar
 
Join Date: Mar 2003
Location: In a van, down by the river.
Posts: 24
Mr.Anderson is on a distinguished road
Send a message via AIM to Mr.Anderson Send a message via Yahoo to Mr.Anderson
Answers

(I know, I'm reviving an old post, sorry.)

Nope, didn't get it from a tutorial. Just found out about new and decided to give it a try.

Thanks for the corrections.

I'm wondering if there's any way to create a dynamic char or float without rewriting the code. E.g. pass the data type and have the program use that instead of int. Am I clear enough? I don't know.

dVar blarg( float, 2 );

dVar w00t( char, 6 );

dVar foobar( long, 3 );

Any ideas?
Mr.Anderson is offline   Reply With Quote