Tuesday, June 21, 2011

Is the C++ language all about working with cmd.exe or you can create self supported .exe applications?

I'm currently learning Visual C++ using Ivor Horton's book and using Visual studio 2008. So far, i've been creating applications that only run in cmd.exe and I'm wondering when I'll start learning about creating self supporting applications where you can add textboxes, labels and command ons. I got a little curious and created a windows form application but I find it so hard applying what i learnt in win32 console application to a windows form application. I can't even create a simple program that adds two numbers and gives the answer. If anyone could direct me, i would be glad.

No comments:

Post a Comment