answersLogoWhite

0

Top down source code in c plus plus?

User Avatar

Anonymous

11y ago
Updated: 8/18/2019

C++ is a bottom-up language, not a top-down language. Objects act as the building blocks for all C++ programs, thus lower base classes must be defined before more complex data types can be built from them.

C is a top-down language where everything is written procedurally, step-by-step. Thus to use top-down source code in C++, the code must be written using C-style conventions.

Most C++ programs use a combination of object-oriented and procedural programming. It is rare to write an entire C++ program using C alone.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What do you mean by sequential execution?

Sequential or "top-down" programming means, simply, you code is executed in predictable order; from the top to the bottom of the source code. Typically, void of any functions.


Is open-source development a top-down or bottom up methodology explain?

Is open-source development a top-down or bottom up methodology


How do you remove the rectangular advertisement at the top of a webpage?

Go to html source and remove the code/script.


How do you generate a parse tree from an expression using C program?

c code for top down parser


After all of the interior fabric and electrical system is down plus the main-cover and top-liner is down what is the next logical step to take down?

end-panels and doors


What element do you use to add JavaScript code to a web page and how is it structured?

To add javascript code in HTML, you have to include the script tag on top. It can be added as <script src="source of script"></script>


Why won't my games go from a protected program to Mirage OS on my ti-84 plus?

Did you put the extra :"(description) as the top line of code


How do you enter secret codes on pixiehollow?

you go to create a fairy on top of your screen scroll down and go to enter a secret code


How do I change the name of a web page created from a Front Page template?

Look in the source code, at the top, change or add text within the <title></title> tags.


Pixie hollow code for pumpkin top?

The Pixie Hollow code for pumpkin top is 525350.


What is the code for binweevils top trumps?

The Code is 8doodle3yellow


Who owns website source code?

It's often hard to say. In cases of doubt, the website owner. If you want to use code from another website, typically asking the owner if you can use X code will result in a "yes, provided you give me credit"-style response. There are, however, websites with license blocks at the top of the HTML/CSS/JS and you can use these to gauge what you can do with the code. For example, one website may have the GPL license in a comment block at the top of the code, while another may declare copyright and display a notice warning viewers to not re-use the source. But again, if in doubt, ask the webmaster or just find the code you need elsewhere.