Wednesday, June 22, 2011

Which part of C++ is tough for beginner (like pointers)?

Pointers are among the hardest topics in C/C++ (higher level programming languages like Java/C# don't allow you to manipulate pointers the way C/C++ does). Another difficult topic is memory management -- making sure a program has no memory leaks is not a trivial task.

No comments:

Post a Comment