This blog aims to explain Advanced C++ concepts with simple examples. I found that sometimes programmers can learn the concepts very easily with a well written and commented code rather then going through hundreds of book pages.
Pages
▼
Wednesday, 10 June 2009
What can you do in C++ which you cant do in C
Is there anything you can do in C++ that you cannot do in C?
No. There is nothing you can do in C++ that you cannot do in C. After all you can write a C++ compiler in C.
No comments:
Post a Comment