From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 16:43:41 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 226B816A4CE for ; Tue, 1 Feb 2005 16:43:41 +0000 (GMT) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 589AF43D3F for ; Tue, 1 Feb 2005 16:43:40 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1Cw17r-0005Eg-4i for freebsd-questions@freebsd.org; Tue, 01 Feb 2005 16:43:39 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) j11Ghct4079081 for ; Tue, 1 Feb 2005 16:43:38 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.13.1/8.12.6/Submit) id j11Ghc9V079080 for freebsd-questions@freebsd.org; Tue, 1 Feb 2005 16:43:38 GMT Date: Tue, 1 Feb 2005 16:43:37 +0000 From: Jonathon McKitrick To: freebsd-questions@freebsd.org Message-ID: <20050201164337.GA78979@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: 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: Tue, 01 Feb 2005 16:43:41 -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? jm --