I'm using gcc compiler in linux ubuntu os. I's started doing windows programming in c but my compiler does not having windows.h or supporting header files. How can i include these windows programm supporting files? Can i download them externally or what else.......?

Recommended Answers

All 2 Replies

The header file will do you no good without the libraries. If you want to code Windows program on *nix then you need a cross compiler.

Here is a related article you should read.

You can donwload MinGW for windows it has a GCC compiler for C and G++ compiler for C++. Good Luck

commented: advert his own websitge -3
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.