Quote:
Originally Posted by asadullah.ansariI did'nt mean that... I mean complex problem can be solved by C with more efficient than C++.
>>> Reason is that in C a lot of skills and time is required. Industries can'nt afford it . So they are easily using C++.
.) But the fact is that, for one thing which can be very very easily designed in C++ will take a lot lot efffort as well as will become more complex if we design in C. Take the example of disigning the interfaces with the UI applications. In case of C++ we can do it simply by making use of the virtual and pure virtual functions. But if we want to do the same thing in C then we may need to make use of the function pointers & e.t.c. e.t.c. which becomes very complex.


