How to Setup C++ on Windows

  Рет қаралды 939,269

The Cherno

The Cherno

Күн бұрын

Пікірлер: 658
@ioanabazarea9564
@ioanabazarea9564 5 жыл бұрын
I've tried so many ways for too long to configure an IDE with a compiler to run C++ on windows, none of the ways i've tried before were working for me... until i found this tutorial. Thank you for your tutorial, god bless you man!
@DarkPlaysThings
@DarkPlaysThings 3 жыл бұрын
@pais de ratas I personally still just use g++ and any random text editor. Kinda just cuts straight to the point.
@smrtfasizmu6161
@smrtfasizmu6161 3 жыл бұрын
Do you have the original version for Windows or do you use the copy for windows? Where I live nobody is using the legal windows.
@florin1080p
@florin1080p Жыл бұрын
Eu vreau să învăț c++ de mult timp dar pare complicat 😅 Ai găsit un tutorial sau o metodă mai ușoară?
@botobeni
@botobeni 3 жыл бұрын
This might be the best c++ series on the internet. I looked for this in a lot of places. Godspeed!
@qwe-de7xd
@qwe-de7xd 5 жыл бұрын
i haven't wrote a single letter of code and i already want to cry.
@readerxmc6974
@readerxmc6974 5 жыл бұрын
is it your dream to be a programmer?
@qwe-de7xd
@qwe-de7xd 5 жыл бұрын
@@readerxmc6974 no, i'm just bad at everything.
@readerxmc6974
@readerxmc6974 5 жыл бұрын
@@qwe-de7xd nah everyone is good at something
@realerdealers1924
@realerdealers1924 5 жыл бұрын
ReaderXmc This is too wholesome to belong on the internet
@ouxu597
@ouxu597 5 жыл бұрын
same, but mostly because im getting extremly frustrated with damn visual studio not even haveing the "New Project" tab somehow and I literally cant do anything in it
@PlabsUnderscore
@PlabsUnderscore 5 жыл бұрын
If anyone is confused about how to find the settings folder, you should be able to access it by following the tutorial, when you go to import the settings you'll see the directory, where it says "save current settings" just click browse and copy the file there then keep following the tutorial.
@jameelsikandar
@jameelsikandar Жыл бұрын
ThankU soo much!
@dhanvanthnarayanan7604
@dhanvanthnarayanan7604 Жыл бұрын
thanks boss
@dharmanshah1239
@dharmanshah1239 10 ай бұрын
thank you it helped!!
@SalariaStudios
@SalariaStudios 2 жыл бұрын
My teacher is using ur videos as a way to teach us c++ Good job you are practically a professor
@Krehnadian
@Krehnadian 4 жыл бұрын
For those looking to import his settings and can't find the settings folder for Visual Studio 2019: %appdata%\Local\Microsoft\VisualStudio\16.0_A1aee599 (this may look different for you)\Settings
@fireball2487
@fireball2487 4 жыл бұрын
Thanks man
@iwouldliketobelievethattha7561
@iwouldliketobelievethattha7561 4 жыл бұрын
ty
@knightartorias5872
@knightartorias5872 4 жыл бұрын
thank u
@Rahhhw9
@Rahhhw9 4 жыл бұрын
where do i type this
@iwouldliketobelievethattha7561
@iwouldliketobelievethattha7561 4 жыл бұрын
@@Rahhhw9 I used the run window and pasted the path into it and it brung me to the folder
@MetalGamer00
@MetalGamer00 3 жыл бұрын
For anyone having problem with error highlights not showing(the curvy red lines bellow syntax errors), go to: Tools -> Options -> C/C++ -> Advanced -> Intellisense -> Disable Error Reporting, and set it to False. It worked for me
@cheezdog1343
@cheezdog1343 Жыл бұрын
Dawg THANK YOU SO MUCH I WAS LOSING IT
@pumaman9000
@pumaman9000 6 жыл бұрын
I actually wanted to compare/contrast your VS settings to my existing settings and so what I did was export my existing settings, then using PowerShell I converted the .vssettings XML files into "pretty printed" XML files and then used the Tools.DiffFiles command inside the Command Window in VS to do a side-by-side comparison. Great way to very easily see the differences between the two. The PowerShell I used was: function Get-XmlFile([parameter(mandatory = $true)][String]$FilePath) { [System.Xml.Linq.XDocument]::Parse((Get-Content $FilePath)) } function ConvertTo-PrettyXmlFile([parameter(mandatory = $true)][String]$FilePath) { (Get-XmlFile $FilePath).ToString() | Out-File "${FilePath}.pretty.xml" } So you could do something like: ConvertTo-PrettyXmlFile .\ChernoVS.vssettings Great C++ series by the way; I really enjoy your presentation/teaching style. Very engaging and straight to the point with very simple/clear explanations. Keep up the good work.
@StarContract
@StarContract 7 жыл бұрын
Keep em coming bro, been here since the Java Swing Chat tutorial days 👌
@meh1672
@meh1672 7 жыл бұрын
I like the new editing :D
@Tondadrd
@Tondadrd 5 жыл бұрын
I had to look at the other reactions: Windows: "Great, Gamers usually use Windows." Mac: "Uf..." Linux: "Ok..."
@Cryptic0013
@Cryptic0013 4 жыл бұрын
Mac: "You have chosen... poorly."
@PsyberSenpai
@PsyberSenpai 3 жыл бұрын
@@Cryptic0013 implicating, that after buying a mac, the user is now poor
@m4rt_
@m4rt_ 3 жыл бұрын
@@Cryptic0013 Mac: You will now experience low fps at a high price. Windows: You get a lot of game support but random lag spikes cause windows decided to update something in the background Linux: Low amount of software support, but well performing games cause Linux is better
@t2cm2a7
@t2cm2a7 5 ай бұрын
@@m4rt_ we need a os that can run windows applications completely fine (ANY of them) and that has all the good stuff of linux and macos
@tahirsengine
@tahirsengine 5 жыл бұрын
Whenever I see your video, I pray to God that may you remain at peace and happy always. God bless buddy.
@cagdasakaln6618
@cagdasakaln6618 4 жыл бұрын
Clear and detailed explanation for installing Visual Studio and writing a simple code in C++. Thanks for your help.
@cipherxen2
@cipherxen2 6 жыл бұрын
The video should titled "How to setup Visual Studio for C++ on Windows"
@industrialdonut7681
@industrialdonut7681 4 жыл бұрын
exactly what I was looking for! xD
@epsilon2725
@epsilon2725 4 жыл бұрын
Nah it's fine how it is but yeah I get ur point :hmm:
@Brahvim
@Brahvim 3 жыл бұрын
@@epsilon2725 :thinking: :+1: :joy: :discord_wumpus:
@piedepew
@piedepew 3 жыл бұрын
@@Brahvim :sadpepe: :pepo: 🍐
@Anonymous-nj2ow
@Anonymous-nj2ow 5 жыл бұрын
been using python for months, this is the best c++ starter tut out there, well done!
@sammywest2583
@sammywest2583 5 жыл бұрын
I love python! but i want a compiled based language, and python is hard to get compiled lol
@dzareg
@dzareg 2 жыл бұрын
@@sammywest2583 what about pyinstaller? that easily compiles python programs
@bopon4090
@bopon4090 3 жыл бұрын
this is one of the best tutorials on youtube. thanks
@NOOBDP
@NOOBDP 7 жыл бұрын
Everything worked for me, nice tutorial, looking forward to the next episodes!
@KorpModz
@KorpModz 3 жыл бұрын
4 years ago :(
@ILovePie53
@ILovePie53 2 жыл бұрын
im so hyped to learn c++ i learned a little bit of python not much just a few basics, but my interest was always learning c++.
@heavymetalmixer91
@heavymetalmixer91 Жыл бұрын
As a gamer the same goes to me. Also, I have a thing for going into technical details when it comes to software so C++ feels like a goldmine (though I know it's gonna give me headaches in the future).
@honprarules
@honprarules 6 жыл бұрын
Subscribed within 20 seconds of first seeing your video. That is what I call first impression!
@themodernshoe2466
@themodernshoe2466 7 жыл бұрын
So excited for this series!
@Snowy_Spud
@Snowy_Spud 10 ай бұрын
Thank you so much! This helped save me from a massive headache of figuring this out myself!
@deepikagoyal07
@deepikagoyal07 2 жыл бұрын
I am hooked to the great content you created. Thanks and Gratitude. Would share with my friends.
@Dante-bz1ql
@Dante-bz1ql Жыл бұрын
I am looking for the folder, but in my Visual studio there is not the Code Snippets
@natdin2580
@natdin2580 Жыл бұрын
you just gained another subs for real, this video was very helpful.
@beytullahberk3632
@beytullahberk3632 2 жыл бұрын
I can't find the settings folder anywhere? I'm using VS 2022
@qweasdicana
@qweasdicana Ай бұрын
do you found folder? please help
@toyganyilmaz
@toyganyilmaz 4 жыл бұрын
Thank you for sharing your knowledge, appreciated
@charlessteel9090
@charlessteel9090 4 жыл бұрын
It Begins
@0xC47P1C3
@0xC47P1C3 2 жыл бұрын
Hey, I was shown your videos recently and heard they were the best. I'm liking them so far but the music volume level is just a little bit distracting. Thank you for the content on this subject!
@bytziner9863
@bytziner9863 7 жыл бұрын
I cant import the settings because for some reason there is no settings folder in documents, help would be appreciated
@orkhanahmadov9963
@orkhanahmadov9963 7 жыл бұрын
same for me:/
@RelytNosRedna
@RelytNosRedna 7 жыл бұрын
Sorry I'm late to the conversation. Save Cherno's settings to anywhere you want. Then under Import and Export Settings Wizard use Browse and go to wherever you save the settings file.
@chronohax7186
@chronohax7186 7 жыл бұрын
yep,or if u wondering where the settings folder is,its probably here \appdata\local\microsoft\visualstudio\15.0_c3caa798\settings as mine is there
@robzworkz3358
@robzworkz3358 6 жыл бұрын
Chrono Hax Life saver
@shroom2018
@shroom2018 6 жыл бұрын
Rename ChernoVS.vssettings to CurrentSettings.vssettings
@spiritwolf448
@spiritwolf448 7 жыл бұрын
When I downloaded VS2017, it didn't work. I tried it multiple times, so i just opted for VS2015. I hope that doesn't affect the series. Thanks, Microsoft.
@ma77bc
@ma77bc 7 жыл бұрын
Doesn't matter what version of VS you have. 2017 is just an upgrade.
@fooska1834
@fooska1834 7 жыл бұрын
probably because you play minecraft
@burakki6324
@burakki6324 7 жыл бұрын
+DR. D3fault you people annoy me.
@Yorgarazgreece
@Yorgarazgreece 7 жыл бұрын
It didn't work because of.... what error exactly?
@MsJavaWolf
@MsJavaWolf 6 жыл бұрын
Usually yes, but sometimes a new compiler will support more things. Some VS 2017 code doesn't work in my VS 2012 for example, like initialization of members in the class declaration.
@kiduzi9507
@kiduzi9507 7 жыл бұрын
Thank you so much. All other IDE's have been crap so far. Thnx i needed this!!!
@bentongrayson
@bentongrayson 5 жыл бұрын
The templates thing is gone for me... I don’t know what to do I’ve tried everything to fix it. By templates I mean when I go to create a new Project/Solution the templates aren’t there under installed... Any suggestions?
@prceuz
@prceuz 7 ай бұрын
i have the same problem
@antivita884
@antivita884 4 жыл бұрын
Actually Visual Studio Code fits good for every programming language
@antivita884
@antivita884 4 жыл бұрын
@@ArthurlysArm you actually can do java pretty well on vs code, but I agree that it's more comfortable in specialized IDEs
@vanshaj2018
@vanshaj2018 3 жыл бұрын
Is it important that I make the new project file in the C folder?
@lukenukem8028
@lukenukem8028 7 жыл бұрын
You're awesome. How big is your computer screen?
@Hexeption
@Hexeption 7 жыл бұрын
Looks 4K to me
@小龙的梦
@小龙的梦 6 жыл бұрын
Very big
@letecatina
@letecatina 7 жыл бұрын
Loved it. Thank you. I was trying to set up Ubuntu in a Virtual Machine, but it just couldn't work. This seems much more efficient for a windows user, and you basically get to the same thing.
@wasabi2001-t5k
@wasabi2001-t5k Жыл бұрын
I think its different now i cant find settings because am using 2022 vs
@labhanshpatel1200
@labhanshpatel1200 3 жыл бұрын
If someone is using visual studio 2019 and getting lots of errors while clicking the build button, simply just install windows latest SDK from visual studio installer. It will work.
3 жыл бұрын
where please help
@labhanshpatel1200
@labhanshpatel1200 3 жыл бұрын
@ i forgot now, but you can search for visual studio installer on windows search bar and find latest sdk there as my previous comment says.
@joshuajoverjusto6731
@joshuajoverjusto6731 3 жыл бұрын
i can't copy your settings on the current microsoft visual studios
@frosty7674
@frosty7674 3 жыл бұрын
Why didn't you use return 0; after ending int main()? It's like something throwing errors for me :(
@frosty7674
@frosty7674 3 жыл бұрын
@Artem Katerynych lol it WAS not working but thanks, it was my compiler issue, i was using Borland C++ which was basically the compiler from 1980. I fixed it by using Visual C++
@Nl-nn3ds
@Nl-nn3ds 4 жыл бұрын
If my computer has an older version do I need to delete it to install 2017 version?
@VishMeVish
@VishMeVish 4 ай бұрын
Can I use it without visual assist? because I cannot afford it
@programmerkid9026
@programmerkid9026 4 жыл бұрын
I will make it till the end of the course I promise. I'll be back here once I finish!
@KaiDuquet
@KaiDuquet 7 жыл бұрын
Sooooooo excited for this series! By the way, just one question: When should you use C++, and when should you use C? Because I heard a lot of people hating on C++...
@kylemccarthy5458
@kylemccarthy5458 7 жыл бұрын
Unless you are a system software programmer or just really like C, I would just stick to C++. Lots of those types of topics on the internet are really outdated and are 6 years old or more. Your best bet is just use C++ and take advantage of the Object Oriented Features you can do with it
@KaiDuquet
@KaiDuquet 7 жыл бұрын
Alright, Thanks! I just wanted to clarify
@身世成谜
@身世成谜 7 жыл бұрын
C is good at memory manipulation, and C++ can be more powerful in code organization. Cause C++ has the virtual function feature, it's a little slower than C.
@Yorgarazgreece
@Yorgarazgreece 7 жыл бұрын
There is nothing you can't do in C++ that you can in C. That being said, some of the C++ features will require additional resources which in embedded systems, may be very limited. This is why in many operating systems, the very core is written in C and not C++.
@ishaan600
@ishaan600 4 жыл бұрын
thank you for this really detailed explanation man
@prateekkarn9277
@prateekkarn9277 3 жыл бұрын
Can you give updated settings without it installed?
@APerson-co4no
@APerson-co4no 7 жыл бұрын
FINALLY
@TheHHG7
@TheHHG7 7 жыл бұрын
WOOOO YE HE IS BACK
@tejasoberoi8947
@tejasoberoi8947 7 жыл бұрын
Awesome video...the steps were very easy to follow and explained in a well spaced sequential manner.
@danielandrejczyk9265
@danielandrejczyk9265 7 жыл бұрын
If you guys are getting errors, it could be an older version of VS interfering. I found that uninstalling the old version(by going to control panel>uninstall programs) fixed my bugs :). Maybe it was because the old version was set up for Unity Game Engine, idk...
@grod3an
@grod3an 4 жыл бұрын
I am using VS 2019 to follow his instructions, but it creates a .exe.recipe file which isn't running... however it does run using the inbuilt debugger ... any suggestions?
@adarshab181
@adarshab181 4 жыл бұрын
bro when we run that application it shows nthg in the cmd just it's empty
@matejtydli8332
@matejtydli8332 Жыл бұрын
I have one Q: If I am using VSCode 2019 for c++ is´t managed c++ or "normal" c++?
@lardosian
@lardosian 4 жыл бұрын
Would visual studio code do the job or would it be a bit limited, thanks
@oliverludwig6148
@oliverludwig6148 5 жыл бұрын
Can i use another IDE (my favorite is atom) for this tutorial series, or should I use Visual Studio as well? I've set up Atom for C++, and "Hello World" works.
@zoriiginalx7544
@zoriiginalx7544 4 жыл бұрын
Use whatever you want.
@dhidhi1000
@dhidhi1000 2 жыл бұрын
use notepad
@anubhav8366
@anubhav8366 Жыл бұрын
bhai your videos are very inspiring!!!👍👍
@60Ji5
@60Ji5 8 ай бұрын
bhai relevant h aaj ke hisab se?
@unknownuser9267
@unknownuser9267 19 күн бұрын
@60Ji5 around 75 percent
@BaconSereph
@BaconSereph 3 жыл бұрын
Omg this was so helpful. Thank you. 😭🙏
@digiitalkinggg
@digiitalkinggg 4 жыл бұрын
thanks for the tutorial ,i can finally start coding with c++
@massivecrazysounddjomgux1932
@massivecrazysounddjomgux1932 4 жыл бұрын
i like your channel man.....really helping
@Yamauchi2
@Yamauchi2 4 ай бұрын
Very good video, I learned a lot
@jellycoding
@jellycoding 7 жыл бұрын
I like it and will continue. It goes a bit fast if one wants to type along (but it's easy to pause and go back a few seconds). But the music should go. I love music but just not when you talk. But I have a feeling that this will be great.
@chronohax7186
@chronohax7186 7 жыл бұрын
for anyone who cant find settings folder in documents directory,here is the (new I guess) directory for settings \appdata\local\microsoft\visualstudio\15.0_c3caa798\settings
@Zwaks
@Zwaks 3 жыл бұрын
I'm installing the 2019 version. It didn't have any of your information from 7:00 onwards. Please tell me there's an updated version of this.
@lorantviktorgerber4809
@lorantviktorgerber4809 7 жыл бұрын
What do you think about CLion? Can I follow your tutorials with it?
@jamesmnguyen
@jamesmnguyen 7 жыл бұрын
Lóránt Viktor Gerber Should be the same code wise. But if he uses Visual Assist, you might need to pause to catch up (VA automatically can generate function bodies or move them to the source file in one click)
@lorantviktorgerber4809
@lorantviktorgerber4809 7 жыл бұрын
James Nguyen I wasn't planning on using tools like that, it's better to learn how to write stuff myself.
@bellobods
@bellobods 3 жыл бұрын
I really need help, I wrote the exact same code as he did and i got 436 errors, for example "cannot open source file "ctype.h"" i have already used the built in repair tool but it still doesn't work, please help me edit: I fixed it by reinstalling visual studio
@CacheTaFace2
@CacheTaFace2 4 жыл бұрын
Digging the backing track, is it yours?
@DoctorMoax
@DoctorMoax 2 жыл бұрын
If I choose cpp option while installing VS, can I add the things that I hadn't choose later?
@williamhvollita5227
@williamhvollita5227 Жыл бұрын
hi! i wonder if i can use visual stuio and follow your instruction without using visual assistant i just don't want to pay such a fortune XD or is there any alternative choice?
@himanshutariyal7648
@himanshutariyal7648 5 жыл бұрын
What are the required specs of the laptop to run visual studio smoothly
@nikkota2764
@nikkota2764 5 жыл бұрын
any pc/ laptop with ram higher or equivalent to 8 GB should be fine
@JustinZaf
@JustinZaf 5 жыл бұрын
4GB is enough with i3 7th gen
@DuffkaBigNerd
@DuffkaBigNerd 4 жыл бұрын
can i use the 2015 one? i already had it installed
@moatazbasha6037
@moatazbasha6037 6 жыл бұрын
Hello i did Everything Step By Step but when i click on new project don't see Visual C++ to chose what is the problem know i install As u installed
@tailwindmastery
@tailwindmastery 4 ай бұрын
like the energy you have
@xemgoa9512
@xemgoa9512 2 жыл бұрын
I am not sure if VS 2017 Community version is available, will the latest suffice?
@alirezababaei4279
@alirezababaei4279 3 жыл бұрын
Awesome explanation. Thanks!!!
@fulsgold1749
@fulsgold1749 Жыл бұрын
Hey pal, I don't know if you read comments from these old videos, but could you please upload your updated settings. It's been 6 years now. Thanks!
@MrCoder101
@MrCoder101 6 жыл бұрын
Is visual assist similar to JetBrains Resharper? Where you get bunch of shotcuts and menus that Visual studio doesn't have?
@tymothylim6550
@tymothylim6550 4 жыл бұрын
Thank you for the video!
@enginarto7
@enginarto7 4 ай бұрын
neither include or std not working untill I import settings mentioned in video. I don't know why, can anyone explain it please?
@chiralopas
@chiralopas 7 жыл бұрын
can u explain what's the difference between normal c++ compilation and visual c++ compilation (visual studio), if any.
@TheCherno
@TheCherno 7 жыл бұрын
None; Visual Studio just uses the MSVC compiler by default (which is also sometimes referred to as Visual C++). This is just Microsoft's C++ compiler, much like clang or gcc. You can run it from the command line if you like (cl.exe or MSBuild for more power).
@sundarasubramaniannagappan4320
@sundarasubramaniannagappan4320 2 жыл бұрын
Any reason behind using Visual Studio instead of Visual Studio Code
@elandor3084
@elandor3084 4 жыл бұрын
i have a problem , i just cannot create and run more than 1 file. How do i put the other cpp files that i create?
@josephchoong118
@josephchoong118 6 жыл бұрын
i just downloaded ,the settings cant be found on documents/microsoft visual 2017,Pls help.Thanks
@VickThor29
@VickThor29 4 жыл бұрын
yeah i have the same problem
@zzedixx
@zzedixx 4 жыл бұрын
@@VickThor29 its in: c:\users\your_username\appdata\local\microsoft\visualstudio\15.0_57ca6e62\settings where "your_username" is your username
@TheGreatMind55
@TheGreatMind55 4 жыл бұрын
do you recommend the same settings for vs 2019 now?
@umutyalnzoglu1174
@umutyalnzoglu1174 4 жыл бұрын
Did you try it ?
@TheGreatMind55
@TheGreatMind55 4 жыл бұрын
@@umutyalnzoglu1174 no
@ferrelnicholas2742
@ferrelnicholas2742 4 жыл бұрын
I had error code MSB6006 while after I click build. It says: error MSB6006: "CL.exe" exited with code -1073741521.
@donovantheprogrammer2989
@donovantheprogrammer2989 4 жыл бұрын
Copy the entire output please
@vzvdm
@vzvdm 4 жыл бұрын
google that shit dude easy as that, sometimes there’s also a link to the error documentation in the error list
@MJLangdon175
@MJLangdon175 7 жыл бұрын
Thank you. You have solved days of errors because of broken links. All running as it should :D
@utkarshgupta4041
@utkarshgupta4041 3 жыл бұрын
what music is playing in the background when he shows how to import settings in visual studio?
@mustafaglnr8780
@mustafaglnr8780 5 жыл бұрын
hi for now , about VS Code and VS, to type a C/C++ code, Which one is best to select(Highly Recommended)?
@mustiweltweit8188
@mustiweltweit8188 5 жыл бұрын
I have a Problem that the pop up window which appears after u run the code does not appear anymore , how can i fix that ?!
@asymetrix7022
@asymetrix7022 6 жыл бұрын
Hi your settings file does not import, and I dont know what settings you used to replicate it. :(
@LinnaDu
@LinnaDu 7 жыл бұрын
Good job! very concise.
@steakiefrags1866
@steakiefrags1866 7 жыл бұрын
are any of these "optional" things at 2:59 needed?
@chronohax7186
@chronohax7186 6 жыл бұрын
As if you are beginner,mostly no until you get into more advanced stuff or other field of work
@flem1431
@flem1431 Жыл бұрын
I some of you are unable to run any c++ files whatsoever, due to an error concerning "system.Runtime.dll" try placing your project somewhere else than the default location. That fixed it for me.
@niko1773
@niko1773 5 жыл бұрын
Continue without code? or what other option should I pick
@Uri.Sab.
@Uri.Sab. 3 жыл бұрын
Does the configuration still work in vsc 2019?
@sahilaujla8182
@sahilaujla8182 4 жыл бұрын
please somebody help me : everytime I build my project it gives error: cannot open include file:'crtdbg.h':No such file or directory please help me fix it ASAP
@donovantheprogrammer2989
@donovantheprogrammer2989 4 жыл бұрын
Are you doing #include "crtdbg.h" ? If so, please make sure that file is located where your .cpp file is located
@sahilaujla8182
@sahilaujla8182 4 жыл бұрын
@@donovantheprogrammer2989 No I was doing #include ... and crtdbg.h is a header file located in windows SDK 10.0.... and I was using windows sdk 8.1....that was why it was giving error.... but now I have fixed it... but still thankyou for the reply😊😊
@_maxt
@_maxt 4 жыл бұрын
What do you think of CLion from Jetbrains?
@adibrahman712
@adibrahman712 6 жыл бұрын
how can i download vs settings?
@wantedki11a135
@wantedki11a135 7 ай бұрын
god watching this in 2024 is gonna be a pain i can feel it. without paying i have to use VS 2022 ugh
@Smoothff4004
@Smoothff4004 3 ай бұрын
Visual studio code ..
@PharmacyBrain
@PharmacyBrain 3 ай бұрын
Why don't you like Visual Studio?
@ncky2431
@ncky2431 5 жыл бұрын
How do i create a desktop shortcut? I only have one for the installer which I dont need. And in the thousands of folders in the explorer I cant find the executable to create a desktop shortcut. Does anyone know how to create one?
@RagTagPwner
@RagTagPwner 2 жыл бұрын
Ah, solution explorer on the left. A fellow man of culture.
How to Setup C++ on Mac
3:29
The Cherno
Рет қаралды 438 М.
How C++ Works
20:21
The Cherno
Рет қаралды 1,1 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,4 МЛН
How the C++ Linker Works
15:52
The Cherno
Рет қаралды 646 М.
Variables in C++
13:46
The Cherno
Рет қаралды 477 М.
Stack vs Heap Memory in C++
19:31
The Cherno
Рет қаралды 584 М.
How to Setup C++ on Linux
8:12
The Cherno
Рет қаралды 375 М.
How the C++ Compiler Works
17:55
The Cherno
Рет қаралды 830 М.
I built 10 web apps... with 10 different languages
14:23
Fireship
Рет қаралды 1,7 МЛН
C++ Tutorial for Beginners - Learn C++ in 1 Hour
1:22:56
Programming with Mosh
Рет қаралды 4,4 МЛН
C++ Header Files
15:10
The Cherno
Рет қаралды 741 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН