Do I need to know C to use win32?

I'm learning the C++ way of doing things, so I don't have any ideas of C.
You need to know how to call functions and what a struct is.
And you need to know what a null terminated string (character array) is.
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.
Yeah I know those things that you guys listed. Thanks.
Topic archived. No new replies allowed.