📚 Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook 🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/ Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time! 💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time.
I have a question. When going for a position of coding, do you think they will be ok with me partnering with AI to code more faster and effective? I'm looking to do more than just code applications on pc. But I want to do it all even code some games or edit games or even a good version of hacking whether white hat or helping finding someone. You far more knowledgeable about this than I am and I am also just learning c++.
Hi, quick question: I'm on a mac and now starting out learn to code with your "C++ Full Course for Beginners," but the mac version of Visual Studio 2022 doesn't have c++, can I use this Visual Studio Code for the course?
i installed the mingw-w64 compiler via msys2 (ref: abridget link to yt vid by "BoostMyTool" : watch?v=OwQobefF-iE ) and the commands for verifying still worked (ofc, but just for the records)
Muchos saludos a Costa Rica! 🇨🇷💙🤍❤️ I was planning to visit your continent last year, but corona said no no! 😕 Hopefully the situation will get better soon! 🤗
Hi! I'm 63 years old and I'm learning C++ using your videos. Thanks!! In the video about recursion I didn't understood where the addition result was stored. To me, looks like that the variable m is holding two values, the total and the index. Is that possible? thanks for the amazing contents of your videos!
a restart was required for me to get the C++ compiler install working correctly. If anyone's command prompt doesn't give you a message indicating a good install, try a restart!
I was searching online to learn C++ and found your channel....I'm learning everything from your channel since last 10 days.....thank you very much.....your teaching method is very easy to understand and also you have a calm voice which makes it pleasant to hear.
Thank you Mam finally I follow your tutorial steps. That's great for me. Now I enjoy coding. I'm a young junior developer from Pakistan. I search many videos but I'm not understand. The way that you are teaching are simple and look so attractive. Thank you.
CodeBeauty!, yes you are really "Beautiful". Spending nearly 3 days to sort out the C/C++ environment on VS Code from the wrong instructor's instruction and it didn't work. Now, you just gave me a "BIG SMILE". Thanks a lot and "Happy New year!"
Have been struggling for 3 days as to how to properly run a code on VS Code, installation being done in a proper manner, I wasn't able to figure out as to why the code won't run (I'm a noob completely) so yes, this really helped. Thank you so much 🥺
The first person to take the same simple first steps I was going through.. I wouldn't proceed until it was exactly this order lol so thankyou finally! sub
I haven't yet tried installing it, but if it works I'm gonna be extremely, incredibly, profoundly very very very HAPPY!!!😭😭😭😭😭 Those are tears of Happiness!! The very thought of installing vs code earlier use to scare me because of the insanely difficult procedure and always drove me mad!! But this video is soooooo simple!!! Thanks a lot!!!!!
Hi Do you use C++ in your work as well? If yes in what kind of projects? Could you show some example of your project that you have worked on with C++? Thanks👍
this is the best - and i mean what im saying - best tutorial i've ever seen for installing c++. i watched plenty of videos and it never worked ( i always received errors ) and you could finally help me. i thank you so much keep up the good work. this is just amazing
Visual Studio is an ultimate development environment, the most widely used one for .NET projects, and it’s very heavy because of that, but you can use it to develop cross-platform applications, and it provides a full-stack development toolset. VS Code is just a text editor that can be extended to a certain point depending on your needs, but it is lightweight because of that. I personally use Visual Studio for C++ and C#, most of the time, and when I have to work on JS projects I use VS Code. I say most of the time because I have a good PC that can run Visual Studio without any problems, but, if I want to work on my laptop, it is much weaker, so VS Code runs faster.
Btw, you don't need to install a compiler for VS Code. VS Code has it built in. If you go to start, then type Developer Command Prompt, an option for "Developer Command Prompt for VS 2019 will show, providing you have Visual Studio Code 2019 installed. Then when the CMD like prompt comes up, type "code" and it will open VS Code with a compiler ready to use and all you have to do then is open a new terminal in VS Code and when you want to compile, type "CL Compile" and your C++ code should compile.
VS Code is getting better and better by the day, and it has so many useful extensions. I use it for every language now, although I wish it had a static-code-analysis tool for C++. "Pear" is pronounced differently from "peer," but your English is still fantastic.
Code block might be a lot easier but vs code is awesome with your guidance!! From Myanmar where mobile internet is blocked by the order of junta , plz help Myanmar people
I am a beginner in C++ and Your videos help me very much. Your work is big, thank You very much for it. But I want to know how else can I practice in C++ ?
Tabnine should serve you well for that purpose, and it also uses machine learning to learn about your code, so it becomes more useful the longer you use it. It's nice that it is free, you can try it out and let me know what you think 🤗🤗
As always wonderfully explained! 👍 and Saldina, really like your humor... laughed my ass off on your calculation for 120 years and the VS license... 😂 //EDIT: Will stick to VS Studio ;)
Hi Saldina!! I was one of the people who asked you for this information and thank you so much for delivering!! Two quick questions: 1) can you use Tabnine in Visual Studio? I also have a student license. If not, is there an equivalent?, and 2) your videos also show that your code is auto-formatted with the appropriate spacing, indents, etc. after you type. What extension do you use for that? THANK YOU!!!!
I haven't been working a lot with code runner, but I know that it exists. I'm not sure if you can use it with a terminal, or it just uses the output window in order to write out the output of your app? 🤔🤔🤗
@@CodeBeauty - In VS code intall the extension Code Runner ⇒ identifier : formulahendry.code-runner -Create a cpp file. - Can simply run the code by clicking play button on top of the active file or press `CTRL + ALT + N` to run and `CTRL + ALT + M` to stop running the code. - VS code blocks Terminal Inputs by default, to enable it, go to vscode settings and search "run in terminal" and check the option to enable terminal inputs
I usually use a text editor and the command prompt for compiling and running my code. However I am considering using Visual Studio Code for a project to see how it goes. The thing that really holds me back is that I am almost always using a third party library such as SDL or Allegro. I know how to compile these from the command line but I don’t really know how it works from the standpoint of an IDE with the gui and menus. I will probably learn a lot more by watching more videos and experimenting but I am really stuck in my ways of doing things.
Also guys there is extension called code runner install it and go to vs code settings then search code runner and scroll down till you find run in Integrated terminal check it Then on your code window you will get run button on top right corner click it it will compile and run in Integrated terminal
I haven't been working a lot with code runner, but I know that it exists. I'm not sure if you can use it with a terminal, or it just uses the output window in order to write out the output of your app? Can you use cin command for example? 🤔🤔🤗
@@CodeBeauty yes it works similar to terminal it just starts terminal like window at bottom of vs code and yes we can use cin and other commands exactly like we use with other methods Also it pretty convinient since it compiles makes exe and run in the at bottom of vscode itself with single click
Hello, I can't download the mingw64, idk why but it show this message "The file has been downloaded incorectly". Can someone tell me what to do to fix this?
I have source code for a simple program written in C using a text editor on a mac. Using the “build” command on the Mac I was able to create a file that is able to be executed on a Mac. Can I take that same source code and enter it in MS Visual studio on a PC and save it as a C program and then make an exe file that will run on a PC? I love your videos. My husband who is an engineer, and I watch them together.
Hi Saldina ! Сan you make a video in which you will tell about the plan of learning programming, having mastered which we can find the first job? Hello World is certainly an important topic ///but.......)
Hello World is a first step and a good way to make someone feel excited about programming. I remember how I felt when I made my first Hello World program. I can't compare that feeling whit the one I get now after I implement the hardest feature. Then it was like - OMG, I'm a hacker! Now the hunted becomes the hunter!! 😎😎😁😁 And now it's more like - whatever, it'll probably have a million bugs anyway, duh 🤷♀️😒 A good suggestion for a video 🤗🤗
Normally the computer doesn't need to be restarted. At most the explorer.exe needs to be restarted, or the command line or whatever else has been started before you have changed the path.
Nice video lurve the energy, but about 12 min in, no need to open another window to the dos command prompt. You can just install code-runner extension, then go to settings, do a find select code runner yes run in terminal. Hit play top right, then you will be fine.
I forgot to download mingw and I could not output anything, glad I rewatched the video and found its importance. As well as the directory line for the environment path variable
📚 Learn how to solve problems and build projects with these Free E-Books ⬇️
C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book
Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.
Budeš li ti na kavi :D...just kidding, great content :)
I have a question. When going for a position of coding, do you think they will be ok with me partnering with AI to code more faster and effective? I'm looking to do more than just code applications on pc. But I want to do it all even code some games or edit games or even a good version of hacking whether white hat or helping finding someone. You far more knowledgeable about this than I am and I am also just learning c++.
Hi, quick question: I'm on a mac and now starting out learn to code with your "C++ Full Course for Beginners," but the mac version of Visual Studio 2022 doesn't have c++, can I use this Visual Studio Code for the course?
Today I setup vs code in my laptop but the code is running idk why?
I followed whole step that u showed in video
Plzz help me out this .
4:29 compiler download
5:51 setting environment variable path
6:06 appending with `\mingw64\bin`
6:47 commands for verifying
11:48 compiler: mingw-w64 \ posix \ g++ (g++ : c++, gcc: c)
11:54 the command (see in the terminal):
g++.exe "file.cpp" -o "file.exe"
i installed the mingw-w64 compiler via msys2 (ref: abridget link to yt vid by "BoostMyTool" : watch?v=OwQobefF-iE )
and the commands for verifying still worked (ofc, but just for the records)
This is one of my top favorites coding channels, I really appreciate you sharing your knowledge. Saludos desde Costa Rica.
Muchos saludos a Costa Rica! 🇨🇷💙🤍❤️
I was planning to visit your continent last year, but corona said no no! 😕
Hopefully the situation will get better soon! 🤗
@@CodeBeauty I'm from Brazil and, in this desert here, your infos are like very high rare bounty... ty a lot Saldina, God Bless us and ours food!
Hi! I'm 63 years old and I'm learning C++ using your videos. Thanks!! In the video about recursion I didn't understood where the addition result was stored. To me, looks like that the variable m is holding two values, the total and the index. Is that possible? thanks for the amazing contents of your videos!
In recursion, all the corresponding values are stored in a temporary stack what needs to be called.
Love it and keep on learning! I am 59 and learning as well...maybe, just maybe I can hold off dementia for a little longer😅!?
you are amazing to me as a 63 years old programmer.
@@willyirvin4640 Learning new things seems to help with dementia.
Time is almost up😂
The way Saldina explained it step by step is just WOW
🙏💙
a restart was required for me to get the C++ compiler install working correctly. If anyone's command prompt doesn't give you a message indicating a good install, try a restart!
Samo da pohvalim tutorial jer sam ih na ovu temu baš dosta odgledao i ovaj je definitivno najjasniji i najjednostavniji. Svaka čast!👍
Hvala ti puno i drago mi je da su ti moji videi korisni. Veliki pozdrav za tebe. 🥰❤️
I was searching online to learn C++ and found your channel....I'm learning everything from your channel since last 10 days.....thank you very much.....your teaching method is very easy to understand and also you have a calm voice which makes it pleasant to hear.
I keep getting an error during installation of the ming compiler, "The file has been downloaded incorrectly".
Same
Same
What should do 😢
same here, what did you do?
Thank you Mam finally I follow your tutorial steps. That's great for me. Now I enjoy coding.
I'm a young junior developer from Pakistan. I search many videos but I'm not understand. The way that you are teaching are simple and look so attractive. Thank you.
Thank god you exist. I was tired of broken English and nothing working. much luv
🤗🥰
Thank you so much for making this video! I tried two tutorials before this but couldn’t get it to work. I tried this and it worked like a charm!
I'm so happy to know that these videos still help people, I published them years ago, and they are still providing value. That's amazing 🥰
CodeBeauty!, yes you are really "Beautiful". Spending nearly 3 days to sort out the C/C++ environment on VS Code from the wrong instructor's instruction and it didn't work. Now, you just gave me a "BIG SMILE". Thanks a lot and "Happy New year!"
Have been struggling for 3 days as to how to properly run a code on VS Code, installation being done in a proper manner, I wasn't able to figure out as to why the code won't run (I'm a noob completely) so yes, this really helped. Thank you so much 🥺
The first person to take the same simple first steps I was going through.. I wouldn't proceed until it was exactly this order lol so thankyou finally! sub
I haven't yet tried installing it, but if it works I'm gonna be extremely, incredibly, profoundly very very very HAPPY!!!😭😭😭😭😭 Those are tears of Happiness!! The very thought of installing vs code earlier use to scare me because of the insanely difficult procedure and always drove me mad!! But this video is soooooo simple!!! Thanks a lot!!!!!
You are an angel and deserve the best. This is what teaching should be.
you are incredible. Thank you for uploading all these videos. They are so informative!!!
Thank you so much! I'm so happy that I can help! 🤗🤗🧡
Hi Saldina, can you please make a tutorial about debugging in VS code? Please debugging for Python and C++ as well. Thanks for your kind efforts.
Hi
Do you use C++ in your work as well?
If yes in what kind of projects?
Could you show some example of your project that you have worked on with C++?
Thanks👍
when i try to install ming it always tell me that this file has been downloaded incorrectly what should i do
Thank you!!!! You gave me another hope to continue learning C++
i am a freshman software engeneering
and you helped me a lot thanks
this is the best - and i mean what im saying - best tutorial i've ever seen for installing c++.
i watched plenty of videos and it never worked ( i always received errors ) and you could finally help me. i thank you so much keep up the good work. this is just amazing
Is VSC better than VS for C++? What is your opinion?
Visual Studio is an ultimate development environment, the most widely used one for .NET projects, and it’s very heavy because of that, but you can use it to develop cross-platform applications, and it provides a full-stack development toolset.
VS Code is just a text editor that can be extended to a certain point depending on your needs, but it is lightweight because of that.
I personally use Visual Studio for C++ and C#, most of the time, and when I have to work on JS projects I use VS Code.
I say most of the time because I have a good PC that can run Visual Studio without any problems, but, if I want to work on my laptop, it is much weaker, so VS Code runs faster.
@@CodeBeauty Thanks for quick reply!
Thanks for you support. I made everything what you said in this video and it works for me.
Thanks Sakina, getting this error on compiler installation
"the file has been downloaded incorrectly"
I managed to install the qt using another method and I succeeded. Basically download the zip file, unzip and add the path to env variables
Finally a simple to the point C++ compiler tutorial
Btw, you don't need to install a compiler for VS Code. VS Code has it built in. If you go to start, then type Developer Command Prompt, an option for "Developer Command Prompt for VS 2019 will show, providing you have Visual Studio Code 2019 installed. Then when the CMD like prompt comes up, type "code" and it will open VS Code with a compiler ready to use and all you have to do then is open a new terminal in VS Code and when you want to compile, type "CL Compile" and your C++ code should compile.
where to type developer command prompt?
@@endri-uj5sd It's under the build menu somewhere I think.
had trouble with this but this worked
thanks
Live for 200 years. Thank you for the tutorials :)
Thank you so much ma'am, I was facing issue in compiling the code, your video helped me out😌
I'm so happy that I can help 🤞🤗🤗🧡
The most amazing video on this topic I have been searching for 2days. Keep posting such amazing video 🙏💕
Thank you so much. Battled with this for hours
She's not just a CodeBeauty. She's got a great sense of humor as well.
your way of teaching is really clear thank you for your service
VS Code is getting better and better by the day, and it has so many useful extensions. I use it for every language now, although I wish it had a static-code-analysis tool for C++.
"Pear" is pronounced differently from "peer," but your English is still fantastic.
Thank you ! Worked perfectly for me.
Could you share best practices and tools for building C++ applications and libraries? Is there anything better than CMake?
,,The file has been downloaded incorrectly'' İ've got this meassage at the end of session
Thank you !!!!!!! thanks for all your tutorials;
Thanks a lot mam. I badly needed this video. I'm your regular viewer from Bangladesh
Glad to hear that, my pleasure 🤗🤗
Hi I am 18 I was trying to learn c++and pythons your help me very much, thank you very much
you have given best way to run c++ !!
the compiler tells me "the file has been downloaded incorrectly" how to fix it and thanks
Code block might be a lot easier but vs code is awesome with your guidance!!
From Myanmar where mobile internet is blocked by the order of junta , plz help Myanmar people
Loved it!!! Thank you a lot for this didactic video! ❤
Great video - I would really appreciate a future video that could explain some of the debugging features in VS Code.
Nicely explained in easy way. Great teacher. Thumbs up madam.
Thank you very much for sharing!
My pleasure! 🤗🤗
hello seldina
bigg fan from India!
Saldina ☺️
So many people from India
Much love! 🇮🇳 🧡💚
I'd like Visual Studio supports Mac for C++, that's the reason why I came here to this video. Many thanks!
You're awesome keep up the good work, you're a great teacher!!!!
thankyou somuchhh for this it really helped me 😃
happy to hear that this video still helps since I made it a long time ago 😃
thank you! best setup tutorial yet, I look forward to going through your c++ courses
🤗🥰🥰
Thank you very much. Awesome tutorials.
REALLY THANK YOU FALL IN LOVE WITH CODE BEAUTY
I am a beginner in C++ and Your videos help me very much. Your work is big, thank You very much for it. But I want to know how else can I practice in C++ ?
Very useful , earlier I used code blocks which doesn't provide inteli sens, thanks 🙏🙏🙏
Tabnine should serve you well for that purpose, and it also uses machine learning to learn about your code, so it becomes more useful the longer you use it.
It's nice that it is free, you can try it out and let me know what you think 🤗🤗
Great video. Many thanks Saldina.
Nice. im definitely getting tabnine. ty
Explanation starts at 3:20
As always wonderfully explained! 👍 and Saldina, really like your humor... laughed my ass off on your calculation for 120 years and the VS license... 😂
//EDIT:
Will stick to VS Studio ;)
Ahahhahaah, do you also have a free license 🤔😁😅😅
Nice description and detailed steps. Thanks!
Thank you, I tried this on my linux system and it works well :)
Glad it helped! 🤗🤗
Thank u soooo much 🥺❤️❤️❤️
U really saved me 🙏🙏🙏
U r a lifesaver 🥺💯❤️
🤗🧡
Hi Saldina!! I was one of the people who asked you for this information and thank you so much for delivering!! Two quick questions: 1) can you use Tabnine in Visual Studio? I also have a student license. If not, is there an equivalent?, and 2) your videos also show that your code is auto-formatted with the appropriate spacing, indents, etc. after you type. What extension do you use for that? THANK YOU!!!!
Hi, I'm wondering what might be the reason you want to use visual C ++ instead of C sharp
Best regards
Farzad Saremi
Sweden
Thanku... Was crying from past 3 days...really thanx a lot
We can use code runner extension to automate it more. its super handy.
I haven't been working a lot with code runner, but I know that it exists. I'm not sure if you can use it with a terminal, or it just uses the output window in order to write out the output of your app? 🤔🤔🤗
@@CodeBeauty - In VS code intall the extension Code Runner ⇒ identifier : formulahendry.code-runner
-Create a cpp file.
- Can simply run the code by clicking play button on top of the active file or press `CTRL + ALT + N` to run and `CTRL + ALT + M` to stop running the code.
- VS code blocks Terminal Inputs by default, to enable it, go to vscode settings and search "run in terminal" and check the option to enable terminal inputs
@@CodeBeauty you can use the intergrated terminal. Output is also displayed there itself
@@CodeBeauty Yes it does! Saw it in another video! I am interested to see how the AI part will work though
That was a surprisingly good explanation. Thanks for that!
omg a video that actually helped THANK YOU!!!
Saldina as always with great teachings!!.❤😍
I'm university student, Your protonation is easy to understand. Actually you thought the OOP concept in C++ very simply at the previous video
Lovely, precise explaination, thank u very much!
Thanks Saldina for your time and your explication
I usually use a text editor and the command prompt for compiling and running my code. However I am considering using Visual Studio Code for a project to see how it goes. The thing that really holds me back is that I am almost always using a third party library such as SDL or Allegro. I know how to compile these from the command line but I don’t really know how it works from the standpoint of an IDE with the gui and menus. I will probably learn a lot more by watching more videos and experimenting but I am really stuck in my ways of doing things.
Thank you for your good explanation mam...🙂
Mam minGW is not installing in my pc mam..it's like(The file has been downloaded incorrectly)...🤔🤔🤔
Hello, beautiful! thanks for helping, I am learning a lots with your teachings, can I re-install VS code if I want to start again?
there is nothing can be said...thnx for your wonderfull presentation...
'g++' is not recognized as an internal or external command, ??
Also guys there is extension called code runner install it and go to vs code settings then search code runner and scroll down till you find run in Integrated terminal check it
Then on your code window you will get run button on top right corner click it it will compile and run in Integrated terminal
I haven't been working a lot with code runner, but I know that it exists. I'm not sure if you can use it with a terminal, or it just uses the output window in order to write out the output of your app?
Can you use cin command for example? 🤔🤔🤗
@@CodeBeauty yes it works similar to terminal it just starts terminal like window at bottom of vs code and yes we can use cin and other commands exactly like we use with other methods
Also it pretty convinient since it compiles makes exe and run in the at bottom of vscode itself with single click
Vegetarians thinking not eating meat is healthy living when the eat lots of sugar and carbs
Thanks so much! Watching your videos is so interesting😊😍
🤗🥰
Hello, I can't download the mingw64, idk why but it show this message "The file has been downloaded incorectly". Can someone tell me what to do to fix this?
Thanks for the video. That was very helpful. Keep up the good work.
I can learn a lot of things such as edit environment path setting etc..😊
Can you explain how to be a program to solve a series equation please;
I truly appreciate your teachings. Really good
I have source code for a simple program written in C using a text editor on a mac. Using the “build” command on the Mac I was able to create a file that is able to be executed on a Mac. Can I take that same source code and enter it in MS Visual studio on a PC and save it as a C program and then make an exe file that will run on a PC? I love your videos. My husband who is an engineer, and I watch them together.
Hi Saldina ! Сan you make a video in which you will tell about the plan of learning programming, having mastered which we can find the first job?
Hello World is certainly an important topic ///but.......)
Hello World is a first step and a good way to make someone feel excited about programming.
I remember how I felt when I made my first Hello World program.
I can't compare that feeling whit the one I get now after I implement the hardest feature.
Then it was like - OMG, I'm a hacker! Now the hunted becomes the hunter!! 😎😎😁😁
And now it's more like - whatever, it'll probably have a million bugs anyway, duh 🤷♀️😒
A good suggestion for a video 🤗🤗
THANKS... Helped a lot.!! 💓
Keep up.
Btw if you have a problem with the command "g++ --version" then try restarting your computer after setting the path, it worked for me.
I never had to do it for this specific problem, but restarting is a potential fix for any computer-related problem, so I'd say go for it 😁😁
Normally the computer doesn't need to be restarted. At most the explorer.exe needs to be restarted, or the command line or whatever else has been started before you have changed the path.
@@hbm293 Oh ok thanks :)
Thank you, Your video helped me a lot. You are a great teacher
Nice video lurve the energy, but about 12 min in, no need to open another window to the dos command prompt. You can just install code-runner extension, then go to settings, do a find select code runner yes run in terminal. Hit play top right, then you will be fine.
I forgot to download mingw and I could not output anything, glad I rewatched the video and found its importance. As well as the directory line for the environment path variable
well explained. Your videos are helping me to learn C++ 😃💘.Thanks
Only as Info: Eclipse can be used with C++ too (Eclipse -> Marketplace -> CDT for C++). As Compiler mingw can be used too.
Thank you for teaching.
I love your videos. Big help, thanks. Will be using vs code by the way.