Cool tips! I myself have been an enjoyer of Visual Studio with CMake lately. I find them a lot cleaner and easier to work with than regular VS projects.
@dandymcgee2 жыл бұрын
You should make a tutorial for how to use CMake in Visual Studio! I've been wondering, but I'm too lazy to spend the time to figure it out on my own.
@happycrank74582 жыл бұрын
@@dandymcgee I could definitely try that sometime but not sure quite sure if it would exceed 30 seconds since it is extremely straightforward. Maybe I will throw Vcpkg into the mix since it makes it a lot less painful when using external libraries in Windows.
@dandymcgee2 жыл бұрын
@@happycrank7458 I thought this video would be 30 seconds too. ;)
@sotchol51034 ай бұрын
Gj.Ty very much.
@georgederleres8489 Жыл бұрын
Do all source files need to be under the same, let's say "src", folder ? Can I not create subfolders to separate them? I am getting compiler errors when I tried that.
@dandymcgee Жыл бұрын
You can have subfolders, it will work fine. Read the error(s) and fix whatever it's complaining about.
@georgederleres8489 Жыл бұрын
@@dandymcgee I actually had to go to Additional include directories, and add all folders there.
@thoughtsuponatime847 Жыл бұрын
Visual studio is infuriating. I'm probably going to pay for intellij.
@dandymcgee Жыл бұрын
Considering IntelliJ is for Java and Visual Studio is for C++/C# I'm not sure how that's going to help you. Perhaps you mean CLion? :D
@thoughtsuponatime847 Жыл бұрын
@dandymcgee I have never used clion. Is is better than visual studio?