Use of the library in different S.

0

Galera, have been developing some projects in C but at some point there was a need to use the library "Windows.h". So far so good, the problem is that I developed with Linux and I researched the library it is unique to Windows and obviously it is not logical to use it in my development environment. I would like to know if you have any similar ones for Linux.

    
asked by anonymous 31.10.2018 / 03:34

1 answer

1

Yes Eric, there are similar libraries:

You can choose to use GTK + ( link ), with it you can use the same code to develop graphical interfaces for Windows, Linux or MacOS, here is a list of the languages that GTK supports: link .

You can also choose Qt ( link ), I can not say much about it because I've never used it, but what I hear is which differs from GTK + (which supports C), it supports C ++ instead of C.

    
01.11.2018 / 01:35