answersLogoWhite

0


Best Answer

No. Anything you can do in C you can also do in C++. Typically, a C++ compiler will produce machine code that is as efficient but often more efficient than the machine code produced by a C compiler. This is primarily because of the reduced need for runtime sanity checks in C++ (user-defined type invariants cannot be undermined other than by deliberate brute-force). And just as we rarely require anything lower than C (such as assembly language) it is even rarer to require anything lower than C++.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is there something that you can do in C but not in C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the code to perform friend function in C plus plus?

Something like this:


Does 'for loop' works in C plus plus?

In C++, a for loop is structured as follows: for( int index = 0; index < 10; ++i ) { //do something }


What is b plus b plus b plus c plus c plus c plus c?

b+b+b+c+c+c+c =3b+4c


What is c plus c plus 2c plus c plus c equal?

c + c + 2c + c + c = 6c


B plus b plus b plus c plus c plus c plus c equals?

b + b + b + c + c + c + c = 3b + 4c


What happens when you press ctrl plus c plus c?

This is said to be a sieries of windows comands to do something on the main dos system many are not used. I recomend you dont try it


Symplify c plus c plus c plus c?

4c


What is c plus c plus c plus c plus c?

c + c + c + c + c = 5 * c.


Primary and secondary key in c and c plus plus?

There are no "primary and secondary keys" in c and c plus plus.


What is c plus C plus C answer in algebra?

3c


What machine instruction is used to assign a value to a variable in c plus plus?

MOVE, STORE, LOAD, or something similar, CPU-dependent.


What is the different between turbo c plus plus and unix c plus plus?

There is no such thing as 'unix C++'.