Can the Windows API be utilized using just C? -



Can the Windows API be utilized using just C? -

i'm in process of teaching myself c (coming java). appreciate language lot, , 1 of main reasons learning can utilize jni feature built java write native code when necessary. question windows api. can utilize functions , features of api using c?

will windows api compatible pure c code or contain classes , such can utilized c++ code?

also, if compiled shared library on windows machine (lib.sl not lib.dll), work on machine (mac/linux)?

the windows api (aka win32 api) pure c library. no cannot utilize windows shared library on non-windows machine unless there software supports windows abi - such wine or reactos.

c windows winapi jni shared-libraries

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -