How could I find out what all the “add operators” symbols mean? Like &&, <<= and so on. I used www.htmlgoodies.com to learn HTML. Very good site I would like to find something like that to learn C or Easy C, any ideas?
Next:
I want to use two bumpers, I can make one work fine, but I would like to be able to use two bumpers in one program. I am not sure why yet, but would like to be able too. I am using easy C. Thank you to anyone for the help.
Search for C language assistance on the Internet. Evaluate what you find and choose your favorite. Or go to a bookstore and select from among the many books written for this purpose. Have you done a search yet and disliked what you found?
What you are asking about is such a fundamental part of C and similar programming languages that choosing among the info source alternatives will be a matter of your personal preferences, rather than the quality of the presentations and formats.
One classic book is “The C Programming Language” by Kernighan and Ritchie. It is not a “C for Dummies” sort of book; but it does contain the facts about the language.
Blake
Here are some on-line C and C# and C++ Tutorials. Easy C is very similar to ANSI and K&R C. Local book stores and Amazon have many C and C++ reference books.
http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/c_tutorial.html
http://www.cs.cf.ac.uk/Dave/C/CE.html
http://search.yahoo.com/search?ei=utf-8&fr=slv8-mdp&p=c%20tutorial
Here is the best website to learn C. It has everything organized perfectly and logically. You are gonna need a C compiler to work with this website. I would reccommend DevC++ ot mplab.
http://gd.tuwien.ac.at/languages/c/programming-bbrown/
Technic-R-C
When I took a C class many years ago, the Kernighan and Ritchie book was our text. I still have it, and still use it whenever I have a question. It’s a very good book on the language, written by two of the folks that should know it.
Joe
Someone provided this Link, Sams Teach Yourself C in 24 Hours.
I have found that “The C Programming Language” by Kernighan and Ritchie is a Wonderful Book, if you understand the concept of Programming, and need to learn how ‘C’ is different than other Languages… For learning about Programming, other books are much better.