ive heard people using somthing like

#include <windows.h>

so that its not in the command prompt and its in a window the size the person making it selects

Recommended Answers

All 2 Replies

You'll need to learn Win32 API or MFC if you want to make windows. Either that or learn Visual Basic.

The windows header file includes other stuff then just what is needed to create windows. But yes, if you want to create a GUI app, you need to include windows.h and learn the win32 api. Give it a google.

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.