[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programming? <and another question>



Andy wrote:
> 
> Thanks for all the information. I guess now it is just
> a matter of finding the C programming book that fits
> my needs and time constraints at the moment.
> 
> Thanks again
> Andy
> 
> =====
> "Imagination is more important than knowledge."
>                                 - Albert Einstein
> __________________________________________________
> Do You Yahoo!?
> Thousands of Stores.  Millions of Products.  All in one place.
> Yahoo! Shopping: http://shopping.yahoo.com

I am trying to learn C programming also.  You might try to check out
www.remarq.com for some news group info.  I downloaded wpe and xwpe
(found at freshmeat.net) and have been having good luck with them so far
(other students in my classes have been using borlands C++ IDE).  I was
confused on one of my first programs though.  It contained <conio.h> and
I was getting error messages when I would try to run the program.  I did
some research and found that conio.h is not an ANSI standard.  Is this
true?  If so why would I be taught that?

.