SDK is acronym for software development kit. It is a set of tools designed to help c programmers create window application.
Steps for creating windows using SD
A sample of windows program:
#include <windows.h>
Int_stdcall WinMain(HINSTANCE hins, HINSTANCE hprev, LPSTR lps2, int ncmdshow)
{
MessageBox(0,”Hello!”,o);
Return 0;
}
Note: Build the program then run it.
Leave a Comment
1 Comments