delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/03/26/23:15:15

X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f
From: "Kodachi" <kodachi AT bsn1 DOT net>
Newsgroups: comp.os.msdos.djgpp,comp.lang.c++
Subject: Re: Different results of compilation with gpp 2.95.3 and 3.0.4
Date: Tue, 26 Mar 2002 23:04:05 -0500
Organization: OWDS Inc.
Lines: 19
Message-ID: <a7rgnn$gp2$1@news.chatlink.com>
References: <a7cg8d$k6fmh$1 AT ID-79865 DOT news DOT dfncis DOT de>
NNTP-Posting-Host: reston-gnap-ip-216006-181.dynamic.ziplink.net
X-Trace: news.chatlink.com 1017202233 17186 216.8.6.181 (27 Mar 2002 04:10:33 GMT)
X-Complaints-To: abuse AT chatlink DOT com
NNTP-Posting-Date: Wed, 27 Mar 2002 04:10:33 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

I'm having a similar problem but I am using the name space thin and my error
message is a bunch of nonsence. It some sample simple code that I wanted to
seen how the new GPP build will work.  Obviously something is wrong with it

#include <iostream>
#include <string>

int main()
{

  std::string temp("Good Bye World");
  std::cout<<"Hello World /n";
  std::cout<<temp;
  std::cin>>temp;
  std::cout<<temp;
  return (0);
}


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019