more cmake tutorials please. sometimes intellisense does not respond if the cpp files are inside nested directory.
@0xeb-5 ай бұрын
any hotkey to run instead of clicking the status bar icon? why is F5 hotkey wanting to do its own things? is there a way to have the regular "Run" menu use the CMake tooling?
@Tony-dp1rl7 ай бұрын
I spent over 20 years developing in C++ daily before escaping. For those still trapped, I wish you well.
@krishna_o157 ай бұрын
😂
@blipojones21143 ай бұрын
Jokes aside, would you flat out just send unsuspecting victims to Rust, Zig, Go?
@persimmon22983 ай бұрын
Which tarpit did you escape to? 😂
@gordonelliott78702 ай бұрын
Did I just see the Microsoft Product Manager installing CMake onto a Mac (including the standard GUI way to move to the "Applications" folder, rather specific name used by Apple)? (Yes, chose version for "macOS 10.10 or later".) (I do appreciate the wide applicability of the tools and showing that on a different system. Just was a bit jarring.)
@ChrisBlue4UАй бұрын
Even Microsoft staff isn’t using Windows 😂 don’t blame her
@cokpot6358 күн бұрын
The irony. Why is microsoft employee using mac??
@ignacionr3 ай бұрын
CMake has this problem that every feature has a randomly created command name. There is absolutely no norm or reasoning in what are the command names.
@paulnnamdi40983 ай бұрын
Nice tutorial. You didn't state the keyboard shortcut you used to enter the Command Palette in Vscode (It is Ctrl + Shift + P). Again at that "Set Build Target" things were a little muddled up, because if you click it, it lists out Presets for you to select from and gives you the option to add a new Preset, but you just entered the name skipping a step and also without stating whether you added an additional Preset.
@mervindaly3717 ай бұрын
Love your video❤
@williamsf.h.2275 ай бұрын
Can you please provide a class for adding more file to CMAKE in just 2 steps?
@wesleytaylor-rendal56482 ай бұрын
Why don't you give an examlpe with dependencies?
@chulavista523923 күн бұрын
Since Visual Studio Community Edition is free, what are any good reasons we might wish to develop C++ in VS Code? Just curious.
@khalilhashmi75702 ай бұрын
I have problem with CMake, when I select the side popup bar for CMake It shows [Target in Preset] for (Build), I couldn't change it to (MyCMakeproject). can you help me?
@ajays16473 ай бұрын
I am trying to setup CMakeLists.txt automatically bia command pallete from Vs code i am getting an error: Bad CMake executable: "cmake.cmakePath". Check to make sure it is installed or the value of the "cmake.cmakePath" setting contains the correct path
@josemarcos15197 ай бұрын
Hello everyone! I would like to suggest that VSCode have a theme that follows the Windows 11 theme, including the Mica effect on the top menu bar and status bar, as it does in Microsoft Edge.
@sciencejournal8831Ай бұрын
I want video on setup of c++ and opencv , cmake in vs code editor
@alexanderkuznetsov6347 ай бұрын
Thank you
@torrenttv75675 ай бұрын
how can you generate content for CMakePresets.json at kzbin.info/www/bejne/lXO6hmijjNaJd5Y , I watched original video but still don't understand
@maciej12147 ай бұрын
How to compile a single cpp file? Many times there is an error that file cannot be compiled.
@koraironams46566 ай бұрын
😂😂
@tarik_hello6 ай бұрын
Hey! This could be due to the compiler you are trying to use. If you are trying to compile a C++ file, make sure you are using a g++ compiler or its equivalent.
@razorblade4135 ай бұрын
that's why i prefer coding in java...no bs with unnecessary files. Just straight to develop an app.
@razorblade4135 ай бұрын
i wanted to learn c++ from scratch, but after seeing that i need to download compilers, cmake, and whatever other tools, instead of just using a IDE and make a simple f project, i prefer to quit this. Never again!