::Главная страница :: С++/Си :: Статьи :: Справочник
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
tan,tanl Вычисляет тангенс
    tan        #include <math.h>
             double tan(double x);
    DOS UNIX Win16
    OS/2 Win32
    ANSI C++ ANSI C
    ---***---
    tanl       #include <math.h>
             long double tanl(long double x);
    DOS UNIX Win16
    OS/2 Win32
tanh,tanhl Вычисляет гиперболический тангенс
    tanh       #include <math.h>
             double tanh(double x);
               ---***---
    tanhl       #include <math.h>
    версия      long double tanhl(long double x);
    DOS Win16
    OS/2 Win32
tell Получает текущую позицию указателя файла
    DOS UNIX Win16 #include <io.h>
    OS/2 Win32 ANSI C long tell(int handle);
tempnam Создает уникальное имя файла в специфицированном каталоге
    DOS UNIX Win16
    OS/2 Win32    #include <stdio.h>
             char *tempnam(char *dir, char *prefix);
textattr Устанавливает текстовые атрибуты
    DOS        #include <conio.h>
    OS/2 Win32    void textattr(int newattr);
textbackground Устанавливает новый цвет фона
    DOS        #include <conio.h>
    OS/2 Win32    void textbackground(int newcolor);
textcolor Устанавливает новый цвет символов в текстовом режиме
    DOS
    OS/2 Win32    #include <conio.h>
             void textcolor(int newcolor);
textmode Переводит экран в текстовый режим
    DOS        #include <conio.h>
    OS/2 Win32    void textmode(int newmode);
time Получает время дня
    DOS UNIX Win16 #include <time.h>
    OS/2 Win32    time_t time(time_t *timer);
    ANSI C++ ANSI C
tmpfile Открывает временный файл в двоичном режиме
    DOS UNIX Win16 #include <stdio.h>
    OS/2 Win32    FILE *tmpfile(void);
    ANSI C++ ANSI C
tmpnam Создает уникальное имя файла
    DOS UNIX Win16 #include <stdio.h>
    OS/2 Win32    char *tmpnam(char *s);
    ANSI C++ ANSI C
toascii Преобразует символ в формат ASCII
    DOS UNIX Win16 #include <ctype.h>
    OS/2 Win32    int toascii(int c);
_tolower Преобразует символы в символы нижнего регистра
    DOS UNIX Win16 #include <ctype.h>
    OS/2 Win32    int _tolower(int ch);
tolower Преобразует символы в символы нижнего регистра
    DOS UNIX Win16 #include <ctype.h>
    OS/2 Win32    int tolower(int ch);
    ANSI C++ ANSI C
_toupper Преобразует символы в символы верхнего регистра
    DOS UNIX Win16 #include <ctype.h>
    OS/2 Win32    int _toupper(int ch);
toupper Преобразует символы в символы верхнего регистра
    DOS UNIX Win16 #include <ctype.h>
    OS/2 Win32    int toupper(int ch);
    ANSI C++ ANSI C
tzset Устанавливает значение глобальных переменных daylight, timezone и tzname
    DOS UNIX Win16
    OS/2 Win32    #include <time.h>
             void tzset(void);

Обмен кнопками, ведение статистики, реклама.