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!!!
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.
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.
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
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.
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
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 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😵
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.
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
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
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.
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!!!
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!!!
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
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.
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
Thanks you very much 🥺😭 . I have been struggling for 3 days. You solved my problem. Thankyou 😭😭😭
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
Thanyou so much , i was failed to set up it and switched to dev c++, but hey gorgeous its working now...thanks a lot
You helped me solve the exact problem I had !! Thank you so much!!
Great to hear!
I try with help of another video 50 times but not happen
Then i saw ur video then itz done in one time superbb
fially it works , mingw was showing continuous error to download g++ file now after downloading msys2 it works thank u very much
realy only this video helped me ......
i was trying from last 4 days
there is half knowlegeble video on youtube
keep it up
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 !
Very very infity times thank you ma'am ❤ it works after watching so many videos and I got perfect place where it solved 💯🙌
Very helpful I got video when i am stucked and it really help me alot, thanks
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 👍👍
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?
I love you my sister, the video that you shared to us is helpful, thanks sister!
Thank You Soooo....Much Dear Really Very Very Helpful 💞💯❤
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.
Very useful video . Thanks for this video . I have successfully installed c compiler . Keep it up 👍👍
Glad it helped
Looooved the tutorial , Perfectiiiion !!!!! 👌🏻👌🏻👌🏻👌🏻👌🏻
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 it was really helpful...
Keep Rocking....
awesome mam all your steps works and its compiling.
great job awesome
Thank you so much you explain it very nice and in simple way it helps me alot thank you
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.
Thanks a lot mam. You help me through this video 🙌
Thank you very much for I have been struggling with this problem for a long time and your video helps so much!
Thank you, this was more than helpful 😁😁😁😁
Thank you so much. It worked for me
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
precise configuration has been made, thumbs up!
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 🔥🔥
The Best Tutorial Thanks A Lot 🙏😎
Work on my case big thanks 🥰
thanks yrr is helpful for me.....😉😉
heyyy!! i successfully installed g++ , gcc and gdb but in cmd its showing no internal and external command.... what should I do?
Very very useful video mam, thank you so much❤😊😊😊😊
Veryhelpful video 💯💯,thank u so much🙏🙏🙏
Thank you so much😍😍😍😍
Wonderful explanation. Thank you so much for your help
Thank you, this video help me a lot... !!👋👋👋
You're a visual studio magician!
How to enable strict compile?
unused variables throws error () ?
mam at 10:00 its still not showing the gdb
when i enter the cmnd " gdb -- version " it says not found? help-
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😵
ogm tks you so much, i checked the web and nothing work but you have save me
Hey it was really helpful.. thnk
I want to download msys 32bit but I can't, can you help me?
Спасибо большое, Ада, очень помогла. Всё чётко и понятно, даже странно, что у тебя так мало подписчиков.
Я рад слышать, что это помогло вам.
@@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.
works, keep up the good work man
When ia ma opening MSYS2 it's saying that your system is 32bit and it require 64bit
what a beautiful vioce you have😊😊😊😊
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.
You are GREAT!!! 💥💥💥
this was very helpfulll thank you ☺☺
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.
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.
Best video Ever:)
After installing first package terminal is not showing up on the screen
Bin shows empty what I can do ? Guide me @ada code
Thank's a lot it's really really help me 👍
Ada code you are awesome thank you
When I run pacman -Su, it's showing there is nothing to do...Is this a problem..?
Thank you very much from Egypt
Thank you .. please make more videos ...
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??
Thanks for it . It's Helpful
Thank you Didi❤️🥰
It says my intelligence mode windows-msvc-x64 is compatible with compiler path, what do I do?
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 so much
All the best for you
Thanks Ada Code.
🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 thank mam bahut jyada wala
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👍
gdb command not found its shows this what's th solution for it .
Thank you for helping me
thanks, best video
thank you so much. what a calm and cool way of instructions.
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".
I will give you 200%
thank you, dear 😘
wonderful saves a lot of time
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
Thank you girl. 🙏🏻
Thank you so much it helps me a lot
Even after downloading it is not working in my vscode
the msys2 installation stays stuck at 50 %
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.
thank you 🙏🙏🙏
Good information Thx
But didi why my code is not running in the output section....it running just only in the terminal.😐😐
Thank you it helped alot.
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
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.
i very very thank youuuu
how we install libraries after this ?
thanks buddy✌