Re: How to use VARIANT Structure of C on MAC OSX and XCODE 2.2...............
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 8 May 2006, at 06:24, Gaurav Kumar wrote: There may be a clue in what the 'M' in MFC stands for... Cheers, Graham. -- Graham J Lee "Oxford University's UNIX Expert" As seen in MacWorld UK http://iamleeg.blogspot.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com I want Variant type structure as is in C which can accept any data type. Variant is used in MFC Class. I want to use Variant on MAC OSX with gcc 4.0 and xcode 2.2. Is there any replacement for Variant is on Mac or we can use them same as in MFC Classes. That's just an exercise in unions, for many purposes. Unions have the benefit of being standard C, though. smime.p7s
participants (1)
-
Graham J Lee