Results for "Author: niloy mondal"
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.
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.
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.
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.
This is a small Program which generates Combinations of Characters of a given string. The code is small (just 26 lines).
This show how to make a free-hand drawing program. It is the very basic (just 26 lines).
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.
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.
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.
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++.
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.
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.
This shows how to make a simple free-hand drawing program in Visual C++. The code is commented.
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.
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.
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.
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.
This is a small Program which generates Combinations of Characters of a given string. The code is small (just 26 lines).
This show how to make a free-hand drawing program. It is the very basic (just 26 lines).
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.