- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
#ifndef CONIO_H
#define CONIO_H
#ifdef __cplusplus
extern "C" {
#endif
#include <ncurses.h>
#define BLUE COLOR_BLUE
#define RED COLOR_RED
#define WHITE COLOR_WHITE
#define BLACK COLOR_BLACK
#define MAGENTA COLOR_MAGENTA
#define CYAN COLOR_CYAN
#define GREEN COLOR_GREEN
#define YELLOW COLOR_YELLOW
#define LIGHTBLUE COLOR_BLUE
#define LIGHTRED COLOR_RED
#define LIGHTGREEN COLOR_GREEN
#undef getch
void init_screen(void);
void gotoxy(int x,int y);
void clrscr(void);
void clreol(void);
int kbhit(void);
void textbackground(int color);
void textcolor(int color);
void delline(void);
void window(int left, int top, int right, int bottom);
int getch(void);
int getche(void);
int wherex(void);
int wherey(void);
int cputs(char*);
char* cgets(char*);
int cprintf(const char*, ...);
int cscanf(const char*, ...);
#ifdef __cplusplus
}
#endif
#endif /* CONIO_H */
OCETuHCKuu_nemyx 08.06.2020 18:34 # 0
OCETuHCKuu_nemyx 08.06.2020 18:36 # 0
OCETuHCKuu_nemyx 08.06.2020 18:36 # 0
gost 08.06.2020 18:45 # +1
bormand 08.06.2020 18:37 # 0
MAKAKA 08.06.2020 22:03 # 0
думаю, fscanf сконирует stdin, а cscanf -- физически консоль, не?
OCETuHCKuu_nemyx 08.06.2020 19:12 # 0
MAKAKA 08.06.2020 20:21 # 0
Запустишь в досбоксе, будешь хуярить
[quote]
Welcome to Borland C++ & Application Frameworks 3.1
---------------------------------------------------
This README file contains important information about Borland C++.
For the latest information about Borland C++ and its accompanying
programs and manuals, read this file in its entirety.
TABLE OF CONTENTS
-----------------
1. How to Get Help
2. Installation
3. Features
4. Important Information
5. Testing Your Expanded Memory
6. Corrections to the Documents
[/quote]
Полный дистр.
Книги
Borland_C++_Version_3.1_Programmers_Guid e_1992
Borland_C++_Version_3.1_Tools_and_Utilit ies_1992
Borland_C++_Version_3.1_Users_Guide_1992
OCETuHCKuu_nemyx 15.10.2021 21:16 # 0
OCETuHCKuu_nemyx 08.06.2020 21:49 # 0
MAKAKA 08.06.2020 21:54 # 0
возможно, вы имели ввиду "от конардо"?
OCETuHCKuu_nemyx 08.06.2020 21:58 # 0
gostinho 06.08.2020 22:30 # 0
OCETuHCKuu_nemyx 06.08.2020 22:42 # 0
guest8 06.08.2020 23:05 # −999
MAKAKA 06.08.2020 23:09 # 0
OCETuHCKuu_nemyx 06.08.2020 23:10 # 0
MAKAKA 06.08.2020 23:11 # 0
OCETuHCKuu_nemyx 06.08.2020 23:16 # 0
MAKAKA 06.08.2020 23:19 # 0
OCETuHCKuu_nemyx 06.08.2020 23:21 # 0
MAKAKA 06.08.2020 23:22 # 0
OCETuHCKuu_nemyx 06.08.2020 23:23 # 0
MAKAKA 06.08.2020 23:27 # 0
nPOnOBeDHuK 15.10.2021 21:59 # 0