X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: help Date: 2 Mar 2002 18:44:39 GMT Organization: Cornell University Lines: 39 Sender: asu1 AT cornell DOT invalid (on 128.253.164.170) Message-ID: References: <000001c1c207$cd4b5370$0200000a AT GameRoom> NNTP-Posting-Host: 128.253.164.170 X-Trace: news01.cit.cornell.edu 1015094679 25762 128.253.164.170 (2 Mar 2002 18:44:39 GMT) X-Complaints-To: usenet AT news01 DOT cit DOT cornell DOT edu NNTP-Posting-Date: 2 Mar 2002 18:44:39 GMT User-Agent: Xnews/L5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Shane O'Neal" wrote in news:000001c1c207$cd4b5370$0200000a AT GameRoom: > What how do I run my program once I type it in word File-Save As Choose plain text. Make sure to give your file the extension c (for c source, or C or cc or cpp for C++. some versions of Word will try to add the txt extension to the filename. If that happens you will have to rename it after you save it.) Also, make sure "hide extensions" options is not set in the Folder Options->View dialog in Explorer so you can actually see extensions. then you have to compile your code using gcc. read the document readme.1st in the djgpp. if not, consult the documentation, read the FAQ etc. DJ: i hope i have satisfied the requirement of saying something useful. now i rant. > ------=_NextPart_000_0001_01C1C1D5.82B0E370 > xmlns:w="urn:schemas-microsoft-com:office:word" > xmlns="http://www.w3.org/TR/REC-html40"> ... > > Attachment saved: C:\Program Files\xnews\attachments\untitled-3_16.htm > ------=_NextPart_000_0001_01C1C1D5.82B0E370-- do not post HTML on newsgroups. even though the content of your message is only one line, you end up posting 50 times more than that. that wastes time, storage space, bandwidth etc. also, get a clue, don't use word as a source editor, or if you are going to do that, don't try to program.