Issues with GLFW and GLEW
As I’ve been learning C and C++, I started with SDL2 to visualize the programs I’m making. I use Visual Studio Code as I like the look of it and I don’t want to use an IDE, and I use either the command line (gcc/g++) or the tasks.json (which by extension is just the command line I guess) to compile. I just started getting into GLFW and by extension using GLEW so I can get into some shader stuff.