Windows API Features

Are they standard c or C ++ code? what they?

+3
source share
4 answers

The original Win32 API is based on C. However, there are many COM-based services on Windows. Good examples are clipboard, drag & drop + drop, shell, user mode driver infrastructure, DirectX. Although it is technically possible to write COM code in C, it is very painful to do so.

You are actually using C ++. And a C ++ class library to make the original C-interface less painful, especially for the graphical interface.

+5
source

They are standard C code if you are programming against a pure Windows API.

++, MFC.

.NET framework.

+2

Windows API - C-. (++ ..).

wikipedia.

0

Windows API . C ++. Microsoft , Windows ++, - API, API (, Direct X) C .

C , C, Windows, C. (, C .)

0

Source: https://habr.com/ru/post/1786398/


All Articles