With the first scrimmages fast approaching, my team has been hard at work getting our robot together. As part of this, I have developed an algorithm designed to ensure our turret always faces the goal. However, this algorithm makes extensive use of vectors, which received some crucial improvements in C++ 17. However, when I try to make use of these features in VexCode Pro, they don’t seem to exist.
Does VexCode Pro support C++ 17? And if it doesn’t, what is the latest version it supports?