Реферат: Системне програмне забезпечення С
CChildNextWnd(CWnd *pParent)
{
CRect wndSize(0,0,300,300);
Create(NULL,"ChildWindow",WS_OVERLAPPEDWINDOW|
WS_CHILD,wndSize,pParent);
}
};
BEGIN_MESSAGE_MAP(CChildNextWnd,CFrameWnd)
ON_WM_PAINT()
END_MESSAGE_MAP()
void CChildNextWnd::OnPaint()
{
CPaintDC dc(this);
char t[10];
int arr[10];
int i=0,n=0,j=0,m=0;
while(str1[n]!='\0')
{
while(isdigit(str1[n]))
{
t[i++]=str1[n];
n++;
}
if(i>0)
{t[i]='\0';i=0;arr[m++]=atoi(t);}
n++;
}
int a=50,b=80;
i=0;