Re: Top Down Desigen Programming Software Development by tony75 Thanks Sir! As I'm uderstand you right, I do not use the top-down desigen to solve this task? Please give more conncret answer Yes Or Not? so that I can change it ! Format a Partition Programming Software Development by meabed I tried to desigen program that format partition from the HDD. like D:... then … Re: Css and php Digital Media UI / UX Design by tony75 Thanks Sir Im using HTML5 but still my code not work to get this desigen http://puu.sh/5tYXV.jpg Top Down Desigen Programming Software Development by tony75 Hi I would like know if the sloution of this task right or not? If its wrong please comments it. I will be very thankful. In this task, you should show that you can solve problems using Top Down Design and construct programs in which their own defined methods exist. Use Top Down Design to develop a program to assess the readability of a text … Re: Top Down Desigen Programming Software Development by tinstaafl What you've coded works, but from what I understand of Top Down Design, I think you might want to consider it a little differently. loop through the complete text by character to build a collection of sentences then loop through each sentence by character to build a collection of words then using the size of each collection … Re: Top Down Desigen Programming Software Development by tinstaafl In my opinion no. Re: Top Down Desigen Programming Software Development by tony75 Thanks Sir for your answer, Top Down Design is not use in this task. Re: Format a Partition Programming Software Development by wildrider30 Actually the <conio,h> works....atleast if u use "void main()" N you shud add the "clrscr();" after the opening braces....(but not towards the end...as ur result will get wiped out before being 'outputted') Re: Format a Partition Programming Software Development by infamous [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/HTML/_crt__popen.2c_._wpopen.asp[/url] need to use _popen() to send commands down a pipe to format, ur method will not work. Re: Format a Partition Programming Software Development by meabed I'm sorry can u write an example:D