Unix equivalent of a variant??

Jason Stewart jstewart at rtl.org
Wed Feb 2 06:04:19 PST 2005


> Hey everyone,
> 
> I'm finally doing something very exciting here at work: porting software to
> Unix!
> 
> I need the equivalent of a variant, however.  A hold-everything variable
> that can be any type in C/C++.  Is there something already out there I can
> use or should I just roll my own?
>

Are you porting VB code over to *nix? If that's the case then a better
fit might be Python or Ruby with or without one of the various
bindings for windowing toolkits.

Jason


More information about the freebsd-questions mailing list