I would strongly advise against using new at all and instead look at using unique_ptr in c++11 and up.
I would argue againts that, while i'm in favor of using smart pointers, the new operator is important to learn and have its places even on modern c++. But i don't want to
start Another Raii discussionYou have a ton of c++ learning material.
New users tend to be attracted by Youtube to learn a programming language but i discourage it.
It's better to learn from books, well placed and answered question on C++ forums/topics. Like StackOverflow , cplusplus.com/forum.
If you like to see videos check out Channel9 from Microsoft.
And remember Google is your friend, search question using it.