X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Neil Butterworth" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp References: Subject: Re: not-reserved characters Date: Wed, 26 Dec 2001 20:29:15 -0000 Lines: 32 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: ppp-225-34-175.friaco.access.uk.tiscali.com Message-ID: <3c2a32d8_1@mk-nntp-1.news.uk.worldonline.com> X-Trace: 26 Dec 2001 20:28:08 GMT, ppp-225-34-175.friaco.access.uk.tiscali.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "'Raf256' Rafal Maj" wrote in message news:Xns9183D7FF96F0Arfdfciasdsdj412tr AT 213 DOT 180 DOT 128 DOT 20... [snip] > 1) IDE will start gcc.exe test.cpp -o test.o This newsgroup doesn't concern itself with IDEs. > 2) my gcc.exe will create _test.cpp that will have my scripts replaced with > normal C++ statment > 3) my gcc.exe will execute _gcc.exe _test.cpp test.o > > And now my questions : > - should above method work for GCC 3.0.2 ? You need to ask this in a newsgroup that supports gcc, such as linux.dev.gcc. > - with characters/symbols can I use ? is {? ?} good ? i was thinginh about > matking my code with but I heard that newest GCC provides operator?> > afair > - can I use characters with code > 128 ? like 0xF0 etc ? Once again, you need to ask these questions in a gcc newsgroup. NeilB