Новые книги

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.
Книга будет интересна представителям любых стартапов, руководителям среднего звена, которые решили стать независимыми консультантами и экспертами. Рекламным агентствам она поможет в оптимизации внутренних процессов и воспитании проектных менеджеров в штате. Сотрудникам HR-отделов, рекрутерам и охотникам за головами книга пригодится при поиске редких специалистов с ценными навыками. Фрилансерам книга расширит кругозор, представляя репортаж с другой стороны баррикад.

Содержание:


ibase_connect

ibase_connect --
Описание

ibase_connect( );


ibase_pconnect

ibase_pconnect --
Описание

ibase_pconnect( );


ibase_close

ibase_close --
Описание

ibase_close( );


ibase_query

ibase_query --
Описание

ibase_query( );


ibase_fetch_row

ibase_fetch_row --
Описание

ibase_fetch_row( );


ibase_free_result

ibase_free_result --
Описание

ibase_free_result( );


ibase_prepare

ibase_prepare --
Описание

ibase_prepare( );


ibase_bind

ibase_bind --
Описание

ibase_bind( );


ibase_execute

ibase_execute --
Описание

ibase_execute( );


ibase_free_query

ibase_free_query --
Описание

ibase_free_query( );


ibase_timefmt

ibase_timefmt --
Описание

ibase_timefmt( );

Назад, к содержанию