filmov
tv
How to create a simple GUI in C++ | Creating a simple GUI calculator
Показать описание
In this video we learn how to create a simple GUI calculator using C++ in MS visual Studio 2012.
---------------------------------------------------------------------------------------------------------------------------
CODE IN DESCRIPTION:
using namespace System;
using namespace System::Windows::Forms;
[STAThread]
void main()
{
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Project1::MyForm form;
Application::Run(%form);
}
------------------------------------------------------------------------------------------------------------------------------------------------------------------
MY PC Specs:
Intel core i5 10th Gen
8gb ram
2GB graphics card NVidia
Microsoft Visual Studio 2012
---------------------------------------------------------------------------------------------------------------------------
Check out my most viewed video:
For any query feel free to email me at following:
---------------------------------------------------------------------------------------------------------------------------
CODE IN DESCRIPTION:
using namespace System;
using namespace System::Windows::Forms;
[STAThread]
void main()
{
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
Project1::MyForm form;
Application::Run(%form);
}
------------------------------------------------------------------------------------------------------------------------------------------------------------------
MY PC Specs:
Intel core i5 10th Gen
8gb ram
2GB graphics card NVidia
Microsoft Visual Studio 2012
---------------------------------------------------------------------------------------------------------------------------
Check out my most viewed video:
For any query feel free to email me at following:
EASIEST WAY to create SIMPLE DESKTOP APP with Python! #programming #python #coding #tutorial
How to Create a Simple Process Map (With Examples)
How to create a Simple Dashboard Report in Microsoft Excel
How to Create a Simple Makefile - Introduction to Makefiles
Create a Simple Neural Network in Python from Scratch
The Absolute FASTEST Way to Create a Simple Website in Less Than 10 Minutes
how to create a simple calculator using c++ #programminglanguage
Create Simple Personal Portfolio Website with HTML & CSS | Step by Step Tutorial
How to create easy #doodle on #Procreate — simple, fun, and quick #creativetutorial #ipadproart
Create a simple chatbot (Python)
8. How to Create a Simple HTML Page (Hindi)
HOW TO CREATE A SIMPLE WEBSITE USING HTML AND CSS PART -1 (TAMIL)
Create a Simple Django Web Application | Django Beginners Tutorial
How to create a simple select query in Microsoft Access
How to Create a Simple WordPress Plugin | 2021 WordPress Tutorial
Simple Scene to Create in Blender! (Step by Step Guide)
HOW TO CREATE SIMPLE LOGO IN ADOBE ILLUSTRATOR
Create a SIMPLE personal dashboard with Notion ( + top 10 Tips) | Beginner Tutorial + Free Template
How to Create a Simple Composite in Photoshop
Simple Scene to Create in Blender! (Step by Step Guide)
How to create a Simple Flask app in just 5 minutes | Python Flask Tutorial for beginners
How to Create a Simple Cash Book in Excel
How to Create a Simple Blender Addon in 15 Minutes
How to Create a Simple Sign Up Form - Google Forms
Комментарии