C++ Console App v Windows App

Hello :D

I'm a beginner in C++, and I was wondering what the difference in the code would be when you are writing for a console app and a Windows app. For example how much would a simple calculator differ in code?

Thanks,

Muhasaresa
closed account (Gz64jE8b)
I have 2 programs that do the same job.

Console is 100 lines long.

Windows is 300 lines long.

Master C++ console first before you move on to Windows apps, it's a lot harder.
Topic archived. No new replies allowed.