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!
@DarkPlaysThings3 жыл бұрын
@pais de ratas I personally still just use g++ and any random text editor. Kinda just cuts straight to the point.
@smrtfasizmu61613 жыл бұрын
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 Жыл бұрын
Eu vreau să învăț c++ de mult timp dar pare complicat 😅 Ai găsit un tutorial sau o metodă mai ușoară?
@botobeni3 жыл бұрын
This might be the best c++ series on the internet. I looked for this in a lot of places. Godspeed!
@qwe-de7xd5 жыл бұрын
i haven't wrote a single letter of code and i already want to cry.
@readerxmc69745 жыл бұрын
is it your dream to be a programmer?
@qwe-de7xd5 жыл бұрын
@@readerxmc6974 no, i'm just bad at everything.
@readerxmc69745 жыл бұрын
@@qwe-de7xd nah everyone is good at something
@realerdealers19245 жыл бұрын
ReaderXmc This is too wholesome to belong on the internet
@ouxu5975 жыл бұрын
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
@PlabsUnderscore5 жыл бұрын
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 Жыл бұрын
ThankU soo much!
@dhanvanthnarayanan7604 Жыл бұрын
thanks boss
@dharmanshah123910 ай бұрын
thank you it helped!!
@SalariaStudios2 жыл бұрын
My teacher is using ur videos as a way to teach us c++ Good job you are practically a professor
@Krehnadian4 жыл бұрын
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
@fireball24874 жыл бұрын
Thanks man
@iwouldliketobelievethattha75614 жыл бұрын
ty
@knightartorias58724 жыл бұрын
thank u
@Rahhhw94 жыл бұрын
where do i type this
@iwouldliketobelievethattha75614 жыл бұрын
@@Rahhhw9 I used the run window and pasted the path into it and it brung me to the folder
@MetalGamer003 жыл бұрын
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 Жыл бұрын
Dawg THANK YOU SO MUCH I WAS LOSING IT
@pumaman90006 жыл бұрын
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.
@StarContract7 жыл бұрын
Keep em coming bro, been here since the Java Swing Chat tutorial days 👌
@meh16727 жыл бұрын
I like the new editing :D
@Tondadrd5 жыл бұрын
I had to look at the other reactions: Windows: "Great, Gamers usually use Windows." Mac: "Uf..." Linux: "Ok..."
@Cryptic00134 жыл бұрын
Mac: "You have chosen... poorly."
@PsyberSenpai3 жыл бұрын
@@Cryptic0013 implicating, that after buying a mac, the user is now poor
@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
@t2cm2a75 ай бұрын
@@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
@tahirsengine5 жыл бұрын
Whenever I see your video, I pray to God that may you remain at peace and happy always. God bless buddy.
@cagdasakaln66184 жыл бұрын
Clear and detailed explanation for installing Visual Studio and writing a simple code in C++. Thanks for your help.
@cipherxen26 жыл бұрын
The video should titled "How to setup Visual Studio for C++ on Windows"
@industrialdonut76814 жыл бұрын
exactly what I was looking for! xD
@epsilon27254 жыл бұрын
Nah it's fine how it is but yeah I get ur point :hmm:
been using python for months, this is the best c++ starter tut out there, well done!
@sammywest25835 жыл бұрын
I love python! but i want a compiled based language, and python is hard to get compiled lol
@dzareg2 жыл бұрын
@@sammywest2583 what about pyinstaller? that easily compiles python programs
@bopon40903 жыл бұрын
this is one of the best tutorials on youtube. thanks
@NOOBDP7 жыл бұрын
Everything worked for me, nice tutorial, looking forward to the next episodes!
@KorpModz3 жыл бұрын
4 years ago :(
@ILovePie532 жыл бұрын
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 Жыл бұрын
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).
@honprarules6 жыл бұрын
Subscribed within 20 seconds of first seeing your video. That is what I call first impression!
@themodernshoe24667 жыл бұрын
So excited for this series!
@Snowy_Spud10 ай бұрын
Thank you so much! This helped save me from a massive headache of figuring this out myself!
@deepikagoyal072 жыл бұрын
I am hooked to the great content you created. Thanks and Gratitude. Would share with my friends.
@Dante-bz1ql Жыл бұрын
I am looking for the folder, but in my Visual studio there is not the Code Snippets
@natdin2580 Жыл бұрын
you just gained another subs for real, this video was very helpful.
@beytullahberk36322 жыл бұрын
I can't find the settings folder anywhere? I'm using VS 2022
@qweasdicanaАй бұрын
do you found folder? please help
@toyganyilmaz4 жыл бұрын
Thank you for sharing your knowledge, appreciated
@charlessteel90904 жыл бұрын
It Begins
@0xC47P1C32 жыл бұрын
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!
@bytziner98637 жыл бұрын
I cant import the settings because for some reason there is no settings folder in documents, help would be appreciated
@orkhanahmadov99637 жыл бұрын
same for me:/
@RelytNosRedna7 жыл бұрын
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.
@chronohax71867 жыл бұрын
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
@robzworkz33586 жыл бұрын
Chrono Hax Life saver
@shroom20186 жыл бұрын
Rename ChernoVS.vssettings to CurrentSettings.vssettings
@spiritwolf4487 жыл бұрын
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.
@ma77bc7 жыл бұрын
Doesn't matter what version of VS you have. 2017 is just an upgrade.
@fooska18347 жыл бұрын
probably because you play minecraft
@burakki63247 жыл бұрын
+DR. D3fault you people annoy me.
@Yorgarazgreece7 жыл бұрын
It didn't work because of.... what error exactly?
@MsJavaWolf6 жыл бұрын
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.
@kiduzi95077 жыл бұрын
Thank you so much. All other IDE's have been crap so far. Thnx i needed this!!!
@bentongrayson5 жыл бұрын
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?
@prceuz7 ай бұрын
i have the same problem
@antivita8844 жыл бұрын
Actually Visual Studio Code fits good for every programming language
@antivita8844 жыл бұрын
@@ArthurlysArm you actually can do java pretty well on vs code, but I agree that it's more comfortable in specialized IDEs
@vanshaj20183 жыл бұрын
Is it important that I make the new project file in the C folder?
@lukenukem80287 жыл бұрын
You're awesome. How big is your computer screen?
@Hexeption7 жыл бұрын
Looks 4K to me
@小龙的梦6 жыл бұрын
Very big
@letecatina7 жыл бұрын
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 Жыл бұрын
I think its different now i cant find settings because am using 2022 vs
@labhanshpatel12003 жыл бұрын
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
@labhanshpatel12003 жыл бұрын
@ 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.
@joshuajoverjusto67313 жыл бұрын
i can't copy your settings on the current microsoft visual studios
@frosty76743 жыл бұрын
Why didn't you use return 0; after ending int main()? It's like something throwing errors for me :(
@frosty76743 жыл бұрын
@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-nn3ds4 жыл бұрын
If my computer has an older version do I need to delete it to install 2017 version?
@VishMeVish4 ай бұрын
Can I use it without visual assist? because I cannot afford it
@programmerkid90264 жыл бұрын
I will make it till the end of the course I promise. I'll be back here once I finish!
@KaiDuquet7 жыл бұрын
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++...
@kylemccarthy54587 жыл бұрын
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
@KaiDuquet7 жыл бұрын
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.
@Yorgarazgreece7 жыл бұрын
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++.
@ishaan6004 жыл бұрын
thank you for this really detailed explanation man
@prateekkarn92773 жыл бұрын
Can you give updated settings without it installed?
@APerson-co4no7 жыл бұрын
FINALLY
@TheHHG77 жыл бұрын
WOOOO YE HE IS BACK
@tejasoberoi89477 жыл бұрын
Awesome video...the steps were very easy to follow and explained in a well spaced sequential manner.
@danielandrejczyk92657 жыл бұрын
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...
@grod3an4 жыл бұрын
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?
@adarshab1814 жыл бұрын
bro when we run that application it shows nthg in the cmd just it's empty
@matejtydli8332 Жыл бұрын
I have one Q: If I am using VSCode 2019 for c++ is´t managed c++ or "normal" c++?
@lardosian4 жыл бұрын
Would visual studio code do the job or would it be a bit limited, thanks
@oliverludwig61485 жыл бұрын
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.
@zoriiginalx75444 жыл бұрын
Use whatever you want.
@dhidhi10002 жыл бұрын
use notepad
@anubhav8366 Жыл бұрын
bhai your videos are very inspiring!!!👍👍
@60Ji58 ай бұрын
bhai relevant h aaj ke hisab se?
@unknownuser926719 күн бұрын
@60Ji5 around 75 percent
@BaconSereph3 жыл бұрын
Omg this was so helpful. Thank you. 😭🙏
@digiitalkinggg4 жыл бұрын
thanks for the tutorial ,i can finally start coding with c++
@massivecrazysounddjomgux19324 жыл бұрын
i like your channel man.....really helping
@Yamauchi24 ай бұрын
Very good video, I learned a lot
@jellycoding7 жыл бұрын
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.
@chronohax71867 жыл бұрын
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
@Zwaks3 жыл бұрын
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.
@lorantviktorgerber48097 жыл бұрын
What do you think about CLion? Can I follow your tutorials with it?
@jamesmnguyen7 жыл бұрын
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)
@lorantviktorgerber48097 жыл бұрын
James Nguyen I wasn't planning on using tools like that, it's better to learn how to write stuff myself.
@bellobods3 жыл бұрын
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
@CacheTaFace24 жыл бұрын
Digging the backing track, is it yours?
@DoctorMoax2 жыл бұрын
If I choose cpp option while installing VS, can I add the things that I hadn't choose later?
@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?
@himanshutariyal76485 жыл бұрын
What are the required specs of the laptop to run visual studio smoothly
@nikkota27645 жыл бұрын
any pc/ laptop with ram higher or equivalent to 8 GB should be fine
@JustinZaf5 жыл бұрын
4GB is enough with i3 7th gen
@DuffkaBigNerd4 жыл бұрын
can i use the 2015 one? i already had it installed
@moatazbasha60376 жыл бұрын
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
@tailwindmastery4 ай бұрын
like the energy you have
@xemgoa95122 жыл бұрын
I am not sure if VS 2017 Community version is available, will the latest suffice?
@alirezababaei42793 жыл бұрын
Awesome explanation. Thanks!!!
@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!
@MrCoder1016 жыл бұрын
Is visual assist similar to JetBrains Resharper? Where you get bunch of shotcuts and menus that Visual studio doesn't have?
@tymothylim65504 жыл бұрын
Thank you for the video!
@enginarto74 ай бұрын
neither include or std not working untill I import settings mentioned in video. I don't know why, can anyone explain it please?
@chiralopas7 жыл бұрын
can u explain what's the difference between normal c++ compilation and visual c++ compilation (visual studio), if any.
@TheCherno7 жыл бұрын
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).
@sundarasubramaniannagappan43202 жыл бұрын
Any reason behind using Visual Studio instead of Visual Studio Code
@elandor30844 жыл бұрын
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?
@josephchoong1186 жыл бұрын
i just downloaded ,the settings cant be found on documents/microsoft visual 2017,Pls help.Thanks
@VickThor294 жыл бұрын
yeah i have the same problem
@zzedixx4 жыл бұрын
@@VickThor29 its in: c:\users\your_username\appdata\local\microsoft\visualstudio\15.0_57ca6e62\settings where "your_username" is your username
@TheGreatMind554 жыл бұрын
do you recommend the same settings for vs 2019 now?
@umutyalnzoglu11744 жыл бұрын
Did you try it ?
@TheGreatMind554 жыл бұрын
@@umutyalnzoglu1174 no
@ferrelnicholas27424 жыл бұрын
I had error code MSB6006 while after I click build. It says: error MSB6006: "CL.exe" exited with code -1073741521.
@donovantheprogrammer29894 жыл бұрын
Copy the entire output please
@vzvdm4 жыл бұрын
google that shit dude easy as that, sometimes there’s also a link to the error documentation in the error list
@MJLangdon1757 жыл бұрын
Thank you. You have solved days of errors because of broken links. All running as it should :D
@utkarshgupta40413 жыл бұрын
what music is playing in the background when he shows how to import settings in visual studio?
@mustafaglnr87805 жыл бұрын
hi for now , about VS Code and VS, to type a C/C++ code, Which one is best to select(Highly Recommended)?
@mustiweltweit81885 жыл бұрын
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 ?!
@asymetrix70226 жыл бұрын
Hi your settings file does not import, and I dont know what settings you used to replicate it. :(
@LinnaDu7 жыл бұрын
Good job! very concise.
@steakiefrags18667 жыл бұрын
are any of these "optional" things at 2:59 needed?
@chronohax71866 жыл бұрын
As if you are beginner,mostly no until you get into more advanced stuff or other field of work
@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.
@niko17735 жыл бұрын
Continue without code? or what other option should I pick
@Uri.Sab.3 жыл бұрын
Does the configuration still work in vsc 2019?
@sahilaujla81824 жыл бұрын
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
@donovantheprogrammer29894 жыл бұрын
Are you doing #include "crtdbg.h" ? If so, please make sure that file is located where your .cpp file is located
@sahilaujla81824 жыл бұрын
@@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😊😊
@_maxt4 жыл бұрын
What do you think of CLion from Jetbrains?
@adibrahman7126 жыл бұрын
how can i download vs settings?
@wantedki11a1357 ай бұрын
god watching this in 2024 is gonna be a pain i can feel it. without paying i have to use VS 2022 ugh
@Smoothff40043 ай бұрын
Visual studio code ..
@PharmacyBrain3 ай бұрын
Why don't you like Visual Studio?
@ncky24315 жыл бұрын
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?
@RagTagPwner2 жыл бұрын
Ah, solution explorer on the left. A fellow man of culture.