Do I need to know C to use win32?

Jan 26, 2016 at 5:32am
I'm learning the C++ way of doing things, so I don't have any ideas of C.
Jan 26, 2016 at 9:36am
You need to know how to call functions and what a struct is.
Jan 26, 2016 at 4:27pm
And you need to know what a null terminated string (character array) is.
Jan 26, 2016 at 4:40pm
closed account (E0p9LyTq)
If you have a good handle on C++, calling functions, structures and character array strings, then you have learned most of the C-based knowledge you need to learn the Win32 API.

There is more to programming apps for Windows now, though. There are new technologies such as Windows Forms, C#, .NET, etc.
Jan 26, 2016 at 7:45pm
Yeah I know those things that you guys listed. Thanks.
Topic archived. No new replies allowed.