From: Sascha Zapf Newsgroups: comp.os.msdos.djgpp Subject: Re: I'm so new it's frustrating. Almost ready to lose my will to learn. Date: Tue, 24 Aug 1999 21:05:54 +0100 Lines: 37 Distribution: world Message-ID: <37C2FB22.D66CD06B@netcologne.de> References: <1rbw3.17368$x04 DOT 1147413 AT typ11 DOT nn DOT bcandid DOT com> <7ps6sr$bbm$1 AT talia DOT mad DOT ttd DOT net> <37C20D32 DOT 676A5CDE AT montana DOT com> NNTP-Posting-Host: dial6-80.netcologne.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netcologne.de 935521642 8982 194.8.196.80 (24 Aug 1999 19:07:22 GMT) X-Complaints-To: usenet AT news DOT netcologne DOT de NNTP-Posting-Date: 24 Aug 1999 19:07:22 GMT X-Mailer: Mozilla 4.6 [de]C-CCK-MCD QXW0321j (Win95; I) X-Accept-Language: de-DE,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com bowman schrieb: > Antonio Arranz wrote: > > > > (But this is my advice: unless you have more experience, try 1) another > > compiler (Borland, Microsoft) > > That is a little drastic, and Borland and MS compilers print cryptic > errors quite well. > > What really helps is a decent editor. My favorite is Vim, but any with > syntax coloring will do. Thats it ! . Syntax Coloring helps me to find 95% of my syntactical before any Compiling... > It is easier to see unterminated strings when > everything turns pink until you supply the closing quote. Keywords are > shown in a different color, too, so charm me[20]; would stand out when > 'charm' was in black. > > It doesn't end there, either. something like $MY_VAR) in a makefile will > look strange until you fix it. The editor is the basic tool of the > trade, and the best ones are free. Pick one you like, and learn it as > you learn C. Both will will probably last you long long time. > > -- > Bear Technology Making Montana safe for Grizzlies > > http://people.montana.com/~bowman/ Sascha