From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18990 invoked by alias); 1 May 2003 02:05:23 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 18945 invoked from network); 1 May 2003 02:05:22 -0000 Received: from unknown (HELO hotmail.com) (64.4.17.40) by sources.redhat.com with SMTP; 1 May 2003 02:05:22 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 30 Apr 2003 19:05:21 -0700 Received: from 24.70.120.26 by lw11fd.law11.hotmail.msn.com with HTTP; Thu, 01 May 2003 02:05:21 GMT X-Originating-IP: [24.70.120.26] X-Originating-Email: [christiansen_j@hotmail.com] From: "Jim Christiansen" To: gcc-help@gcc.gnu.org Bcc: Subject: Help with #include ,,, Date: Thu, 01 May 2003 02:05:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 01 May 2003 02:05:22.0000 (UTC) FILETIME=[1F335D00:01C30F86] X-SW-Source: 2003-05/txt/msg00002.txt.bz2 Hello, I'm a teacher that admins a 110 plus NT network who is trying to move 60 of these boxes to Linux Thin Clients for all of our teaching. I have been successful for all of our Business and IT classes, but have a problem teaching out of our C++ text from Lawernceville Press. This book is a couple of years old and specically for MSVisual C++.My students have been using Anjuta for their HTML work, and I was excited that the programs from the text compiled and built in linux with anjuta. Now, I have a problem with the #include reference, and even if I change it to: #include or #include the code fails to compile.I'ld be grateful for any pointer on getting this simple program running using anjuta and linux.#include #include int main() My thin server is based on Redhat8.0 #include #include // or #include or #include int main() { String Name = "LVPress"; cout.width(7); cout << Name << endl; cout.width(9); cout << Name << endl; cout.width(11); cout << Name << endl; cout.width(13); cout << Name << endl; cout.width(11); cout << Name << endl; cout.width(9); cout << Name << endl; cout.width(7); cout << Name << endl; return(0); } Thanks for the help, Jim _________________________________________________________________ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail