From: "Chris" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP version Date: Thu, 5 Apr 2001 19:49:57 -0400 Organization: Budget Internet Lines: 13 Sender: newservice AT 1cust82 DOT tnt1 DOT philadelphia2 DOT pa DOT da DOT uu DOT net Message-ID: <9aj05i$g1p$1@news.chatlink.com> NNTP-Posting-Host: 1cust82.tnt1.philadelphia2.pa.da.uu.net X-Trace: news.chatlink.com 986514418 16441 63.26.12.82 (5 Apr 2001 23:46:58 GMT) X-Complaints-To: abuse AT chatlink DOT com NNTP-Posting-Date: 5 Apr 2001 23:46:58 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com what the latest version it seems that i cant use push_back() on strings #include #include using namespace std; int main() { string a =("AAAA") ; a.push_back('b'); cout << a; }