| Title | Posted By | Posted Date |
| Simple Expression Parser in Cplusplus | Lenin | 11 Nov 2009 |
This project is completely written in Cplusplus programming language that deals with the first version of the parser.simple expression parser is an open source project that is designed to evaluate the expressions that consists of constants, operators and parentheses only. Expressions containing variables are not accepted in this task and is based on the object oriented expression parser.
This online project on parser is familiar among the cplusplus programmers.
|
| PROGRAM TO FIND SMMALEST NO. FROM AN ARRAY USING TEMPLATE FUNCTION. | Piyush | 30 Oct 2009 |
This program will find the smallest no. entered by the user in an array using template function in C++.
|
| PROGRAM TO FIND THE ROOTS OF EQ. ax^2 + bx + c = 0 . | Piyush | 30 Oct 2009 |
This Program will Find the roots of a quadratic equation.
|
| Program to short the array using the bubble sort in c | R.K. GURU | 12 Sep 2009 |
PROGRAM TO SORT THE ARRAY USING THE BUBBLE SORT in c language
|
| Office Automation System | Santosh Kumar Singh | 18 Aug 2009 |
Application should allow only authentic person to enter the data for the employee records and student data.
|
| Travelling Salesman problem using C++ Programming | Gowri M | 15 Aug 2009 |
Travelling Salesman problem using dynamic programming for 1st year MCA students
|
| Oracle Label Security -Best Practices for Government and Defense Applications | adarsh kumar | 13 Aug 2009 |
its beneficial for oracle student
|
| Adding Huge Numbers in C | RAGESH V R | 12 Aug 2009 |
This program will demonstrate how to add huge numbers that cannot be accommodate using long int.
|
| Selection Sort Program - Java | Annapurna | 03 Aug 2009 |
This program is to sort elements based on the selection sort technique.
|
| Example of Initialization - Java | Annapurna | 03 Aug 2009 |
This is the example to show how the methods will call when the object is created. The output of this program is:
super class static block
sub class static block
super class block
super class constructor
sub class block
sub class constructor
|
| Passing values - Java | Annapurna | 03 Aug 2009 |
This program illustrates, when we pass the value to a method wont change the actual value though it is modified in the method. If we pass the object to a method, the change reflects to the original also.
|
| Example program for Null Pointer Exception - Java | Annapurna | 03 Aug 2009 |
The program illustrates when there is a scope to throw null pointer exception in java. This is one of the many situations where null pointer exception arises. All outputs are just checking purpose only.
|
| Writing into file - Java | Annapurna | 03 Aug 2009 |
Checking whether the file exists or not. If doesn't exists, creating a new file and writes into the file. If exists, appends the data into the file. It is developed in java. Exception Handling also taken care in this program.
|
| Retrieving employee details by giving employee id - Java | Annapurna | 03 Aug 2009 |
The project is to store employee details in a arraylist and retreive the corresponding employee details by entering the employee id. This is developed in java
|
| Count number of tables on a page in javascript | UltimateRengan | 31 Jul 2009 |
Count number of tables on a page in javascript
ASP.Net
|
| Dynamic controls through SQL Server using VB.Net | UltimateRengan | 31 Jul 2009 |
Dynamic controls through SQL Server using VB.Net
|
| Create Controls using Placeholder in ASP.Net | UltimateRengan | 31 Jul 2009 |
Create Controls using Placeholder in ASP.Net
|
| How to show Empty gridview using C#? | UltimateRengan | 31 Jul 2009 |
How to show Empty gridview using C#?
|
| Connection Between SAP and Dotnet | UltimateRengan | 29 Jul 2009 |
Connection Between SAP and Dotnet
|
| How to clear IE cache through vb.net | UltimateRengan | 29 Jul 2009 |
How to clear IE cache through vb.net
|
| C programming language Fahrenheit and Centigrade Temperatures | Sree.... | 26 Jul 2009 |
This is a temperature conversion program written in the C programming language. This program generates and displays a table of Fahrenheit and Centigrade
temperatures, and lists the freezing and boiling of water.
|
| Schedular | Sachin Shelke | 26 Jul 2009 |
To create a Schedular in Java
|
| Visual C++ project files - Download a file from a web page | Sree.... | 26 Jul 2009 |
It is often a common requirement in a web application to have the ability to download a some of file to the clients computer. This is a simple application that allows you to download a file from a web page Visual C++ project files). Using this approach you should be able to download all files on Windows systems.
|
| How to create a window. | Sree.... | 26 Jul 2009 |
A small program that shows one of the fundamentals of Windows programming: How to create a window.It was written for Borland C++ 5.5 Command Line Tools, but I imagine it will work with other compilers.
|
| C Language Program For Find The Largest Number Among Three Numbers | rajesh kale | 22 Jul 2009 |
C Language Program For Find The Largest Number Among Three Numbers
|
| C Language Program For Multiplication Of Two Matrices | rajesh kale | 22 Jul 2009 |
C Language Program For Multiplication Of Two Matrices
|
| C Program For Addition,Substration,Multiplication And Division | rajesh kale | 22 Jul 2009 |
C Program For Addition,Substration,Multiplication And Division
|
| C Language Program For Selection Sort | rajesh kale | 22 Jul 2009 |
PROGRAM FOR SELECTION SORT
|
| C LANGUAGE Program for Swapping values of two variables | rajesh kale | 22 Jul 2009 |
PROGRAM FOR SWAPPING VALUES OF TWO VARIABLES WITHOUT USING THIRD VARIABLE
|
| Create 8 way symmetry circle using C language | asif iqbal | 20 Jul 2009 |
In this project we can easily create a circle using C language
|
| Windows Line Clipping. | asif iqbal | 20 Jul 2009 |
in this project we can cliped a line within a certain region.
this is the implementation of "COHEN-SUTHERLAND" algo.
|
| Program to show destruction WTC in graphics mode in 'C' | asif iqbal | 20 Jul 2009 |
This project show the destruction wtc in graphics mode in 'C' language.
|
| Program of floodfil in 'c' in graphics mode | asif iqbal | 20 Jul 2009 |
An important program of floodfil in 'c' in graphics mode. here an interior area is filled by different color.
|
| Telephone Directory System using C++ Language | vijay anand | 20 Jul 2009 |
In this project we can create our own telephone directory contains the person's important and original details.We can search the records in this directory also by this software.
|
| Periodic table using c++ | vijay anand | 20 Jul 2009 |
In this project is about to maintain the periodic table using c++.In this project is mainly useful for engineering and school students.In this table included Hydrogen,Helium,Lithium,Berrilium,Boron,Carbon,Nitrogen,Oxygen,Fluorine,etc...
|
| Matrix calculator using c++ | vijay anand | 20 Jul 2009 |
In this project We are going to calculate the matrix operations using c++ language.You can do any of the matrix operations using this software.
|
| Using C programming language To create a Payroll System | vijay anand | 20 Jul 2009 |
In this project we are going to calculate and manipulate the pay roll for the employee.here we can add the employee details like salary and other information the system produce the pay roll for employee.
|
| To maintain the library system using c++ | vijay anand | 20 Jul 2009 |
In this project we can add the student details as well as the books details and we can search the books for students.
|
| To maintain the Hotel Reservation system using C/C++ | vijay anand | 20 Jul 2009 |
This project is about to maintain the hotel reservation system.In this project we can reserve the hotel rooms as our facility and can also manage the amount the customer going to paid.
|
| To maintain the banking system | vijay anand | 20 Jul 2009 |
This project is about maintain daily transaction.In this project we can create new A/c, can see all list of all a/c's , see all the transactions A/C's and can do all the banking transactions
|
| Student's Reportcard Maker using c++ | vijay anand | 20 Jul 2009 |
This project is for maintaining students mark report for school management.In this project we can search student by register number and can show the failures.
|
| Maintain the Telephone Bills using C++ Language | vijay anand | 20 Jul 2009 |
This project is about to maintain the telephone bill.In this project we maintain customer records and conditions for producing the bill and maintains the telephone bills received.
|
| Bookshop management using C++ Language | vijay anand | 20 Jul 2009 |
This project is about to manage the Bookshop.In this project we can maintain the stock,sales and give the book references to the user and modifying the stocks.
|
| Canteen management project using C language | vijay anand | 20 Jul 2009 |
This project is about to manage the canteen items.In this project manage the sales and shows the items are going to sell.
|
| To find the HCF and LCM by C language program | vijay anand | 20 Jul 2009 |
This project is about to find the Highest Common Factor(HCF) or Least Common Multiplication(LCM).You should give the input for finding the hcf or lcm and it gives the output.
|
| Human mind reader | vijay anand | 20 Jul 2009 |
This project is about to read the human mind.You should think any three digit number and proceed the following things as you shown then the system will tell you what you think.
|
| To find the number of cuts for a given cube | vijay anand | 20 Jul 2009 |
We can find the number of cut for the given number of cubes.We can find minimum Or maximum number of cuts for the given number of cubes.We should give the number of cubes as inputs.
|
| To find the number of pieces for the given cube. | vijay anand | 20 Jul 2009 |
To find the number of pieces for a given cube.We can find the minimum or maximum number of pieces for the given cube.We should give the number of cut as the input and the project gives the number of pieces for that number of cuts.
|
| Su-Do-Ku project using C language | vijay anand | 19 Jul 2009 |
Give the inputs for the column values and row values and find the given input are correct r not and solve the sudoku.You should give the inputs from 1 to 9 only.
|
| To find the relation with your friends(Flames) by C language | vijay anand | 19 Jul 2009 |
This project is about to find the relation with your friends or lover.Give the two inputs and you can find the relation with those peoples.
|