Hi > I have two member arrays of a structure: > > Int intarray[5]; > Coledatetime datearray[5]; > > Now, at anyone time, from 2 to 5 of the items will be populated > (starting index 0). And I need to shuffle just those entries up like > this:
Are you using C++? If so, consider using a vector. Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
