I got a book today on programming windows 95 and it only reaches you programming using C not C++.
I think that you only use window API calls when programming in windows then on which do get to see the difference in C and C++ in windows programming?
Printable View
I got a book today on programming windows 95 and it only reaches you programming using C not C++.
I think that you only use window API calls when programming in windows then on which do get to see the difference in C and C++ in windows programming?
Well, windows programming is very much about using the API. For someone who starts windows programming after learning C++ it seems like a whole new language.
The use of classes is used widely among Win32 programs. Grame programming is one of them. MDI Applications can also use classes too (one for each document).