From: "David Grant" Newsgroups: comp.os.msdos.djgpp Subject: STL question Date: Tue, 21 Sep 1999 22:32:05 -0700 Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: 129.37.177.2 Message-ID: <37e869a8@news1.prserv.net> X-Trace: 22 Sep 1999 05:31:20 GMT, 129.37.177.2 Organization: Global Network Services - Remote Access Mail & News Services X-Complaints-To: abuse AT prserv DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is there an STL class I can use to represent a 2D array? I need to use an STL function because I need to make deep copies easily and use the assignment operator and stuff like that, but I don't want to make my own new class. I basically want to use a vector STL class but it has to be 2D. I need to store double type variables inside. I'm just making a simple 1-file program, no functions, just a couple loops, and some numerical computations inside. -- David Grant dgrant3 AT ibm DOT net Engineering Physics http://www.ubc.ca University of British Columbia