C++ in VS Code: A Quick Guide

  Рет қаралды 137,615

Visual Studio Code

Visual Studio Code

Күн бұрын

Пікірлер: 70
@o.d71
@o.d71 4 ай бұрын
I think it's somewhat ironic that a Microsoft employee uses a Mac, especially while some Windows users here are complaining that this tutorial doesn't work for them. don't you think?
@stefanoabrigo
@stefanoabrigo 10 ай бұрын
Ok, it would be nice to get a walkthrough on how to include a 3rd party library and create a project of multiple cpp files.
@AlexandraKemper
@AlexandraKemper 10 ай бұрын
That's a great idea, for our next video we can pick up where we left off from this video and make a slightly bigger project. Is there anything else you would like to see or have explained?
@stefanoabrigo
@stefanoabrigo 10 ай бұрын
Thank you for the reply, maybe an explanation on how to setup lauch.json for those kind of projects? I usually use the Cmake extension and run the projects from that but a basic undertsanding of how to setup launch.json would be nice. If I get some other ideas on what to ask i will do it in the next videos.@@AlexandraKemper
@lilmnm616
@lilmnm616 6 ай бұрын
Why does everyone at microsoft do vscode videos on a mac?
@taxevader86
@taxevader86 3 ай бұрын
lol
@nuvotion-live
@nuvotion-live 2 ай бұрын
Because they want you to use proprietary Visual Studio if you've already bought their proprietary operating system.
@Rich_YTS
@Rich_YTS 6 ай бұрын
i dont have the option to install a compiler. only gcc and g++
@HalfBadMC
@HalfBadMC 4 ай бұрын
This happened to me too, on the right there are a few instructions to download one
@prasenjitgiri919
@prasenjitgiri919 10 ай бұрын
i have enjoyed the pace at which you speak. I will try to incorporate that in work life.
@pruthvirajhm
@pruthvirajhm 10 ай бұрын
Haa they solved the biggest problem of all time. Thanks for coming up with this 🎉
@ziadwael3009
@ziadwael3009 9 ай бұрын
it solved me alot of things , really really thank you❤
@beauty_of_islam86
@beauty_of_islam86 10 ай бұрын
Please make an amazing playlist on c++
@AlexandraKemper
@AlexandraKemper 10 ай бұрын
We are working on it! Is there anything specific you would like to see in these videos? Helpful C++ features to know about? How to use Copilot for C++?
@charlessam6611
@charlessam6611 6 ай бұрын
Can you do one for vs code on windows please 🙏
@AtulPayashi
@AtulPayashi 8 ай бұрын
Mam please solve the problem of visual studio code when I am pressing and it says every time that n,n is not a command
@RutgherPruijm
@RutgherPruijm 8 ай бұрын
When I try to do the 'open walkthrough' part, VS doesn't seem to have this on W11?
@SbDaBoy
@SbDaBoy 8 ай бұрын
it does
@JasperBerends-r4t
@JasperBerends-r4t 8 ай бұрын
Care to elaborate where we can find this then @SbDaBoy ? because using ctrl+p and typing "open walkthrough" doesnt return any results for me
@gregferencko2323
@gregferencko2323 7 ай бұрын
yes -- I have the same problem @@JasperBerends-r4t
@ViralGreek
@ViralGreek 5 ай бұрын
ctrl + shift + p for windows!
@voxeledphoton
@voxeledphoton 4 ай бұрын
you may have forgot the >
@Amir-gi5fn
@Amir-gi5fn 9 ай бұрын
It just installs multiple apps and downloading 1.5 gig just for a single compiler
@exploringgodscountry
@exploringgodscountry Ай бұрын
I cannot get any of these tutorials to work. I'm following built in steps with the extension as well as your video. Visual Code is not behaving in the same manner as you show. For instance typing "Open" doesn't result in any findings in the command pallet. I have installed a C++ compiler. The cl.exe one which automatically installed when I modified my Visual Code installation per another tutorial you have for visual code. However, I cannot link the compiler to Visual Code. So I have no way to build a project. It seems many of your tutorials are outdated and or incongruent. It's leaving me quite confused...
@CrusadeVoyager
@CrusadeVoyager 10 ай бұрын
Quick setup fr C++, up and running, Nice ❤
@meninnik
@meninnik 3 ай бұрын
какая нахер быстрая
@7_of_9
@7_of_9 10 ай бұрын
Nice! Now let's code for dummies I have zero expectations
@TheUIArchitect
@TheUIArchitect 10 ай бұрын
What's the best course to start learning again C++?
@pepperpatty2446
@pepperpatty2446 3 ай бұрын
From what I've seen there aren't any good ones online. Your best bet is on books. The Deitel ones are classics. Also "Computing Concepts with C++ Essencials" and "C++ Primer",
@No-0ne-is-Alone
@No-0ne-is-Alone Ай бұрын
learncpp website. I started from scratch with no prior coding experience and I have been having a blast. The site is free and teaches you everything from scratch.
@nothingisreal6345
@nothingisreal6345 10 ай бұрын
Theses video are extremly helpful!
@trajectory-g7c
@trajectory-g7c Ай бұрын
Watch Out Folks!! 0:53 Windows OS, ( It's not Ctrl+P !!! ) It's Ctrl+Shift+P
@pranavkeshav20
@pranavkeshav20 4 ай бұрын
I'm running on Mac, everything is fine except one really annoying issue. Every time, I debug/run any cpp file, the mac's privacy and security window pops up and I have to press allow every single time. For example, I have a C++codes folder in my Documents folder and I have sample.cpp in this C++codes folder (along with all the required json files). Every time I debug/run the sample.cpp from VScode app, it pops a message that "sample would like to access files in your Documents folder". I get 2 options - Allow and Don't allow. This message does not come if I compile from terminal though, but I prefer to compile/run from VScode app; that was the whole purpose of installing it. I can also build on VS code and then run on in-built terminal without any permissions message, so I guess it's an issue arising from running debugger perhaps?
@Alberto_Cavalcante
@Alberto_Cavalcante 10 ай бұрын
Can I follow the same steps for Windows?
@anonymusplayer3031
@anonymusplayer3031 9 ай бұрын
You think 😂 no you install mingw then you configure path variables and then you use code runner and you should be up and running
@JustinShaedo
@JustinShaedo 7 ай бұрын
@@anonymusplayer3031just reinforcing what's said here: this MS made instructions for a MS program won't work in the MS environment. I spent awhile trying to get it working, then just followed another tutorial.
@nuvotion-live
@nuvotion-live 2 ай бұрын
This is not a good look, Microsoft. Let me correct this video title for you: "C++ in VS Code on Mac" If you're on Microsoft Windows, you have to install MINGW (Minimalist GNU for Windows, implementation of GNU Compiler Collection (GCC)), add it to your system environment variables. May have to restart your computer. Edit your user preferences to change the default shell. So on and so forth. You should rename this video and save Microsoft Windows users confusion when setting up their C++ environments. Or is this just meant to funnel people to proprietary Visual Studio? This type of stuff is PLATFORM-SPECIFIC!
@dennistang6459
@dennistang6459 Ай бұрын
A perfect Mac is the one installed with a Linux OS.
@bla4224
@bla4224 Ай бұрын
There is no "open walkthrough" - outdated video?
@ngwebdev
@ngwebdev 10 ай бұрын
Thank you )
@juanmacias5922
@juanmacias5922 6 ай бұрын
The Code Runner extension compiles with g++ (at least in Linux), and runs C++ without any setup. xD
@JasperBerends-r4t
@JasperBerends-r4t 8 ай бұрын
There is no "Open Walkthrough" option for me
@JasperBerends-r4t
@JasperBerends-r4t 8 ай бұрын
On windows it is ctrl+SHIFT+p for the command pallet.
@DesiBoy-m8o
@DesiBoy-m8o 3 ай бұрын
You may have forgotten the > at first..
@Dmytro_L
@Dmytro_L 4 ай бұрын
If you are responsible for cpp integration, you failed miserably. I had to configure launch.json step by step and it's pain
@sonnichjensen
@sonnichjensen 6 ай бұрын
Why is the text fuzzy? I do not get the place to set configuration in my version of VS Studio? What is the speed key for toggling breakpoints?
@Netryon
@Netryon 10 ай бұрын
Can't use special symbols here so it's my only option I wonder why if it's not some web input form. I could say it's is same getting started problem as Docker, which is now in every career requirement and all I want is to run it alone not with a team. This is cruel - half of students won't pass exam and this is a language for games, but don't need it if there is no game jam game/example made with blueprints. There is some tools css javascript processors you only heard about it and need it more than Opengl and Vulcan 3:06. So I think where do I find a terrain and where would I add it's tiled texture and here it's in some hidden terrain paint settings with normal maps which I know everything about. This was new and introduced with latest frameworks 4:07, but learning that again as project specific settings which is only learned by practicing it - I don't what to spend a day figuring out what that line of code does or why that version don't compile.
@Ti13wyldcard
@Ti13wyldcard 3 ай бұрын
are there any equivalent for the c language?
@code
@code 3 ай бұрын
Can you clarify your question? Equivalent what?
@__hannibaalbarca__
@__hannibaalbarca__ 2 ай бұрын
I have problem with installing Boost library in macOS with VScode, and final i switch to tmux and NeoVim is better we need more how to configure package, and …
@deliciousfood6991
@deliciousfood6991 10 ай бұрын
that Didn't work with me! is there no one extension that do all the work to run & compile codes!!!
@juanmacias5922
@juanmacias5922 6 ай бұрын
The Code Runner extension does.
@flipflop1758
@flipflop1758 3 ай бұрын
Omg she is using a white theme.
@ale123ksa5
@ale123ksa5 2 ай бұрын
brate ne radi ti ovo nesto neumete da objasnite
@nelsonberm3910
@nelsonberm3910 4 ай бұрын
thank you!
@SarthakMahadik-j5m
@SarthakMahadik-j5m 9 ай бұрын
I'm not able to enter my password in terminal
@AlexandraKemper
@AlexandraKemper 9 ай бұрын
Are you seeing the same terminal message as in the video? Is it stating that your password is incorrect? Or just that your keyboard is not letting you type?
@larafathy9610
@larafathy9610 8 ай бұрын
my keyboard is not letting me write what should I do? @@AlexandraKemper
@nhanNguyen-wo8fy
@nhanNguyen-wo8fy 5 ай бұрын
0:45 Cpp walk through
@etzmannschnappuleck1181
@etzmannschnappuleck1181 Ай бұрын
Typically MS, doesn't work the way it should!
@kennethhawkins5943
@kennethhawkins5943 2 ай бұрын
This "tutorial" is mostly useless. If you are doing actual development, your project will consist of multiple files and multiple build targets. At the very least you will have a debug build and a release build. How do you set up dependencies, multiple build targets, control obj output, pre-compiled headers, etc.
@shimantonahid5398
@shimantonahid5398 2 ай бұрын
Great help for windows user… nnsns 😑🌵
@khatchshah3697
@khatchshah3697 3 ай бұрын
@arghjain1949
@arghjain1949 10 ай бұрын
Some one really use light theme in vs code 😅???
@AlexandraKemper
@AlexandraKemper 10 ай бұрын
It was the recommended video format ... my eyes were almost blinded by the brightness while recording 😆
C++ in VS Code: Building your Code with CMake
9:37
Visual Studio Code
Рет қаралды 42 М.
How to set up C++ in Visual Studio Code
6:53
Kenny Yip Coding
Рет қаралды 954 М.
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,8 МЛН
PRANK😂 rate Mark’s kick 1-10 🤕
00:14
Diana Belitskay
Рет қаралды 11 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 31 МЛН
how Google writes gorgeous C++
7:40
Low Level
Рет қаралды 942 М.
Learning C++ by making a Game... in 1 Week?!
10:14
Floky
Рет қаралды 557 М.
The all NEW GitHub Copilot Experience
13:46
Visual Studio Code
Рет қаралды 32 М.
Using Git with Visual Studio Code (Official Beginner Tutorial)
6:56
Visual Studio Code
Рет қаралды 1,3 МЛН
Getting started with C++ in VS Code
32:03
Visual Studio Code
Рет қаралды 100 М.
Master VS Code's keyboard shortcuts in 13 minutes
12:50
Visual Studio Code
Рет қаралды 80 М.
My Minimal and Beautiful VSCode Setup
10:55
Josh Cirre
Рет қаралды 99 М.
12 VS Code Extensions to INCREASE Productivity 2024
27:13
Devression
Рет қаралды 787 М.