Close
To suscribe Cquery.h please enter your email below..
After suscribing kindly check your mail box immediately
to complete your suscription.
I don't want any update | Let me download
Cquery.h
Code less C fast..
Download v0.1
Cquery.h is written by a student of SSUET by keeping TURBOC compiler in his mind only.
All the code are copyrighted so please respect other's efforts :) and don't distribute Cquery.h with your name.
Thanks.

Monday 16 February 2015

New Version is coming!

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 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.  

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\INCLUDE
and 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");
}