Dr. Fraser. Thank you for what you are doing. I am 81 years old. I have, for many years, wanted to learn some basics about programming. I shall be following your site.
@samuelaktarlaskar97403 жыл бұрын
How is your progress going, Grandpa? ;)
@emanuelepacini_2 жыл бұрын
u r a legend
@radhekrishanrathod1412 жыл бұрын
I always think I know everything. and find it very difficult to learn new thing because of lazyness and fear. I don't know how to deal
@prakhargupta80362 жыл бұрын
GFG kr le ho jai g
@uniquescience70472 жыл бұрын
@@prakhargupta8036 saale prakhar dalle
@Mike-cu3kj3 жыл бұрын
I can't thank you enough for this. I've spent about 20 hours trying to get c++ to compile and run on vscode linux. Now it finally works. Thank you sooo much for this
@doggo53118 күн бұрын
I'm new to Linux and its quite overwhelming. I followed multiple guides and struggled since none of them worked. But yours did, i was close to giving up and switching back to python but this helped me so much. Thank you for this guide and your efforts.
@Beryesa.3 жыл бұрын
Man, your voice is relaxing. :D I don't know but feels like more polite lol :D
@ai.shimul3 жыл бұрын
finally got vs code up and running in debian... hats off to you, sir 😄
@peterhuesmann39562 жыл бұрын
Another person thanking you here. I have been away a couple years from trying to get back into coding. This saved me a lot of time to get started with VS Code in Linux.
@hennero.3826 Жыл бұрын
Thank you very much! Following these instructions, I could easily get the C++ compiler (g++) running in my existing VS Code that I had installed a few weeks ago to use PlatformIO. 🙂 As I am new to VS Code and therefore not familiar yet with how the use the different extensions, I appreciate especially the valuable information you provided regarding starting the IDE from the command line! This allows me to simply start the software from either a folder containing PlatformIO projects or a folder that I am using for the C++ stuff.🙂
@amtsad2 ай бұрын
its 2024, through this video u earned a subscriber
@mhougey3 жыл бұрын
thank you for including a section about things that can go wrong.
@parasjain14893 жыл бұрын
Thank you so much. I am a coder and I was struggling with this for half an hour and your solution worked. Thanks again.
@chrochetfan72743 жыл бұрын
How is developing going?
@camdenmacleod163 жыл бұрын
Super helpful! I followed a website tutorial but it didn't work for me, so thanks for making this!
@qpandrei013 жыл бұрын
Definitely recommend this tut fixed to topic and precise. Nothing more just go with this one
@ayeshaabbasi18712 жыл бұрын
Thanks a lot man I was struggling with vs code for quite long time but can't understand anything and your video worked like a magic✨
@clickjack80112 жыл бұрын
Thanks alot man, you helped me get past hours worth of hassle.
@leythecg3 жыл бұрын
Great Tutorial! It works finally on my Mint 20! Thanks so much!
@usamamuhammadismail33243 жыл бұрын
I really appreciate this video. Love from Pakistan.
@mute31643 жыл бұрын
Thank you so much, I tried searching for it but none of the articles I found explained as clearly as your video.
@thegettokidZz3 жыл бұрын
mine just opens an empty json without anything inside except for my theme. the little suggestion bar doesn't do after i select GDB/LLDB just opens the empty json file in settings.json
@vivekpatil29303 жыл бұрын
same, if you fix the problem please let me know.
@thegettokidZz3 жыл бұрын
if you still have this problem it's probably because you're in the wrong json file. You need to switch to the configuration json instead of the settings.json
@navpreet9023 жыл бұрын
I am from India Thanku very much it helped me alot
@themuhammad12 жыл бұрын
Hi i need help setting up VS code for C++ windows executable apps but I use Ubuntu not Windows
@shahanahmedkhan61012 жыл бұрын
Love you brother, you made it simple
@nunyobidness5712 жыл бұрын
Why does VS Code automatically create the launch.json file here? Is there some sort of add-on that does it? Mine only creates a tasks.json file.
@harshvardhan74473 жыл бұрын
Classic code is not working Error showing
@ritchielrez16803 жыл бұрын
You can install Vscode from snap store without the terminal.
@parthsalat3 жыл бұрын
Agreed, the ubuntu store is a great place for beginners
@technologyexplained2 жыл бұрын
hello, this tutorial is amazing. But I have an issue regarding the installation of classic code. I have a Mac of which the architecture is M1, and therefore it is giving the error: snap "code" is not available on stable for this architucture (arm64) but exists on other architectures (amd64) what should I do??
@idkwhatagah71932 жыл бұрын
Same
@zlobert98772 жыл бұрын
Only thing that is different on my system(linux mint) is that the "[1] + done" is on the same line(no spacing between) as the string i printed out. Would like to change that.
@Bearded_Dragon_Sir2 жыл бұрын
Setting the environment doesn't work for me, all it does it open a .json settings file and then when i try to run it again it does the same thing all over.
@ZgavY3 жыл бұрын
I installed vsc without g++ and It wouldn't run my hello world. Is that it? If I install g++ will it work?
@AangContreras3 жыл бұрын
Yes, g++ is the compiler n.n
@lukmanalghdamsi31892 жыл бұрын
for some reason my pc download "lunch.json" configuration empty, so i had to write the configuration from you in 7:57. it works now but i don't know why that happened. i am using pop os
@Beast_B944Ай бұрын
I'm in fedora it says sudo:apt-get : command not found
@moonrise_beatrix2 жыл бұрын
thank you for this tutorial .. it was so easy to understand and super useful!
@stroherdebora3 жыл бұрын
Thanks man! That was very helpful!
@raghavendra69783 жыл бұрын
Thanks a lot for your simplest tutorial 🙏🙏
@harshit7413 жыл бұрын
at 7:51 , i can see only two options, ie, cpp build and debug active files,, no option for g++, what shall i do?
@akashappu75502 жыл бұрын
What is( [1] +done )mean?
@duyviet58012 жыл бұрын
YOU SAVE MY LIFE! THANK YOU!
@fernandobarbosa252 жыл бұрын
Extremely helpful and didactic! Thanks!
@Xiahab3 жыл бұрын
This cool. You are the best!
@edwardonsax99193 жыл бұрын
I have a permissions issue. My .c file compile/build but when I run them they all say permission denied. This is what shows in the xterm that pops up. Even after I set the chmod +x or even 788 I still get this. What do I need to do? It does this whether in sh, bash, or csh
@mrhunter73823 жыл бұрын
hello sir,,I wana specify that i will debug with c++17 in vscode. than how to set??i wish u will make a video
@sudhansumtripathy3 жыл бұрын
can we stop the automatic generation of the .exe file
@mayamenaifi60313 жыл бұрын
Finally.. It worked
@usuallyclueless44772 жыл бұрын
Just a little correction, installing snap alone didn't work because it said " sudo: snap: command not found" It worked after installing snapd after it.
@Raining_Potatoes Жыл бұрын
what did you type in the command line to get that
@kubakakauko4 жыл бұрын
How would one add includes, Libs and inherit from other files ?
@sivaranjani-37 Жыл бұрын
Thank you so much for this kind of video
@rahulsriram62954 жыл бұрын
Sir, I watched all your videos. There's no particular tutorial on KZbin about setting up an IDE or Editor for programming in Assembly. Every CS student has to go through assembly programming. I hope you'd make a tutorial soon
@zuhail3394 жыл бұрын
Try to study Art of assembly language book
@abdulbaricou Жыл бұрын
it works with kali linux kindly guide me
@vladimirscekic49353 жыл бұрын
Thank you for this video, can i ask you: how setting/use hot keys for the compilier in VScode? If i want use keybord for the start programm.
@Basti1987chiller3 жыл бұрын
Very good explaination thank you Professor Fraser
@ottodvalishvili76014 жыл бұрын
Great video. Btw what computer glasses are u wearing?
@johnadams94182 жыл бұрын
thank's man, you've very helped me.
@royjr.89652 жыл бұрын
Hi Brian, thanks for this super helpful video. Just a problem I'm facing: I'm having to choose the environment (g++) every time I hit F5 not sure why? Any suggestions? thanks again!!
@adamasimolowo82853 жыл бұрын
When I run C++ code to compile, my system freezes for a bit before I see any output in the terminal. After the compilation, my system(the VM image I'm using) ends up very laggy. I'll find a fix for this, but seems like it's an issue with the RAM and/or CPU.
@elmahmoud23492 жыл бұрын
did u fix it?
@celestialadministration4 жыл бұрын
How do you get the updated 10.02
@timmartin64933 жыл бұрын
Thank you video was helpful second time!!!
@shokhrukhbekyursunjonov62033 жыл бұрын
Thank you very much, it really worked bro!
@adingus884 жыл бұрын
i got doesnt exist message? help
@kodizhuk3 жыл бұрын
thanks, it helps a lot for starting
@mritunjay70654 жыл бұрын
Very helpful video for beginners like me !
@Techtrend-73 жыл бұрын
thanku very much, for such type of knowledge.
@beast40004 жыл бұрын
Thanks for the info!!
@pwabhee02923 жыл бұрын
Thank you so much. It was very helpful.
@hanzalamansoor4 жыл бұрын
I got a message : unable to locate gdp
@ebiscaia4 жыл бұрын
Thanks. Followed your instructions in Manjaro Linux and used clang instead
@joaopedromarques15492 жыл бұрын
Hello, thank you for help me. You gained one more subscriber Brazilian
@sinanozsahin81382 жыл бұрын
Thank you very much.. It's very helpful for me..
@badrelkholy80363 жыл бұрын
Thank you so much, it was really helpful
@sweetjj85303 жыл бұрын
Sir really thank you. You are awesome
@daniellima37303 жыл бұрын
Thanks for the video!
@santiagoeguren83103 жыл бұрын
Excellent tutorial!!!!
@vivarantx2 жыл бұрын
great video man
@kumarnishant66353 жыл бұрын
Thanks, helped a lot
@vahemuradyan72582 жыл бұрын
thank you that helps a lot
@shoaibishaqkhan4745 Жыл бұрын
love you brother....
@marcelocorrea98302 жыл бұрын
Excelente explicação! Muito obrigado!
@kamalsharma32894 жыл бұрын
thanks bro it really help me
@jaquelineabreu861 Жыл бұрын
Me ajudou muito! Obrigada! :D
@mr.attila283 жыл бұрын
You didn't include apt install gdb ! some ppls can have truble with that !
@nguyencung22693 жыл бұрын
Thank you very much!
@wokeclub1844 Жыл бұрын
If anyone has #include errors, try changing clang to g++ in the json file
@rum51173 жыл бұрын
Love you!
@udayanmajumder4743 жыл бұрын
tnks its very helpful
@rabeehMadathil0013 жыл бұрын
thank you sir god bless you
@gassinbeats11563 жыл бұрын
2:17 *holding my breath* me: don’t do it! STOP! don’t do it That was close
@Roman-uy7qp3 жыл бұрын
Great video :)
@marciocintra29883 жыл бұрын
awesome tutorial, +1 sub
@anishchauhan41273 жыл бұрын
Thank you soooo muchh sir ❤️
@joshvafranklin70383 жыл бұрын
Thanks man . Till now I thought Hello world " [1] + Done" was due to error.
@mayurghuge8846 Жыл бұрын
Thank you.
@witmonster99793 жыл бұрын
thank you so much
@speconcloud9 Жыл бұрын
Thankyou so much
@slaozeren87423 жыл бұрын
I love you!
@aryanarya83 жыл бұрын
Super Helpful Sir!
@scotteebee2 жыл бұрын
Why don’t you show how to develop with more than one .cpp file? Nobody uses a single .cpp file in real life.
@abshahin3 жыл бұрын
thank you
@edensheiko4 жыл бұрын
thank you!!!
@adelinopds4 жыл бұрын
deu certo consegui , verry good
@csjoy46823 жыл бұрын
Thanks Much
@ronaldlogan35253 жыл бұрын
I could not get it to work. followed your instructions exactly. I suspect you don't really know how to do it