I started learning c++ this summer. I have worked with simple console applications and i have a sense of the basic c++ syntax and uses.
The thing is that i have been intrested since the beggining in programming c++ forms.
I want to extend my knowledge of c++ by learning c++ form programming but i have been unable to find a good learning source.Most youtube videos don't explain the code they use in their forms while i haven't been able to find any books asociated with this topic either.
I would greatly apreciate it if someone could give me a helping hand in findind a good learning source(Books,videos,websites,blogs or w/e)
(I have both Visual c++ 2010 express and RAD studio 10 seattle IDEs)
Ok (btw thanks for the great suggestions) so if for instance i read the book "Pro Visual C++/CLI and the .NET 2.0 Platform" i will then be able to to make forms ?Because as it seems the book uses the console-application way of teaching you things.
Yes it starts with console apps but covers Forms in about 150 pages. Even in Form apps you need to to know about other things as well. What kind of apps do you want to create?
I already started reading the book. You are right about how important global knowledge is in creating apps . It actually surprised me how short the code on your editor is. Thanks for all your help i will make the most out of the book!
(I don't have any particular interest in what kind of apps i want to create , im a highschool student who looks into picking up and learning a functional language like c++)