Point me to a Windows API Tutorial...
I'm using notepad and Digital Mars Compiler to do C++. I'd like to start using WinAPI components to avoid all-command prompt programs. Anyway, can someone point me to a (non-visual C++) tutorial for WinAPI in C++? (if it isn't possible to use WinAPI in regular C++, please tell me)
Re: Point me to a Windows API Tutorial...
www.winprog.org/tutorial
You can use winapi with c and c++, no difference.
Re: Point me to a Windows API Tutorial...
Quote:
Originally Posted by Yushatak
I'm using notepad and Digital Mars Compiler to do C++. I'd like to start using WinAPI components to avoid all-command prompt programs. Anyway, can someone point me to a (non-visual C++) tutorial for WinAPI in C++? (if it isn't possible to use WinAPI in regular C++, please tell me)
Sure it's possible but why not use some kind of IDE? It doesn't have to be Microsoft Visual C++ but using some kind of visual IDE will greatly speed up your development process. Handwriting resource files is by no means fun.