From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 14:04:19 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFF016A4D0 for ; Wed, 2 Feb 2005 14:04:19 +0000 (GMT) Received: from mail.rtl.org (rtl-3.i2k.com [66.255.200.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 904F743D31 for ; Wed, 2 Feb 2005 14:04:16 +0000 (GMT) (envelope-from jstewart@rtl.org) Received: from mis3c.rtl.lan (rtl-2.i2k.com [66.255.200.206]) by mail.rtl.org (Postfix) with ESMTP id F2E8830AB4; Wed, 2 Feb 2005 09:00:06 -0500 (EST) Received: by mis3c.rtl.lan (Postfix, from userid 1000) id CE418128E7E; Wed, 2 Feb 2005 09:04:20 -0500 (EST) Date: Wed, 2 Feb 2005 09:04:20 -0500 From: Jason Stewart To: Jonathon McKitrick Message-ID: <20050202140420.GC24058@rtl.org> Mail-Followup-To: Jonathon McKitrick , freebsd-questions@freebsd.org References: <20050201164337.GA78979@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050201164337.GA78979@dogma.freebsd-uk.eu.org> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Unix equivalent of a variant?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 14:04:19 -0000 > 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