G_1 RAYLIB LIBRARY
After I was working toward my first game "Into the wall", I have a really hard time fixing blueprint so I started to learn how to code in C++ and I came across "C++ Fundamentals: Game Programming for beginners" finished this game and Have a lot of fun created it.
Here are some shot note for my coding journey: Using Raylib Library- Two ways to include Libraries
1)Standard Library (Angle brackets)
2)External Libraries (double quotes)