::Главная страница :: С++/Си :: Статьи :: Справочник
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
parsfnm Анализирует имя файла
    DOS Win16    #include <dos.h>
             char *parsfnm(const char *cmdline,
                      struct fcb *fcb, int opt);
_pclose Ожидает объекта управляющего окончанием работы
    OS/2 Win32    #include <stdio.h>
             int _pclose(FILE * steam);
peek Возвращает слово памяти с адресом segment:offset
    DOS Win16
             #include <dos.h>
             int peek (unsigned segment, unsigned offset);
peekb Возвращает байт памяти c адресом segment:offset
    DOS Win16    #include <dos.h>
    OS/2       char peekb (unsigned segment, unsiged
              offset);
perror Выводит системное сообщение об ошибке
    DOS UNIX     #include <stdio.h>
    OS/2 Win32    void perror(const char *s);
    ANSI C++ ANSI C
_pipe Создает объект записи/чтения
    OS/2 Win32    #include<io.h>
             #include<fcntl.h>
             int _pipe (int *handles, unsigned int
             syze,int mode);
poke Записывает целочисленное значение в память по адресу segment:offset
    DOS Win16    #include <dos.h>
             void poke(unsigned segment, unsigned offset,
             int value);
pokeb Записывает заданный байт в память по адресу segment:offset
    DOS Win16    #include <dos.h>
             void pokeb(unsigned segment,
             unsigned offset, char value);
poly,polyl Формирует полином из заданных аргументов
    poly       #include<math.h>
             double poly (double x, int degree,
    DOS UNIX Win16           double coeffs[]);
    OS/2 Win32
               ---***---
    polyl       #include<math.h>
             long double polyl(long double x, int degree,
    DOS Win16              long double coeffs[]);
    OS/2 Win32
_popen Создает объект управляющий процессом.
             #include <stdio.h>
    OS/2 Win32    FILE * _popen(const char *command, const
             char * mode);
pow,powl Вычисляет значения х в степени y
    pow        #include<math.h>
             double pow(double x, double y);
    DOS UNIX Win16
    OS/2 Win32
    ANSI C++ ANSI C
               ---***---
    powl       #include<math.h>
             long double powl(long double x, double y);
    DOS Win16
    OS/2 Win32
pow10,pow10l Вычисляет значение 10 в степени p
    pow10       #include<math.h>
             double pow10(int p);
    DOS UNIX Win16
    OS/2 Win32
               ---***---
    pow10l      #include<math.h>
             long double pow10l(int p);
    DOS Win16
    OS/2 Win32
printf Осуществляет форматный вывод в поток stdout
    DOS UNIX     #include<stdio.h>
    OS/2 Win32    int printf(const char *format[,аргумент,...]);
    ANSI C++ ANSI C
putc Выводит символ в поток
    DOS UNIX Win16 #include <stdio.h>
    OS/2 Win32    int putc (int c, FILE *stream);
    ANSI C++ ANSI C
putch Выводит символ на экран
    DOS Win16    #include<conio.h>
    OS/2 Win32    int putch(int c);
putchar Выводит символ в поток stdout
    DOS UNIX Win16 #include <stdio.h>
    OS/2 Win32    int putchar (int c);
    ANSI C++ ANSI C
putenv Добавляет строку в текущее описание среды
    DOS UNIX Win16 #include<stdib.h>
    OS/2 Win32
             int putenv(const char *name);
puts Выводит строку в поток stdout
    DOS UNIX Win16 #include <stdio.h>
    OS/2 Win32    int puts (const char *s);
    ANSI C
puttext Копирует текст из памяти на экран в текстовом режиме
    DOS
    OS/2 Win32    #include <conio.h>
             int puttext(int left, int top, int right,
                 int bottom, void *source);
putw Выводит целое в поток
    DOS UNIX Win16 #include <stdio.h>
    OS/2 Win32    int putw (int w,FILE *stream);

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