View Single Post
TechCake
29Jan2008,10:32  
asadullah.ansari's Avatar
Quote:
Originally Posted by bloom_star7
Yes. I fully agree with you that every thing is possible in C.(In fact i also moslty like C than 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.

In C++ we are writing a keyword Virtual or virtual assigning with zero, But generated code by this is very big and complex too. It's totally hidden to User. But you know If we will use function pointers( in place of virual ) then you know first time may be it will take time to understand and write but after that our skill will be improved .

Benefit of using C++ is only for Industries to minimize ManPower and they could make money more.