Yes newer version of Cquery is coming in this week so stay tuned ;) and new version will include filing related functions so wait for the awesome :)
Monday, 16 February 2015
Monday, 14 April 2014
Cquery! Code less C fast
Welcome to Cquery's online documentation..!!
Cquery is a Open source C language header file or library which add extra functionalities and provide little amount of animation in C!!. It amazingly simplifies your code.
It already have other essential header files [Please read] so you don't need to include them just include Cquery.h in your code and enjoy the animations :)
For more information Please read About page.
You can also suggest more functions to me please use suggestion and feedback page.
as in my case
Cquery is a Open source C language header file or library which add extra functionalities and provide little amount of animation in C!!. It amazingly simplifies your code.
It already have other essential header files [Please read] so you don't need to include them just include Cquery.h in your code and enjoy the animations :)
For more information Please read About page.
Current state:
Cquery's current version is 0.1.Currently, Cquery is providing exactly 10 functions and its still growing. You can find all function list in All Function List page.You can also suggest more functions to me please use suggestion and feedback page.
Limitation:
Cquery only supported by TurboC Compilers.Usage:
Download Cquery.h file and save in INCLUDE folder(where all other Header files are save).as in my case
C:\TC\INCLUDEand then include cquery.h in your code only and fly!! :)
Brief look:
#include<cquery.h> void main(void) { move_string(10,15,"yellow","hi"); color_string("BLUe","hellow"); }
Subscribe to:
Posts (Atom)