This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// WindowsProject1.cpp : Определяет точку входа для приложения. | |
// | |
#include "stdafx.h" | |
#include "WindowsProject1.h" | |
#define MAX_LOADSTRING 100 | |
// Глобальные переменные: | |
HINSTANCE hInst; // текущий экземпляр |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Main loop | |
while : | |
do | |
# Screen cleanup | |
clear | |
# Show menu |