* This function positions the cursor at the specified * x,y coordinate. It uses the Ansi standard ESCAPE * * sequence to produce the desired effect. Its not the * * fastest way to position the cursor, but perhaps the * * most portable. *
C++ Primer的第三版結(jié)合了Stanley Lippman的實踐經(jīng)驗和Josée Lajoie對于Ansi/ISO標準C++的深入理解。這本指導(dǎo)書的第三版已經(jīng)被重新改寫過,以便更加精確地講述標準C++的特性和用法。在本書中,對于C++初學(xué)者特別有價值的是一些來自真實世界中的程序例子,它們說明了泛型程序(generic program)的設(shè)計、面向?qū)ο蟪绦虻脑O(shè)計、模板的用法,以及使用標準C++進行程序設(shè)計的方方面面。而且,本書也在適當?shù)牡胤街v到了一些習(xí)慣用法以及效率指導(dǎo)。
The JILRunOnly project is a simple command-line application written in Ansi-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.