Friday, July 31, 2009

Im trying to learn C++,and although its not as simple as,say,PHP style code...?

Im still getting most of what im reading.I just have one question that i cant seem to find the answer to.What kind of structure do you use for building a program?(i.e.,in html,the first thing you put is your %26lt;html%26gt; tag,followed by %26lt;head%26gt; and so on).Is there a structure throughout,or do you simply pile all of your code into a doc?im confused.

Im trying to learn C++,and although its not as simple as,say,PHP style code...?
take this free ebook on c++ it will help


subject "c++ book"


here firozahmed143@rediffmail.com
Reply:This is the general Structure





/*


* Program Documentation


*/





Include Files





Global Declarations





public class Name{





/*


* Variable Declarations


*/





/*


* Function Declarations


*/





} // END OF CLASS








void main(){





}


No comments:

Post a Comment