This video is so simple to understand! I had been searching for a proper 101 video to start using CMake on VSCode and this is the one.
@rmachuca Жыл бұрын
Just what I needed to kickstart my C/C++ + CMake learning journey. Thanks, keep it up.
@AniketRajAniketkno2 жыл бұрын
Underrated resource! Great content!! I love vs code for my Python and have been looking for something like this for CPP!
@yoyotvyoo2 жыл бұрын
Worked for M1 Mac! Thank you for the great video!
@absolutespace411 ай бұрын
"What was drinking here" just made it the best.
@LearnQtGuide11 ай бұрын
LOL
@awabkhan29772 жыл бұрын
Why the fuck when I do this the build directory isn't created and I get the error no usable generator.
@chidanandkumarks611410 ай бұрын
how to debug vscode using cmake debug with command line arguments? kindly suggest
@ZTwo2218 ай бұрын
my terminal doesn't have any of those commands not sure why that is even happening.
@theicekingkobe2 жыл бұрын
error. Bad cmake executable. please help😢. new to VS code. the build folder isn’t even being created.
@osamaanees84062 жыл бұрын
Thanks Man! I was searching for this as I use Linux and it does not have VS. I also found an extension called ez c++ which automatically creates build source header and other files and folders for us.
@eanoxd Жыл бұрын
great tutorial thanks!
@lakeborne55142 жыл бұрын
This is perfect, thanks!
@asilepolitiqueasilepolitiq6943 Жыл бұрын
Good stuff, thanks
@tszhong0411 Жыл бұрын
Thanks a lot ❤❤
@landoffruit_s2 жыл бұрын
I used neovim
@ertat-l7t6 ай бұрын
thanks
@punchline1729 Жыл бұрын
I can't use " rm -r .\build\ " It says that " I don't have permission ", what do I do?
@R.B.22 күн бұрын
Probably had a file open and locked in that directory... Just having it open in VS Code it won't be locked, but if for example you were running an app you built, it would prevent you deleting.