Coming from using C#, trying to learn the basics of C++ for fun and since I'm an Unreal Engine developer who's only really used blueprints, and I'm going to need to learn C++ in order to rewrite some of the code without blueprints as they're extremely unoptimized (For some reason they compile into C++ IN runtime which effectively makes it interpreted C++ which is stupid)
Just found your channel and subscribed! Would you be doing a Javascript training series btw? Been looking at your JS games series and found it fascinating and intend to learn it.
I need help, i followed your tutorial on setting everything up however, everytime I try to run the code it gives the error," launch: program 'C/Users/light/.vscode/Main.exe/' does not exist" and just gives the option to open a launch.jason or cancel, help? I made sure I downloaded everything propperly by checking with the terminal aswell. its updated to its latest version I don't see what happened.
@@KennyYipCoding I just fixed it, it I was getting the error because I was running the code with cpp not g++ now after fixing it set up my jason file and stuff thanks for replying tho!
so in the first vid, when you run the code you click the run c++ file and then choose the g++ from the list that pops. here you are just clicking on the run button and it works. this doesnt work with me, how do i make it work? I still have to do it like in the first vid
6:29 i Like that way. Is like paragraph. So can see where the function start. Make an advice in saying stay away from people coding like that wich is only aesthtetic make you look like you are not open mind. Like your rule is the way to go and not all see it like that.
I did exactly what u said. But it shows an error while running a code. "The prelaunchtask 'C/C++: gcc.exe build active file' terminated with error code -1" may you please reply and help me.
I faced the same issue and after research i found out that its caused bu using gcc compiler instead of g++ compiler. not really sure how to resolve that but whta worked for me was pressing the F5 key and then it compiled with g++ and everything worked fine
@@MaxwellJoshua17 Ik this was 2 months ago so maybe you don't care. But you can also just normally compile in the command prompt. Make easier, faster and clearer.
I finally installed it after so long but now i keep getting this pop up window saying "the prelaunchtask 'c/c++ g++.exe build active file' terminated with exit code -1" every time I try to run the code. Also I need to choose between C++ (Windows) and C++ (GDB/LLDB), apart from the debug configuration or something. How do I fix this?
I have just started to lern c++ and your 1st video was a big help for me. Also in the other videos you are explaining everything very well!
this is extremely helpful! im already familiar with python so the way you use it to teach helps a lot, thanks!
Great tutorial!
I think I'll enjoy this series
Thank u sir
I'm from India
I saw many videos but you told about the extension
Just starting C++ journey, looks good!
Coming from using C#, trying to learn the basics of C++ for fun and since I'm an Unreal Engine developer who's only really used blueprints, and I'm going to need to learn C++ in order to rewrite some of the code without blueprints as they're extremely unoptimized (For some reason they compile into C++ IN runtime which effectively makes it interpreted C++ which is stupid)
Just found your channel and subscribed! Would you be doing a Javascript training series btw? Been looking at your JS games series and found it fascinating and intend to learn it.
1:21 how do you remove all that gibberish and just get the output from your code
I need help, i followed your tutorial on setting everything up however, everytime I try to run the code it gives the error," launch: program 'C/Users/light/.vscode/Main.exe/' does not exist" and just gives the option to open a launch.jason or cancel, help? I made sure I downloaded everything propperly by checking with the terminal aswell. its updated to its latest version I don't see what happened.
Is there a tiny drop down to the right of the run button?
@@KennyYipCoding I just fixed it, it I was getting the error because I was running the code with cpp not g++ now after fixing it set up my jason file and stuff thanks for replying tho!
@@zoltengv2094I have same thing too
hello i now im late hh but do you now sameting good to work on it after get all that c++ cours
so in the first vid, when you run the code you click the run c++ file and then choose the g++ from the list that pops. here you are just clicking on the run button and it works. this doesnt work with me, how do i make it work? I still have to do it like in the first vid
6:29 i Like that way. Is like paragraph. So can see where the function start. Make an advice in saying stay away from people coding like that wich is only aesthtetic make you look like you are not open mind. Like your rule is the way to go and not all see it like that.
Ahahahaha it was meant to be a joke. It is fine as long as you and the people working on the project with you have a consistent code format
أعوذ بالله من الشيطان الرجيم
@@KennyYipCoding "stay away from them" 😂😂💔
Do NOT stay away from people who put the opening and closing curly brackets on individual lines ! It MAKES code more readable and consistant !
umm hey may i get your extension list or the name of which underlined the error right on your code?
Thank you for the great tutorial I was lost and you showed me the light 😊 (Stay away from those kind of people who use {} inline that got me 😄😄)
I did exactly what u said. But it shows an error while running a code. "The prelaunchtask 'C/C++: gcc.exe build active file' terminated with error code -1" may you please reply and help me.
I faced the same issue and after research i found out that its caused bu using gcc compiler instead of g++ compiler.
not really sure how to resolve that but whta worked for me was pressing the F5 key and then it compiled with g++ and everything worked fine
@@MaxwellJoshua17 Ik this was 2 months ago so maybe you don't care. But you can also just normally compile in the command prompt. Make easier, faster and clearer.
I finally installed it after so long but now i keep getting this pop up window saying "the prelaunchtask 'c/c++ g++.exe build active file' terminated with exit code -1" every time I try to run the code. Also I need to choose between C++ (Windows) and C++ (GDB/LLDB), apart from the debug configuration or something. How do I fix this?
Did u fix this? How
@@uwho6672 nope, i kinda gave up I'm learning haskell for college now
why is visual studio complaining every time i do #include ?????
what is it complaining about?
if you hover your cursor above it, there will be an option for automatic solutions, just press that. Thats what i did