Never used vectors.... But yes, using c++ > -----Original Message----- > From: Paul Grenyer [mailto:[EMAIL PROTECTED] > Sent: 05 July 2004 09:57 > To: [EMAIL PROTECTED] > Subject: Re: [msvc] How to shift up array items > > > 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_b> eginthread.com > for subscription changes, and list archive. > > > > This message has been scanned for viruses by BlackSpider > MailControl - www.blackspider.com >
This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
