Looking for C++/PROS documentation

I’m a second-year programmer on my VEX V5 team, and I’ve been trying to find some good documentation for programming in C++ with VS Code and PROS. I programmed in Python last year, but I’d like to try C++ this season. I understand the basic programming concepts, but I’m not very familiar with C++ or how things work in PROS yet. Does anyone have any good documentation, tutorials, or resources for learning C++ specifically for VEX V5/PROS? Any advice on transitioning from Python to C++ would also be really helpful.

Thanks

Here is the PROS API for starters: Home | PROS for V5

You may need to navigate to the PROS 3.8.0 website for installation instructions, but usually the PROS VS Code extension should do the trick.

But, PROS works like any other C++ language and is similar to Vexcode, other than a different api.

Thank you so much! That was the documentation i needed.