How to Create a Calculator in C++ using Visual Studio 2019

preview_player
Показать описание
How to Create a Calculator in C++ using Visual Studio 2019. In this tutorial, you will learn how to create a Form in C++, and then add components to develop a functioning Calculator.

See details of the Forum, Create C++ Windows Forms application in Visual Studio 2017:

To support more videos from Captain's channel, visit POamen Paypal

Visit DJ Oamen Channel:

DJ Oamen Channel:
Рекомендации по теме
Комментарии
Автор

Was looking for this, recognized your name from your other helpful tutorials and knew I had to click on it. Didn't disappoint.

brysondale
Автор

This helped me a lot to go from console apps to my first GUI...thanks.

cac
Автор

Terima kasih Pak Paul Oamen. Sangat bermanfaat. Semoga selalu sehat dan berbahagia. Salam dari Kota Malang Indonesia

arieflukmanhakim
Автор

The best video about creating calculator in C++. Thank you so much <3

HomikiGaming
Автор

MashAllah... I appreciate your efforts and works...!!!

abdulmohab
Автор

This video was very informative and very satisfying to listen to!

mazecraze
Автор

this video was very nice, it helped a lot for my project and even fixed some concepts that i might had misunderstood in class, thank you very much :)

rana_xvi
Автор

Thank you Sir, so much appreciate. I was almost losing it because everything was working well but the decimal operations. I followed exactly what you did and I was getting an error whenever I tried to do an operation with a decimal number. Turned out that since my system operator is in Spanish I needed to change the dot " . " for a comma ", " lmao, it's working well now. I'm definitely going to check more of your videos.

mrcsnbr
Автор

hello, I can't find in the clr extension for the project in order to make this, where can I find it

willcolletti
Автор

thank you so much, really good video men. If you do more videos about project like this would be very good,

MARIOGARCIA-gyxn
Автор

Thank you for the nice tutorial! Your shady voice makes it even more interesting.

faustostella
Автор

Thanks very much for the video, but where did you declared txtDisplay from 9:34 ?

patric
Автор

Hi Paul, In parallel to my work i have been learning C++ for like 2 years, but i would like to comment on something, following your videos i can make my calculator to work with several changes that are omitted in the video, like the name of the display is different and the button "." is also different, but as a beginner i can figure it out how to solve it, but i realize that i'm just doing copy and paste, is it possible that you make a video or point me where i can find the secrets of visual studio, i mean where all these precooked code come from, what they mean... i want to understand the logic behind of what you are doing you do you know the saying
"Give a Man a Fish, and You Feed Him for a Day. Teach a Man To Fish, and You Feed Him for a Lifetime"
Your videos really teach real and practical applications.
Thanks so much.

marioc
Автор

Dear Paul, thanks a lot for the video. I've done all exactly the way you explained but at time 11:14 it throws Error LNK2001 and LNK1120. How should I handle these errors? thanks

mohamadmaleki
Автор

Thank you so much for this wonderful tutorial

amitraz
Автор

​ @Paul Oamen Hello! Could you explain what does this code actually mean?
Is this a standart solution for error from "MyForm.h"?
Sorry i couldn't understand

​using namespace System;
using namespace System::Windows::Forms;

[STAThreadAttribute]
void Main(array<String^>^ args) {


CalculatorTut::MyForm form;
Application::Run(% form);
}

aleksandrpanibratenko
Автор

Thanks for the tutorial, it is really helpful

kadekmentik
Автор

Im from^ Peru:: {Muchas gracias Paul..great tutorial.} exit.

yorkrogers
Автор

Great video! What is the time complexity?

SindunaVeronicaNgaba
Автор

very good video but i want to learn more on c++ i can use console app very good but i can not use this win form how can i found any source for this win form

blackburnmichelson