cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
C++ Console App v Windows App
C++ Console App v Windows App
Sep 1, 2011 at 5:54pm UTC
Muhasaresa
(74)
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
Sep 1, 2011 at 6:35pm UTC
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.