Тэги:
#How_to_Create_a_Calculator_in_C++_using_Visual_Studio_2019 #Create_a_Calculator_in_C++ #How_to_Create_a_Calculator_in_C++Комментарии:
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 know..... 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.
thank you bro
Ответитьit works
Ответитьthank you so much, really good video men. If you do more videos about project like this would be very good,
Ответитьvery useful sir
ОтветитьCool video :)
ОтветитьIt worked, thanks.
ОтветитьCan we make the same using c language....???
ОтветитьThanks for good explanation 👍 👏
Ответитьim in the latest version of visual studio code, where do i create a new project?
ОтветитьThanks for the tutorial, it is really helpful
ОтветитьThis video was very informative and very satisfying to listen to!
Ответитьi dont have clr
ОтветитьI DID IT omg thank you a lot
Ответитьthis is the way to learn programming............great job
Ответитьthanks Man
Ответитьthank you
ОтветитьThank you, you're a life saver
ОтветитьThanks it is really helpful 👍
Ответитьthank you, it save my lot of time .
ОтветитьThe best video about creating calculator in C++. Thank you so much <3
Ответитьthank you
ОтветитьThank u so much sir g
ОтветитьMashAllah... I appreciate your efforts and works...!!!
ОтветитьTerima kasih Pak Paul Oamen. Sangat bermanfaat. Semoga selalu sehat dan berbahagia. Salam dari Kota Malang Indonesia
ОтветитьMashaAlllah
ОтветитьThank you so much for this wonderful tutorial
ОтветитьWas looking for this, recognized your name from your other helpful tutorials and knew I had to click on it. Didn't disappoint.
Ответитьthank you so much
ОтветитьGood afternoon, I would like to know, but how does the program understand what action is assigned to any button? (+, -, *, /) :)
Ответить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
Ответитьhow to do it with Mac
ОтветитьGreat video! What is the time complexity?
ОтветитьHOw about % function ?? :D
ОтветитьIm from^ Peru:: {Muchas gracias Paul..great tutorial.} exit.
Ответитьfeeling very lucky to find this video where can i get the source code of this program please
ОтветитьThank you for the nice tutorial! Your shady voice makes it even more interesting.
Ответить👍👍
Ответить @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) {
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
CalculatorTut::MyForm form;
Application::Run(% form);
}
This helped me a lot to go from console apps to my first GUI...thanks.
ОтветитьКак сделать двойное нажатие на "="?
Ответитьhello, I can't find in the clr extension for the project in order to make this, where can I find it
ОтветитьMakasih saya dari Indonesia
Ответить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.
Ответитьhow did U do that
Ответить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 :)
ОтветитьAfter changing the buttons to "EnterNumbers" and putting the code, I try to run it and am getting error LNK1104 cannot open file 'MSCOREE.lib' please help!
Ответить