Compare commits

..

1 Commits

View File

@ -178,12 +178,13 @@ INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
} }
return (INT_PTR)FALSE; return (INT_PTR)FALSE;
} }
#include <stdio.h>
#include <stdio.h> //логика первой лабы
#include<Windows.h> #include<Windows.h>
void main() void main()
{ {
SetConsoleCP(1251); SetConsoleCP(1251);
SetConsoleOutputCP(1251); //3232 SetConsoleOutputCP(1251);
printf("Нефедов\n"); printf("Нефедов\n");
printf("Александр\n"); printf("Александр\n");