Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   **** (http://www.programmingforums.org/showthread.php?t=1310)

studentcpp Nov 27th, 2004 6:07 AM

****

Eggbert Nov 27th, 2004 7:36 AM

Break down the problem into tiny pieces that you know you can handle. Any system level simulation seems daunting if you try to solve the problem all at once. It would also be a good idea to enumerate all of the little steps that are required. When you have that you can more easily turn the steps into code. It may not be great code, but at least it will be a start. :)

studentcpp Nov 27th, 2004 7:53 AM

<1> Alright. Thanks. I will write today some pseudo code. Dead line in January.
</1>

<2> What is the best book on Object Oriented approach for C++. I mean i need the book that would concentrate primarily and in deatil on objects etc etc all for OOP.
</2>

<3> Thanks. I will post my pseudo here. So you can guys check it. </3> :)

Eggbert Nov 27th, 2004 8:08 AM

>What is the best book on Object Oriented approach for C++.
The same book that is the best for C++ in general: The C++ Programming Language by Bjarne Stroustrup. Books that focus on OOP in general aren't detailed enough for use with C++ unless you're very familiar with the language.


All times are GMT -5. The time now is 2:14 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC