Advertisement

Results for "Author: niloy mondal"

2_2002-2004 #120690
^Bouncing Ball^

I would like to thank Ben Doherty, I got the idea of using a timer from his code. This code show how to bounce a ball on the form. The code is very small and simple and commented. Has a quiet different approach, uses only one timer.

2_2002-2004 #120709
^Complete Snake Game^

This is the complete snake game with collision detection with walls and self-collision detection. You can also decrease the speed of the game. Check it out.

2_2002-2004 #121056
^A 26 Line Basic Paint Program^

This show how to make a free-hand drawing program. It is the very basic (just 26 lines).

2_2002-2004 #121111
^Combination Generator^

This is a small Program which generates Combinations of Characters of a given string. The code is small (just 26 lines).

2_2002-2004 #123520
^Equation Solver^

This program can find roots of quadratic or cubic equations. The program can also be used to find the cube root or square root of a function. The program uses Bisectional method, it is explained in a text file.

2_2002-2004 #123521
[Calender Generator]

This program generates the calender of a given month and year, knowing the fact that 1st January 1900 was Monday. The code is simple and well commented.

2_2002-2004 #127931
^A Simple DOS Calculator^

This is Simple DOS Calculator. It uses Graphics to display buttons and textbox. Understand the code and put some more function of your own. It really small and easy to understand. Please give me comments.

2_2002-2004 #127936
^Mouse Programming in C/C++^

Make your C/C++ programs more intresting by providing a mouse support. Learn about Mouse Programming here. This tutorial teaches basic stuff and advanced like changing mouse cursor shape. Make a header file of the sample code and use mouse with minimum effort.

2_2002-2004 #127989
^A Paint Program in Visual C++^

This shows how to make a simple free-hand drawing program in Visual C++. The code is commented.

2_2002-2004 #128050
^Word Generator^

This program can generate words of all possible combinations of a string by jumbling up the characters. For expample, see the screen shot. Coded in Turbo C/C++.

2_2002-2004 #128258
^Interrupt Programming in C/C++^

This tutorial teaches a beginner how to use interrupts in their C/C++ programs. Interrupts are powerful concept that every wannabe system programmer must know.

2_2002-2004 #128271
^CPU Identification^

Many a times you want to know on what CPU your program is running so that you program executes the proper code. Or you may just want to know what features you computer has or to make sure that you have not been cheated by the vendor when you bought a new computer. This tutorial show how to identify a particular Intel CPU.

2_2002-2004 #128412
^ Space Impact ^

It's a "Space Invaders" style game. The game is quiet fun to play. Its one of the best projects I have ever made. It has three levels and a intresting main boss that I have named "Diablo". The game was made using Oject Oriented Concepts, so you will see a lot of .cpp file containing class definitions. Play the game and enjoy.

3_2004-2005 #138898
^TicTacToe Game^

This is Updated version of TicTacToe game where the computer plays against you, it is really UNBEATABLE. Its a simple game though. The game now has more chances of winning. The previous version could be defeated. The code is well commented. Please give me your comments and rating.

3_2004-2005 #139233
^That Old Puzzle Game^

This a old puzzle game. You will know what to do when you see it. Anyway, arrange the numbers from 1 to 15 starting from upperleft corner. The code is well commented. Has a shuffle option.

3_2004-2005 #139234
^Bouncing Ball^

I would like to thank Ben Doherty, I got the idea of using a timer from his code. This code show how to bounce a ball on the form. The code is very small and simple and commented. Has a quiet different approach, uses only one timer.

3_2004-2005 #139253
^Complete Snake Game^

This is the complete snake game with collision detection with walls and self-collision detection. You can also decrease the speed of the game. Check it out.

3_2004-2005 #139600
^A 26 Line Basic Paint Program^

This show how to make a free-hand drawing program. It is the very basic (just 26 lines).

3_2004-2005 #139655
^Combination Generator^

This is a small Program which generates Combinations of Characters of a given string. The code is small (just 26 lines).

3_2004-2005 #142064
^Equation Solver^

This program can find roots of quadratic or cubic equations. The program can also be used to find the cube root or square root of a function. The program uses Bisectional method, it is explained in a text file.

Languages
Top Categories
Global Discovery