Ready for Programming
Wednesday, 2 April 2014
AnmolLipi to Asees Font Convertor (AtoA)
›
Click here to download the AnmolLipi to Asees Convertor Source Code in VB6
1 comment:
Friday, 28 March 2014
Induction v/s Deduction
›
Induce and Deduce Induce : a form of reasoning under which a conclusion is drawn on the basis of a large number of positive examples. For ...
String Search and Replacement function in C Language
›
/* A case-sensitive string replacement program The Basic principle behind this program depends upon three cases Case 1: If replacement stri...
Thursday, 27 March 2014
C Progamm to convert binary number into Octal System
›
/* To convert a number from binary to octal system, no. of digit in binary no. should be multiple of three(3), if not, then append 0's ...
C program to find out perfect numbers from 1 and 50
›
/*Perfect no. is a +ve integer that is equal to the sum of its +ve divisors e.g. 28 is divible by 1,2,4,7,14 (excluding number itself) ...
Sunday, 21 April 2013
Bezier Curve in C++ Graphics
›
Bezier Curve #include<graphics.h> #include<conio.h> #include<math.h> #define address "d:\\tc\\bgi" struct P...
2 comments:
Monday, 1 April 2013
TANK GAME IN C/C++
›
click here to download code...
‹
›
Home
View web version