From: "jdm" Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP notepad and gcc Date: Sun, 23 May 1999 12:13:11 -0500 Organization: Airnews.net! at Internet America Lines: 20 Message-ID: <2B73D3B954F01932.31113C7F89C21875.F365BFD5CBF9E7A7@library-proxy.airnews.net> X-Orig-Message-ID: <7i9d02$885 AT library DOT airnews DOT net> References: <19990523102405 DOT 20830 DOT 00004334 AT ng-cf1 DOT aol DOT com> Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library.airnews.net NNTP-Posting-Time: Sun May 23 12:13:38 1999 NNTP-Posting-Host: ![.^m1k-X)iF8RB (Encoded at Airnews!) X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Kiljaeden5 wrote in message <19990523102405 DOT 20830 DOT 00004334 AT ng-cf1 DOT aol DOT com>... >gcc wont take any my files written in notepad. It doesnt recognize them as c >sources. I save them "name.c" in notepad. What am i doing wrong. Help i cant >write any programms, it wont let me. Please help Don't use Notepad to edit your source code. It will append a ".txt" extension on your file even if you put a ".c" extension on it. So you will wind up with a file named "name.c.txt". If you don't have "Show filename extensions" checked in your Explorer options, you won't see it. You can get Notepad to save a filename as you typed it if you set the file type dropdown list to "All Types (*.*)" before you type in the filename, but that's too much of a hassle. Use a real editor like PFE or something, if you don't want to use RHIDE. jdm