From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32285 invoked by alias); 10 Jan 2004 21:42:06 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32278 invoked from network); 10 Jan 2004 21:42:05 -0000 Received: from unknown (HELO tsmtp16.mail.isp) (213.4.129.129) by sources.redhat.com with SMTP; 10 Jan 2004 21:42:05 -0000 Received: from luiscasa ([81.41.202.65]) by tsmtp16.mail.isp (terra.es) with ESMTP id HRAMPK00.TR0 for ; Sat, 10 Jan 2004 22:36:56 +0100 Message-ID: <002101c3d7c2$3c0d7cd0$41ca2951@luiscasa> From: To: Subject: c++ stl containers Date: Sat, 10 Jan 2004 21:42:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00139.txt.bz2 Hi I'd like look at the values of a stl container, but I only acces the direction, not the values, ie vector xy(2); xy[0]=2.; xy[1]=3.; xy[0]=xy[0]+xy[1]+ some_function(); How I could look xy[0] value, or all the values of xy Thanks Luis