Thursday, July 30, 2009

Basic things about C++.?

Like what its used for, basic operators, between operators, and what namespace, int main (), and #include %26lt;iostream%26gt; is for.

Basic things about C++.?
get this free ebook that i have given to many on yahoo answers and learn c++ the best way mail me with subject "c++ book" and i will send that book to you





firozahmed143@rediffmail.com
Reply:These are what C++ tutorials are for. Perhaps a bit of googling and reading is in order. Try cplusplus.com and cprogramming.com, as they have accurate and up-to-date tutorials.
Reply:# include iostream.h





# include tells compier to include a libary


iostream.h is the main libary that contains


the std cin and cout libary basicly its a massive libary helps u write code easier





using this you can simple write cout %26gt;%26gt; "what ever"


and cin %26lt;%26lt; (A)


meaning lot easier





also there is windows.h


for example


#include windows.h


this libary allows you to simple write in a few lines and get a win 32 application rather than writing many class and draw function














int main()


declares the program should start runing that code when it loads





but for full detail look up dev C++ toutrials
Reply:Start with http://www.parashift.com/c++-faq-lite/, then go get the book C++ FAQ by Cline (there's a link at the above site). I HIGHLY recommend the book.


No comments:

Post a Comment