Very Helpful! I had a lot of trouble getting Visual studio to work properly. Turns out I had enabled way too many features. The minimalist setup in this video works perfectly for what I am trying to do and it doesn't make me. link with Linux. Thanks.
The first time install visual studio for c++, however, when I run the code, I got a lot of (477)error messages , it says "can not find the source file, "float. h", etc, looks like header files can not find. and ask me to add to the property of the project, still didn't work. Thanks
You need to follow the beginning steps when I introduced what components you need to install to have access to these header files, good luck with your study
no matter what i do i get this error "cannot find header file " what should i do 😔 Edit : Ti those who faced the same problem choose the other choice “download then install” it solve it
hello. I'm learning CS and they told us to use VS to write C++ OpenGL and Glut console apps... I've been looking for a way to use it and run a program, I've been trying for 2 days (they ask us to use VS 2012, but I can't run the program), so I decided to use 2022 V. can u help me to run C++ console app with OpenGL and Glut, please? in my college laptop I can run this code with no errors or problems... void display() { glClearColor(0.0f, 0.0f, 0.0f, 1.0f); glClear(GL_COLOR_BUFFER_BIT);
glFlush(); } int main(int argc, char** argv) { glutInit(&argc, argv); glutCreateWindow("OpenGL Setup Test"); glutInitWindowSize(320, 320); glutInitWindowPosition(50, 50); glutDisplayFunc(display); glutMainLoop(); return 0; } if you think u can help me, please contact me: husseinnajah123@gmail.com or my Instagram @hxg.1
Very Helpful! I had a lot of trouble getting Visual studio to work properly. Turns out I had enabled way too many features. The minimalist setup in this video works perfectly for what I am trying to do and it doesn't make me. link with Linux. Thanks.
Thank you very much for supporting Cat Can Code channel I am glad that my content in this video is useful for you.
Thanks for this video, I'm just starting out on C++ with zero experience and this helped get me going. Appreciated.
Very Helpful. Thankyou so much ...
❤❤❤❤❤❤❤❤❤❤Video rất có ích với những người yêu thích lập trình.
Thank you for making this video and sharing your knowledge!
GREAT VIDEO!
Great power comes with great responsibity
Yes, C++ is very powerful, but it requires highly skillful developers to handle it properly :)
@@CatCanCode I am a college student learning c++. Would the package which you explained to download would be enough for me??
@@CatCanCode real line is "With great power there most also come, great responsibility". Aunt May, No Way Home
@@zeeshanhaider5640 Should be enough for study purposes :)
@@CatCanCode thanks again
Thanks for helping me!
Glad that the video is useful for you. Thank you for supporting the channel.
i subbed, deadass bro thanks
Thank you, I'm glad it's useful for you 😻
Thank you Cat Can Code!
Thank you for your support, I hope your study will be successful
Do i have to uninstall previous programs or compilers that i used with other text editor?
like mingw?
No, you don't have to. Visual Studio will come with its own compiler.
Bro, I cant build the solution, it always gives me 478 errors, look like it cant open the header files
You may need to what the video again where I explained how to install SDK, and C++ header files during the installation process.
@@CatCanCode I already solved it, i just had to show the path to a folder called ucrt
@@boom5935 Great to know that you have fixed the issue :)
The first time install visual studio for c++, however, when I run the code, I got a lot of (477)error messages , it says "can not find the source file, "float. h", etc, looks like header files can not find. and ask me to add to the property of the project, still didn't work. Thanks
You need to follow the beginning steps when I introduced what components you need to install to have access to these header files, good luck with your study
no matter what i do i get this error "cannot find header file " what should i do 😔
Edit :
Ti those who faced the same problem choose the other choice “download then install” it solve it
Thank you very much for your support towards other viewers of the video, I hope your study will be successful
I have not selected anything but it shows 1.89gb already
Yes, that is normal, that's the base of the IDE without any language specific components.
i am getting build error while doing so.
You may need to watch the first half of the video to install the packages correctly first, good luck with your study
❤❤❤❤❤❤❤❤❤❤
❤🌻❤🌻❤🌻❤🌻❤🌻❤🌻❤🌻❤🌻❤🌻❤🌻
hello.
I'm learning CS and they told us to use VS to write C++ OpenGL and Glut console apps...
I've been looking for a way to use it and run a program, I've been trying for 2 days (they ask us to use VS 2012, but I can't run the program), so I decided to use 2022 V.
can u help me to run C++ console app with OpenGL and Glut, please?
in my college laptop I can run this code with no errors or problems...
void display() {
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
glClear(GL_COLOR_BUFFER_BIT);
glBegin(GL_QUADS);
glColor3f(1.0f, 0.0f, 0.0f);
glVertex2f(-0.5f, -0.5f);
glVertex2f( 0.5f, -0.5f);
glVertex2f( 0.5f, 0.5f);
glVertex2f(-0.5f, 0.5f);
glEnd();
glFlush();
}
int main(int argc, char** argv) {
glutInit(&argc, argv);
glutCreateWindow("OpenGL Setup Test");
glutInitWindowSize(320, 320);
glutInitWindowPosition(50, 50);
glutDisplayFunc(display);
glutMainLoop();
return 0;
}
if you think u can help me, please contact me:
husseinnajah123@gmail.com or my Instagram @hxg.1