Having trouble including header files

I can only use header files that I add to C:\SDL2-w64\include, but I Can’t get it to link to the include folder inside my project folder. for example: I have a folder called "MyProject" and its located at C:\Users\User\Desktop\MyProject, inside the project folder there is an "Include" folder located at \MyProject\Include then I add a… Read More Having trouble including header files

Git list commands sometimes emulate a multi-page terminal, but I'd like output to always be dumped to stdout

I’m a little confused with the following behavior of git commands in the Windows Command prompt. This shows a result comparable to VIM (I think) with interactive list git branch -a Result is something like the following and I’ve no idea what key-combinations to use to scroll through the output (I did notice that q… Read More Git list commands sometimes emulate a multi-page terminal, but I'd like output to always be dumped to stdout