C is a much simpler language than C++, with fewer keywords. The resultant machine code maps very closely to the source code, thus C is more low level than C++, but is sufficiently abstract that even assembler language programmers can develop highly efficient code much more easily than they can with assembler alone. C++ evolved from C, but has a far greater degree of abstraction and its object-oriented programming support is ideally suited to solving highly complex problems with more complex data structures more easily but every bit as efficiently as with C. However, since C is much older, there is still a wealth of useful and highly efficient C code that can still be used by C++ programmers to this day, thus it is still worthwhile learning C even if you already know C++, as the transition to C is much easier than the transition from C to C++, unless you are familiar with object-oriented principals.
just as you do it in C.
Sure.
Use the C++ getline() function from the standard library.
Nothing.
With platform-dependent libraries.
How the turbo c plus plus use what in the computer.
just as you do it in C.
Only if you have a C++ compiler.
depends what you use it for. c++ = object oriented c = not object oriented
Use "typedef" : both in C and C++.
To use C++ in Netbeans you will need a C++ compiler.
Sure.
Programming language.
Use the C++ getline() function from the standard library.
In C and in C++, the ++ operator means to increment. C++ was intended to be the next version, i.e. the incremental next step, of C, hence the use of the ++ operator.
If you're an experienced C++-programmer, they it is easy to use, even if you are not making an OS.
There is no "power" operator in C or C++. You need to the use the math library function pow().