How to Setup To Code ANYTHING 😃 | Visual Studio 2019 | Libraries, Includes

  Рет қаралды 28,347

Code, Tech, and Tutorials

Code, Tech, and Tutorials

Күн бұрын

Пікірлер: 36
@michael_hackson_handle
@michael_hackson_handle Жыл бұрын
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.
@lopo8000
@lopo8000 2 жыл бұрын
Thank you this video is like aspirin c when starting a project in visual studio
@andredasilva9458
@andredasilva9458 3 жыл бұрын
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++.
@danielvangraaf5868
@danielvangraaf5868 3 жыл бұрын
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.
@CodeTechandTutorials
@CodeTechandTutorials 3 жыл бұрын
Glad it helped!
@mcmundn5100
@mcmundn5100 4 жыл бұрын
Very helpful and straight forward. Thank you
@fudgeracoon2529
@fudgeracoon2529 2 жыл бұрын
Great tutorial. Thanks so much :D
@CodeTechandTutorials
@CodeTechandTutorials 2 жыл бұрын
You're very welcome!
@IAmTheFuhrminator
@IAmTheFuhrminator 3 жыл бұрын
Amazing, this saved me so much trouble!
@firstgarden4991
@firstgarden4991 3 жыл бұрын
you see... You're a legend
@MsSirrus
@MsSirrus 2 жыл бұрын
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 ?
@CodeTechandTutorials
@CodeTechandTutorials 2 жыл бұрын
Great idea yeah I can probably do that
@CharlesStaffeld
@CharlesStaffeld 3 жыл бұрын
oh my god, this worked. helped me set up intel MKL library !!!
@ajayjadhav900
@ajayjadhav900 2 жыл бұрын
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.
@knusperbackelpletsplayssta6279
@knusperbackelpletsplayssta6279 2 жыл бұрын
Thank you, you are a lifesaver!
@minegooodd3473
@minegooodd3473 2 жыл бұрын
thank you, very informative video =D
@iliasavgenis8391
@iliasavgenis8391 3 жыл бұрын
Thank you very much. Really helpfull
@robertodimas6459
@robertodimas6459 2 жыл бұрын
Thank you very much!!!
@aham3687
@aham3687 4 жыл бұрын
Very informative. Can we use curl with Android studio in Visual Studio the same way?
@iprogramplus
@iprogramplus Жыл бұрын
cheers Mr.!
@ajayjadhav900
@ajayjadhav900 2 жыл бұрын
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
@ZekeTheElder
@ZekeTheElder 3 жыл бұрын
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
@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.
@nguyenthaile2024
@nguyenthaile2024 2 жыл бұрын
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-v8l
@est1997-v8l 3 жыл бұрын
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.
@taddeustentakel8598
@taddeustentakel8598 3 жыл бұрын
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??
@jeevans3810
@jeevans3810 3 жыл бұрын
sir can you make a video on adding libraries (like fmt ) in vs code . please sir i am searching the internet for a month
@star6seven669
@star6seven669 3 жыл бұрын
what font are you using?
@alanlai8769
@alanlai8769 3 жыл бұрын
very useful!
@taqesaad857
@taqesaad857 3 жыл бұрын
ty so much
@communistdoggo3804
@communistdoggo3804 3 жыл бұрын
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
@CodeTechandTutorials
@CodeTechandTutorials 3 жыл бұрын
Sounds like you need to click on the project in the Solution Explorer window
@communistdoggo3804
@communistdoggo3804 3 жыл бұрын
@@CodeTechandTutorials THANK YOU SO MUCH. now i'm feeling embarrassed
@CodeTechandTutorials
@CodeTechandTutorials 3 жыл бұрын
No problem
@justapenguin9
@justapenguin9 4 жыл бұрын
thank you
@vini9598
@vini9598 2 жыл бұрын
Why is it that tricky to setup a libary in c++?
VCPKG TUTORIAL | Easy C++ Library Management
16:03
Code, Tech, and Tutorials
Рет қаралды 7 М.
CMake Tutorial EP 1 | Understanding The Basics
15:37
Code, Tech, and Tutorials
Рет қаралды 460 М.
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 37 МЛН
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 63 МЛН
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,1 МЛН
How To Find Anything On The Dark Web
2:07
Insider Tech
Рет қаралды 6 МЛН
Using CodeQL to Investigate GraphQL Resolvers
50:57
LiveUnderflow
Рет қаралды 16 М.
pugixml | C++ Libraries
37:53
Lötwig Fusel
Рет қаралды 2,6 М.
Every single feature of C# in 10 minutes
9:50
Train To Code
Рет қаралды 148 М.
C++ Easy Mode -- Getting Started with C++ (Using VCPKG)
31:37
Gamefromscratch
Рет қаралды 32 М.
How-To Use C++ Libraries (without relying on a package manager)
30:22
Code, Tech, and Tutorials
Рет қаралды 58 М.
Small RPG game, Ogre 3D + C++
1:16
Rafal Anonim
Рет қаралды 408
you will never ask about pointers again after watching this video
8:03