Can't tell how thankful I'm for this tutorial. Even the official website of msys2 was full of nonsense in installation steps but this tutorial saved the day!!!
I've been up the past night installing MSYS2 and Visual Studio Code trying to get the paths for GCC and G++ configured on windows 11 its been a nightmare. So I come across your video tonight . And in less then 10 minutes of your video all my problems where solved. Your such a Great Teacher thanks so much.
Oh my God, you are such a wonderful teacher, thank you so much! I literally spent an entire evening trying to add C++ on vs code, tried many tutorials and blog posts as well, and to be honest, nothing worked. I got frustrated and give a break, after some hours I just came back and followed your tutorial, and voulà it is running as magic hahaha! Thank you once again!
Your video was clear and easy to follow. When I downloaded the msys2 though i noticed there were some things different, and so the g++ stuff were still not working despite following every step. Thanks still though, your clear step-by-step tutorial calmed me from the hazy instructions my teacher gave.
very very thank you I couldn't find a proper guide for mingw 64bit and always the bin folder is empty but this time i saw your video and you provided different steps 😁 now my code is executing in an instant 😊 i troubleshooted for more than a week 😅 again very very thanks for the guide
g++ : The term 'g++' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + g++ .\data1.cpp + ~~~ + CategoryInfo : ObjectNotFound: (g++:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException ??? 11:46
Does Msys2/pacman (2013) replace MinGW (2005).. which seems replaced Cywin (1995), or would you use one over another for certain applications? I know Docker containers and VMs are a little different.. but PowerShell and WSL2 also seem like a windows way of getting a linux-like terminal. Python's subprocess also seems like it can do everything you would want in a bash environment... or just installing Git , GnuWin32 or unxutils seems to get you the binaries for windows?
You will defenately grow if you l3arn about voice cancellations of chirping bird,nice explanation You should include some dialogues to run command again It's my advice to run the command 2 to 3 times before moving to next command. This video is completely authentic,don't hasitate to uninstall the whole files,if it is not working, in the worst cases also this nethod works and I am the living evidence.
I was trying for a long time to code C++ in VS code but saw no video but got no help well i watched your video and followed it step by step and finally my code was run and all the doubts are also cleared 0_0 Thank You so much :)
After typing .\a.exe : The term '.\a.exe' is not recognized as the name of a cmdlet , function , script file, or operable program. Check the spelling of the name , or if a path was included, verify that path is correct and try again. What to do now ?
Same problem with me...I tried again and again but can't find where I messed up...my gcc is installed correctly but in the settings when I search code runner I can't find those options that you had in the video...after typing ./a.exe I have the same issue 😫..it hurts😵
Hey Ada, I have a problem at 3:46 where it says "Looking for conflicting files" because my msys terminal doesn't look for them, so I can't download the required files as you said. What should I exactly do?
Well, if anyone else has this problem then it is fine. I followed the rest of the tutorial and it worked just fine. Some things Ada said shouldn't work worked before fixing them as well. It is probably just that your computer somehow took care of it or you did it before
@@abdullahmertozdemir9437 as she explained , you are not required to respond to those error messages because the process will auto correct and retry on its own.
I have MSYS2 installed and the only way I can get a GTK c program to compile is by opening the mingw64.exe terminal then using this commandline ... gcc `pkg-config --cflags gtk+-3.0` -o gtktest1.exe gtktest1.c `pkg-config --libs gtk+-3.0` ... How do I do this INSIDE VSCode? It keeps using Windows Powershell and can't find GTK in the MSYS2 install and errors.
after i do the syu step and do type su one it says $ pacman -Su warning: database file for 'clang32' does not exist (use '-Sy' to download) :: Starting core system upgrade... there is nothing to do :: Starting full system upgrade... error: failed to prepare transaction (could not find database)
I do all process but at the end vs code setting i get different in output section .so i need your more help..so were do i connet with u & share that problem with photo
around 12:00 , it seems that the problem was not that you required coderunner , but that you did not use the .exe extension. I'm pretty sure it would run without using coderunner.
hey i am facing issue during downloading and intalling the msys2, edge says this file is not trusted but still i download and after that during installling windowsceen proctect say dont run this program , kindly help
i got the following error for g++: $ g++ --version bash: g++: command not found, And the following error for gcc: $ gcc --version bash: gcc: command not found
(g++: error: a.cpp: No such file or directory g++: fatal error: no input files compilation terminated.) i got this kind of error while code the c++ program so what to do ? there is no tab button work and automaticaly a.exe file in my vs code . i got ( cc1plus.exe: fatal error: .\a.cpp: No such file or directory compilation terminated.) this problem please ma'am let me the the solution
All is okay maam....but after pasting it in the particular path , my cmd prompt is not taking that into it...it is not showing the versions at all.....it remains same as it was before changing the env variables..........what can be my problem and what would be its solution pls tell me maam....it is really irritating for me now. pls help me to find its solution...
at 1:57 you will notice just below the download installer button that there is a sha256 checksum which you did not explain how or why to use. I'm pretty sure that this should not be overlooked , as a rule !
Can't tell how thankful I'm for this tutorial. Even the official website of msys2 was full of nonsense in installation steps but this tutorial saved the day!!!
To honest i was mad about the error since 12 hours and after watching your video and followed step by step instructions now i am happy
I've been up the past night installing MSYS2 and Visual Studio Code trying to get the paths for GCC and G++ configured on windows 11 its been a nightmare. So I come across your video tonight . And in less then 10 minutes of your video all my problems where solved. Your such a Great Teacher thanks so much.
I been through the same problem around 4 hours approximately but i think it is the solution
Oh my God, you are such a wonderful teacher, thank you so much! I literally spent an entire evening trying to add C++ on vs code, tried many tutorials and blog posts as well, and to be honest, nothing worked. I got frustrated and give a break, after some hours I just came back and followed your tutorial, and voulà it is running as magic hahaha! Thank you once again!
Qaà
Qaà
Yeah, same here. This was the best tutorial out there. I tried 4 or 5 of them. Excellent job!!!
Your video was clear and easy to follow. When I downloaded the msys2 though i noticed there were some things different, and so the g++ stuff were still not working despite following every step. Thanks still though, your clear step-by-step tutorial calmed me from the hazy instructions my teacher gave.
very very thank you
I couldn't find a proper guide for mingw 64bit and always the bin folder is empty but this time i saw your video and you provided different steps 😁 now my code is executing in an instant 😊 i troubleshooted for more than a week 😅 again very very thanks for the guide
Glad I could help
Thanks you very much 🥺😭 . I have been struggling for 3 days. You solved my problem. Thankyou 😭😭😭
You helped me solve the exact problem I had !! Thank you so much!!
Great to hear!
Thanyou so much , i was failed to set up it and switched to dev c++, but hey gorgeous its working now...thanks a lot
realy only this video helped me ......
i was trying from last 4 days
there is half knowlegeble video on youtube
keep it up
fially it works , mingw was showing continuous error to download g++ file now after downloading msys2 it works thank u very much
I try with help of another video 50 times but not happen
Then i saw ur video then itz done in one time superbb
g++ : The term 'g++' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ g++ .\data1.cpp
+ ~~~
+ CategoryInfo : ObjectNotFound: (g++:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
???
11:46
Thank You Soooo....Much Dear Really Very Very Helpful 💞💯❤
I love you my sister, the video that you shared to us is helpful, thanks sister!
Thank you it was really helpful...
Keep Rocking....
Best video Ever:)
Very helpful I got video when i am stucked and it really help me alot, thanks
Very very infity times thank you ma'am ❤ it works after watching so many videos and I got perfect place where it solved 💯🙌
Thank you, this was more than helpful 😁😁😁😁
thank you your video is very helpful for me i watch many video for this of other youtubers but i could not find any video like this
keep up 👍👍
Very useful video . Thanks for this video . I have successfully installed c compiler . Keep it up 👍👍
Glad it helped
Thanks a lot mam. You help me through this video 🙌
Thank you so much ,your step by step explanations are very clear and easy to follow.
Keep the good work !
Tried many but this was the best !
Thank you so much you explain it very nice and in simple way it helps me alot thank you
awesome mam all your steps works and its compiling.
great job awesome
Looooved the tutorial , Perfectiiiion !!!!! 👌🏻👌🏻👌🏻👌🏻👌🏻
precise configuration has been made, thumbs up!
Does Msys2/pacman (2013) replace MinGW (2005).. which seems replaced Cywin (1995), or would you use one over another for certain applications?
I know Docker containers and VMs are a little different.. but PowerShell and WSL2 also seem like a windows way of getting a linux-like terminal. Python's subprocess also seems like it can do everything you would want in a bash environment... or just installing Git , GnuWin32 or unxutils seems to get you the binaries for windows?
You will defenately grow if you l3arn about voice cancellations of chirping bird,nice explanation
You should include some dialogues to run command again
It's my advice to run the command 2 to 3 times before moving to next command.
This video is completely authentic,don't hasitate to uninstall the whole files,if it is not working, in the worst cases also this nethod works and I am the living evidence.
I was trying for a long time to code C++ in VS code but saw no video but got no help well i watched your video and followed it step by step and finally my code was run and all the doubts are also cleared 0_0 Thank You so much :)
you should have used visual studio community because it comes with a compiler
heyyy!! i successfully installed g++ , gcc and gdb but in cmd its showing no internal and external command.... what should I do?
Thank you so much. It worked for me
This video helped me a lot. From last one week i was not able to configure the debugging issue in vs code for c. This video is 🔥🔥
How to enable strict compile?
unused variables throws error () ?
The Best Tutorial Thanks A Lot 🙏😎
when i enter the cmnd " gdb -- version " it says not found? help-
mam at 10:00 its still not showing the gdb
thanks yrr is helpful for me.....😉😉
After typing .\a.exe : The term '.\a.exe' is not recognized as the name of a cmdlet , function , script file, or operable program. Check the spelling of the name , or if a path was included, verify that path is correct and try again.
What to do now ?
Try following steps carefully it will solve your problem.
Same problem with me...I tried again and again but can't find where I messed up...my gcc is installed correctly but in the settings when I search code runner I can't find those options that you had in the video...after typing ./a.exe I have the same issue 😫..it hurts😵
Work on my case big thanks 🥰
Thank you very much for I have been struggling with this problem for a long time and your video helps so much!
works, keep up the good work man
When ia ma opening MSYS2 it's saying that your system is 32bit and it require 64bit
Veryhelpful video 💯💯,thank u so much🙏🙏🙏
Hey Ada, I have a problem at 3:46 where it says "Looking for conflicting files" because my msys terminal doesn't look for them, so I can't download the required files as you said. What should I exactly do?
Well, if anyone else has this problem then it is fine. I followed the rest of the tutorial and it worked just fine. Some things Ada said shouldn't work worked before fixing them as well. It is probably just that your computer somehow took care of it or you did it before
@@abdullahmertozdemir9437 my pc is saying at that time error: failed to prepare transaction ( could not find database)
@@abdullahmertozdemir9437 as she explained , you are not required to respond to those error messages because the process will auto correct and retry on its own.
Very very useful video mam, thank you so much❤😊😊😊😊
You're a visual studio magician!
After installing first package terminal is not showing up on the screen
My gcc --version showing bash gcc command not found
Check once the path set in environment variables for the bin folder location
What do we have to check for??
I have MSYS2 installed and the only way I can get a GTK c program to compile is by opening the mingw64.exe terminal then using this commandline ... gcc `pkg-config --cflags gtk+-3.0` -o gtktest1.exe gtktest1.c `pkg-config --libs gtk+-3.0` ... How do I do this INSIDE VSCode? It keeps using Windows Powershell and can't find GTK in the MSYS2 install and errors.
Wonderful explanation. Thank you so much for your help
Thank you so much😍😍😍😍
Bin shows empty what I can do ? Guide me @ada code
When I type code runner there is not much options available as in the video.. What to di
That step is optional
Check whether you have installed the code runner extension or not... If not first install it and then proceed as said.
gdb command not found its shows this what's th solution for it .
When I run pacman -Su, it's showing there is nothing to do...Is this a problem..?
It says my intelligence mode windows-msvc-x64 is compatible with compiler path, what do I do?
Thank you, this video help me a lot... !!👋👋👋
But didi why my code is not running in the output section....it running just only in the terminal.😐😐
I want to download msys 32bit but I can't, can you help me?
Hey it was really helpful.. thnk
Even after downloading it is not working in my vscode
You are GREAT!!! 💥💥💥
this was very helpfulll thank you ☺☺
Thank's a lot it's really really help me 👍
ogm tks you so much, i checked the web and nothing work but you have save me
Ada code you are awesome thank you
Thank you Didi❤️🥰
Thanks Ada Code.
Спасибо большое, Ада, очень помогла. Всё чётко и понятно, даже странно, что у тебя так мало подписчиков.
Я рад слышать, что это помогло вам.
@@adacode9996 I studied java and python languages, but in my institute needs c++. I didn't think that the installation would cause so many problems.
the msys2 installation stays stuck at 50 %
Hy when after clicking y two times that page is getting closed and i am unable to give 2nd initial command
Go to your start menu and scroll down untill you see "MSYS2 64bit", and then click and run "MSYS2 MSYS".
after i do the syu step and do type su one it says
$ pacman -Su
warning: database file for 'clang32' does not exist (use '-Sy' to download)
:: Starting core system upgrade...
there is nothing to do
:: Starting full system upgrade...
error: failed to prepare transaction (could not find database)
Try initiating process
Thank you so much
All the best for you
Thanks for it . It's Helpful
I do all process but at the end vs code setting i get different in output section .so i need your more help..so were do i connet with u & share that problem with photo
My Email ID is given in the about section of my channel you can connect to me there.
Thank you .. please make more videos ...
how we install libraries after this ?
do we need to do this "a and press tab " thing for every code??
No, You have to do this only once.
@@adacode9996 thank you. done👍
around 12:00 , it seems that the problem was not that you required coderunner , but that you did not use the .exe extension. I'm pretty sure it would run without using coderunner.
hey i am facing issue during downloading and intalling the msys2, edge says this file is not trusted but still i download and after that during installling windowsceen proctect say dont run this program , kindly help
disable the antivirus and windows firewall
it will fix' the problem
Just say yes and run the program dude
hey, ada. do you can show how to use c file debuger on vs code? followed your tutorial video, it only run c file but can`t debugger.
Thank you very much from Egypt
After give run button it came like "Unable to start debugging.The value of midebuggerPath is invalid"
What can do?
Please help me
Try reinstalling or check your gdb location set or not
Good information Thx
I've done all the steps still there is showing no compiler found...?
pls help me
My Email ID is given in about section of my channel you can connect with me there.
thank you so much. what a calm and cool way of instructions.
i got the following error for g++:
$ g++ --version
bash: g++: command not found,
And the following error for gcc:
$ gcc --version
bash: gcc: command not found
you should repeat the installtion of both g++ and gcc it will work then
what a beautiful vioce you have😊😊😊😊
(g++: error: a.cpp: No such file or directory
g++: fatal error: no input files
compilation terminated.)
i got this kind of error while code the c++ program
so what to do ?
there is no tab button work and automaticaly a.exe file in my vs code .
i got ( cc1plus.exe: fatal error: .\a.cpp: No such file or directory
compilation terminated.) this problem
please ma'am let me the the solution
Trying following all the steps sequentially do not any of them.
How did you manage to make it work..I have the same issue
Thank you so much it helps me a lot
🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 thank mam bahut jyada wala
All is okay maam....but after pasting it in the particular path , my cmd prompt is not taking that into it...it is not showing the versions at all.....it remains same as it was before changing the env variables..........what can be my problem and what would be its solution pls tell me maam....it is really irritating for me now. pls help me to find its solution...
Follow all steps carefully it will solve your problem and try restarting your system after that.
Mam I got some error in VS Code. I take a screen shot of the error. Please help .
Email it to me.
Thank you for helping me
my bin folder is empty
thanks, best video
at 1:57 you will notice just below the download installer button that there is a sha256 checksum which you did not explain how or why to use. I'm pretty sure that this should not be overlooked , as a rule !
thanks for your help :)