Реферат: Системне програмне забезпечення С
#include <afxwin.h>
#include "resource.h"
#include<stdlib.h>
#include <stdio.h>
#include <conio.h>
#include <afxdlgs.h>
#include <iostream.h>
#include <fstream.h>
char str2[300];
int radio1=1,radio2=0,radio3=0; int t, i, j;
char str[80];
char buf1[80];
char buf2[80];
int matrix[20][20];
char str1[300],listStr[10];
int index,inde,ind=10;
short int average ,max,min;
class CMyDialog:public CDialog
{
public:
CString m_text;
CMyDialog():CDialog(IDD_DIALOG) { m_text=_T("text"); }
protected:
afx_msg void OnInput();
virtual void DoDataExchange(CDataExchange *pDX);
BOOL OnInitDialog();
afx_msg void OnLIST2();
afx_msg void OnLIST3();
DECLARE_MESSAGE_MAP()