From: Jeramie DOT Hicks AT mail DOT utexas DOT edu (Jeramie Hicks) Newsgroups: comp.os.msdos.djgpp Subject: STL at() ? Date: Tue, 08 Dec 1998 21:01:54 GMT Organization: The University of Texas at Austin, Austin, Texas Lines: 6 Message-ID: <366d92e4.74158751@newshost.cc.utexas.edu> NNTP-Posting-Host: resnet-22-134.dorm.utexas.edu X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I was told there was an STL vector at() function that works like the array[] function, except that it returns a pointer to the object. DJGPP didn't find it, and my manual search of the STL headers doesn't turn up anything. What's the story? - Hicks