- 18
- 1 012
Isai Mar Garcia
Приєднався 15 вер 2022
Hangman game C++
Today I'll show you a Hangman game app I made in C++ using classes and functions. Enjoy!
Переглядів: 4
Відео
Pointers in C++
Переглядів 1012 днів тому
Today I'll show you what pointers are in C and how I implemented them in my bank system app. Enjoy!
remove_if, for_each, accumulate functions in C++
Переглядів 215 днів тому
Today I will show you how to use some functions in C libraries and how I implemented them to a banking system app. Enjoy!
List container in C++
Переглядів 18Місяць тому
Today I will show you how to use lists in a simple bank system application to store multiple accounts with IDs and balances. We will use lists to find the an account by ID and to deposit and withdraw from the accounts. Enjoy!
Classes in C++
Переглядів 8Місяць тому
Today I'll teach you about classes in C by showing a bank system app using a Class for the bank accounts. Enjoy!
C++ Basics
Переглядів 6Місяць тому
Today we go through a C function that helps us take input from the user to withdraw and deposit money to a "bank account". Enjoy the video!
Visual Studio Debugger
Переглядів 5Місяць тому
Today we will learn how to use the debugger in Visual studio. The debugger is a great tool to help us find any errors in our code. Enjoy the video!
API Documentation using Swagger UI
Переглядів 24Місяць тому
Today I show how I used swagger-UI to add API documentation to a Temple API and make requests in the browser.
POST, PUT, DELETE requests to mongodb using RENDER
Переглядів 32 місяці тому
Today we show how to make some API requested to a mongo data base and test them with render connected to our Github.
Connect API to Mongodb
Переглядів 82 місяці тому
Today we learn how to connect a simple API to a Mongo database and host it in Render.
Node Web Server
Переглядів 152 місяці тому
Today we are learning about how to run a simple Web server in local host and Render. Thank you for watching!
Quick Sort Algorithm
Переглядів 35 місяців тому
Hello, today we are going to learn about the Quick Sort algorithm, it's uses, performance, and a walk through how it works.
Data Analysis (R Studio)
Переглядів 212 роки тому
Today I make my first R project and make an analysis between happiness and corruption.
Chatbot using Chatterbot
Переглядів 132 роки тому
Hello, in this video I made the chatbot using the chatterbot library.
Temple Runner (Infinite Runner Unity Game)
Переглядів 292 роки тому
Hello viewers! In this video I talk about a game that I made in Unity. It helped me learn more about Unity's tools to use, like Box collider and the Scene Manager.
Amazing!