Incredible that you within 27 minutes educate in how to setup the environment for OGRE, navigate through Visual Studio and also teach about libraries and includes. You saved me about a day's work with this.
@lopo80002 жыл бұрын
Thank you this video is like aspirin c when starting a project in visual studio
@andredasilva94583 жыл бұрын
Thanks! This helped me a lot. It's hard getting into creating applications in c++ since there are so many different ways to use libraries, but your video helped understand how to do it in visual studio and also understand a little about the concept of libraries in c++.
@danielvangraaf58683 жыл бұрын
Bless you for taking your time to make this thorough video! Coming from linux and it's gnu compilers, this is a total new world.
@CodeTechandTutorials3 жыл бұрын
Glad it helped!
@mcmundn51004 жыл бұрын
Very helpful and straight forward. Thank you
@fudgeracoon25292 жыл бұрын
Great tutorial. Thanks so much :D
@CodeTechandTutorials2 жыл бұрын
You're very welcome!
@IAmTheFuhrminator3 жыл бұрын
Amazing, this saved me so much trouble!
@firstgarden49913 жыл бұрын
you see... You're a legend
@MsSirrus2 жыл бұрын
Thanks a lot for your clear tutorials for a beginner like me its a massive help. Do you plan to create a tuto on how we can link theses open sources lib to UE4 too ?
@CodeTechandTutorials2 жыл бұрын
Great idea yeah I can probably do that
@CharlesStaffeld3 жыл бұрын
oh my god, this worked. helped me set up intel MKL library !!!
@ajayjadhav9002 жыл бұрын
How to use subfolders of the VC++ Include Directories in Visual Studio 2017? The solution uses some header files from an outside application, that are organized in one folder containing 268 subfolders, containing other folders and/or header files.
@knusperbackelpletsplayssta62792 жыл бұрын
Thank you, you are a lifesaver!
@minegooodd34732 жыл бұрын
thank you, very informative video =D
@iliasavgenis83913 жыл бұрын
Thank you very much. Really helpfull
@robertodimas64592 жыл бұрын
Thank you very much!!!
@aham36874 жыл бұрын
Very informative. Can we use curl with Android studio in Visual Studio the same way?
@iprogramplus Жыл бұрын
cheers Mr.!
@ajayjadhav9002 жыл бұрын
How to include sub-directories in Visual Studio? I have to include many header files, which are in different sub-directories. Is there a way in Visual Studio (I am using 2013 edition) to set one include path that Visual Studio will search also the sub-directories for header files? My Project is in C/C++. Add the "base folder" to the project (project properties -> Configuration Properties -> C/C++ -> Additional Include Directories, "additional include directories") I have tried the above option but it is not possible for me to add each and every directory followed by a semicolon. I have total 60 + different C C++ sub-directories
@ZekeTheElder3 жыл бұрын
Thank you for the video. You must be made of iron to put up with a build system that requires this level of intent and patients. I have neither. I use C++Build and Delphi which are simple and they just work.
@ulyssesbejarano1847 Жыл бұрын
I dont get this window to pop up, I get a tab that opens up with a different UI and dont have access to the parameters in this tutorial. Im using Visual Studio 2019 and im trying to create a bridge for a C++ sdk to use in a C# WPF application.
@nguyenthaile20242 жыл бұрын
Sir! I have a question is: If in Post-Build Event that i want to add a dynamic Source so What should I do?
@est1997-v8l3 жыл бұрын
Hello sir, i am a university student. Currently we are learning c++. When i want to assign my homework to the website of the school, i am zipping all my project file and sending it. But then if i try to download myproject.zip file and open the .sln file vs19 says "one or more projects in the solution were not loaded correctly". İf i try to open the main.cpp in the zip file, the main function is opening and the includes are visible but if i Ctrl+left click on includes ide says "file not found in current source files directory or in build system paths.". Sir, i want to assign my homeworks properly to the website. İf you help me how can ı do it i will be very happy. In my projects, .h files are in the header files folder, and .cpp files are in the source files folder.
@taddeustentakel85983 жыл бұрын
Can some1 pls help me: How to set up a commandline argument for the Linker, which is in fact: "/NODEFAULTLIB[:Library]" command but everytime i Set it up in the "Commandline-Section of the "Librian" section , when I build, it says "unknown option: /NODEFAULTLIB[:Library] - is being ignored" ... Where to pass these commands in to be included in the build process??
@jeevans38103 жыл бұрын
sir can you make a video on adding libraries (like fmt ) in vs code . please sir i am searching the internet for a month
@star6seven6693 жыл бұрын
what font are you using?
@alanlai87693 жыл бұрын
very useful!
@taqesaad8573 жыл бұрын
ty so much
@communistdoggo38043 жыл бұрын
hi! can i ask you a question? At the configuration properties why i see only "general"? How can i activate the rest? I searched the entire internet and i didn't find out........PLS HELP if you know how
@CodeTechandTutorials3 жыл бұрын
Sounds like you need to click on the project in the Solution Explorer window
@communistdoggo38043 жыл бұрын
@@CodeTechandTutorials THANK YOU SO MUCH. now i'm feeling embarrassed