X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Stratis Aftousmis" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Strange compiler error's Lines: 52 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 Message-ID: <_6sv8.10042$R33.424752@typhoon.austin.rr.com> Date: Thu, 18 Apr 2002 04:40:26 GMT NNTP-Posting-Host: 24.243.4.160 X-Complaints-To: abuse AT rr DOT com X-Trace: typhoon.austin.rr.com 1019104826 24.243.4.160 (Wed, 17 Apr 2002 23:40:26 CDT) NNTP-Posting-Date: Wed, 17 Apr 2002 23:40:26 CDT Organization: Road Runner - Texas To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Nevermind, C IS case sensitive.Problem solved -- "I don't have to KNOW people that inspire me, i just have to KNOW that people that inspire me exsist" Caroline barcher "Stratis Aftousmis" wrote in message news:CEpv8.10572$oj5 DOT 381796 AT typhoon DOT austin DOT rr DOT com... > Hello, i have just started learning a new langauge c. But for some reason i > get alot of compile time error's even when there's nothing wrong with the > code, for example this code: > > #include > > int main() > { > printf("This is output from my first program!\n"); > return 0; > } > > //sometime's it compiles, sometime's not, wonder why. > > wouldn't compile for a while, then all the sudden it does, i had little to > no problem's with c++, and now that i changed there's problem's although i > can't see how a change in languge would create problem's. > I'm confused, help anyone? > thank's > strat > > > -- > "I don't have to KNOW people that inspire me, i just have to KNOW that > people that inspire me exsist" Caroline barcher > > > > > > > > >