Новые книги

Сразу после выхода в свет эта книга заняла первые места на Amazon среди книг по маркетингу и клиентскому сервису. Формирование источника регулярной выручки для компании – важная задача каждого предпринимателя. Благодаря разнообразию разновидностей бизнес-моделей на основе подписки для каждой отрасли можно найти подходящий вариант. Подписчики в любом случае намного ценнее для компании, чем обычные покупатели.

Эта книга для всех, кто хочет построить бизнес-модель, приносящую регулярную прибыль.

На русском языке публикуется впервые.
The tutorials start with the most basic Windows program, the windows equivalent of "hello world!", Winnie. Then we move on to a more Generic program, which serves as a skeleton for a simple Windows application. Then we discuss various Controls. Using these controls one can build a complete dialog-based application, whose main window is a dialog. We are then ready to discuss a Generic Dialog, a framework with which one can quickly build specific dialogs.

To do some simple graphics one needs a Canvas object. You use Pens and Brushes to paint on the canvas.

More advanced topics include programming with Threads with a practical example of a Folder Watcher — a program that watches directories for changes.

Modern windows programming requires some knowledge of the Shell API, which leads us to the discussion of OLE and COM. We show how one can encapsulate OLE in C++ to create Smart OLE. OLE is also used in Automation, which lets your application talk to other applications.

Controls are nothing but specialized windows. You can easily create your own controls, as evidenced by the Splitter Bar tutorial.

For graphics programmer, we give a short introduction on using Bitmaps for animation and a more advanced tutorial on using Direct Draw.

xml_get_error_code

Учебник РНР
Назад Вперёд

xml_get_error_code

(PHP 3>= 3.0.6, PHP 4)

xml_get_error_code - получает код ошибки XML-разборщика.

Описание

int xml_get_error_code (resource parser)

parser

Ссылка на XML-разборщик для получения кода ошибки.

Эта функция возвращает FALSE, если parser не ссылается на правильный разборщик, либо возвращает один из кодов ошибки, перечисленных в разделе кодов ошибки.


Назад Оглавление Вперёд
xml_get_current_line_number Вверхxml_parse_into_struct