 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
aling Guest
|
Posted: Sat Oct 29, 2005 4:08 pm Post subject: What are top-down and bottom-up approach in C++ design? |
|
|
What are top-down and bottom-up approach in C++ design? How do you
usually use them?
|
|
| Back to top |
|
 |
guyarad@gmail.com Guest
|
Posted: Sat Oct 29, 2005 4:20 pm Post subject: Re: What are top-down and bottom-up approach in C++ design? |
|
|
Top-Down or Bottom-Up design are not related specifically to C++.
C++ is a programming language, not design lanuage.
You can implement design in c++, pascal, java etc.
anyway, you sould try google before asking such questions here.
|
|
| Back to top |
|
 |
osmium Guest
|
Posted: Sat Oct 29, 2005 8:24 pm Post subject: Re: What are top-down and bottom-up approach in C++ design? |
|
|
"aling" writes:
| Quote: | What are top-down and bottom-up approach in C++ design? How do you
usually use them?
|
Here is a fairly good description.
http://en.wikipedia.org/wiki/Top-down_and_bottom-up_design
I do it both ways, I couldn't really explain why or how I choose one or the
other. If it is something where I have absolutely no prior knowledge, I
think it is necessary to do a least a bit of top down thinking first.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|