What are the most difficult C++ topics to learn?

Hi. What are the most difficult C++ topics to learn?, Are Pointers one of them?. Thanks


Hello,

This may be too broad of a question for this forum. Can you be more specific? Are you having a concrete problem to solve that involves ROOT and C++?

Cheers,
Jakob

Hello, sorry, my question would be: What are the most difficult C++ topics to learn for a beginner?. Currently I consider my level of experience / knowledge in C++ to be basic.

I would like to know which C++ topics are generally the most difficult to learn for a beginner so that I know which C++ topics I should study more.

For now, I’m not having problems to solve that involves ROOT and C++. Another question I have is: What are the most difficult C++ topics to learn for a beginner in ROOT?

Regards

Hi,

Not sure if the tutorials I am attaching are useful, but it helped me when I was new to ROOT and C++.

Short tutorial on ROOT: Tutorial on ROOT and Data Analysis - DocsLib
→ Extremely short and easy to follow. Not sure if it will cover parts relevant to your specific project, but it was a good start for me.

CERN ROOT: https://youtube.com/playlist?list=PLLybgCU6QCGWLdDO4ZDaB0kLrO3maeYAe&si=nO5XpCqEXhcRdky8
→ Detailed one.

C++: https://youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb&si=DzZkoqB3r-hVwpkS
→ No shortcut for this one. To this day when I revisit this tutorial, I have some new insights. The last videos in this series covers the hardest C++ topic in my opinion.

Hope it helps!
Divyang.

1 Like

Ok, thanks for all the information. The information has been helpful. I“m going to look at the information during this week. Regards