Basically the vector (std::vector name = {…, …}) is the same as an array (type name [empty, or number of elements] = {..., ...}) ?
@R2Sam Жыл бұрын
How'd you get the compile error to show withing the file itself like at 5:31
@programmingwithnick Жыл бұрын
I am using Sublime text
@R2Sam Жыл бұрын
@@programmingwithnick I'm as well but is it something in the build file or some package
@programmingwithnick Жыл бұрын
Are you using the raylib-cpp build file I shared in the last video or you own? I am using the C++ Single File build system in this video that comes with Sublime text by default.