Diffrence between the Language.
-
Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:
-
Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:
I think the big difference reside in how you use the language also. You can use C++ language and still write C code, using the C++ standard doesn't mean that you write C++ code. The way to view C programs is more procedural, which means that you have a sequence of instructions to execute (that can be in separate functions). C++ is more object oriented (if you start with that idea in mind of course, otherwise you can still write procedural programs): it is more an interaction between objects, how they are used and how they interact with each other.
-
Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh:
-
Hi there !! Ok ! now this may sound little wild but what is the exact tecnical diffrence betwwen the language C and C++. :sigh: