gcc unable to find "windows.h, winsock2.h and ws2tcpip.h" header files even after installing mingw package on Linux – Debian
I am trying to create a c/c++ program using winsock2.h, windows.h and ws2tcpip.h in Linux. But I get the following error messages: cannot open source file "winsock2.h"C/C++(1696) Likewise for windows.h cannot open source file "windows.h"C/C++(1696) I have already installed Mingw…