|
Inventory management system
|
Total Hit (5947) |
«big»«b»This software is designed to manage your inventory system, with a facility of adding, modifying, deleting, viewing, searching, and analyzing a item stored in an inventory. This all functionality is very well comprised using Graphics Outlet for user to go on with it!!!«/b»«/big»
....Read More |
Rating
|
|
|
C++ Compiler Trap,
Indeterminism in function argument evaluation
|
Total Hit (6099) |
«code LangId=1»int i=0;
printf("%d %d %d %d", i++, i==1, i, ++i);«/code»
Its giving this output:
On Sun Solaris 8:
0 1 2 2
On Linux:
1 1 1 1
On Windows:
0 1 1 2
Some thoughts:
Incr/decr ops have side effect so arg list values are undefined in this case. It's an excellent example of
....Read More |
Rating
|
|
|
Weather Reporting System
|
Total Hit (5443) |
«big»«b»This software is designed to facilitates user to maintain weather report records, analyse, view's in different format including histogram chart representation. «/b»«/big»
|
Rating
|
|
|
Graphically Explanation of DATA FILE STRUCTURE
|
Total Hit (5913) |
«big»«b»This Software was designed to give user an graphical environment to learn DFS funda's in due course of time. This software helps faculties by giving graphical view to student to master the working and importance of Data-Structure. Student can then be helped by this software by viewing graphi
....Read More |
Rating
|
|
|
58 C++ Programs
|
Total Hit (6848) |
This code contains «big»«b»58 C++ useful Programs«/b»«/big». 58c++Progs is for those who are interested in learning almost all features of C++. It will be interested by one who wan't to master the code...This is a product of «a href='http://www.vivekpatel.cjb.net '»www.vivekpatel.cjb.net «b»«/b»«/a»
....Read More |
Rating
|
|
|
Interfacing Example - 16 Character x 2 Line LCD
|
Total Hit (3784) |
This is the first interfacing example for the Parallel Port. We will start with something simple. This example doesn't use the Bi-directional feature found on newer ports, thus it should work with most, if no all Parallel Ports. It however doesn't show the use of the Status Port as an input. So what
....Read More |
Rating
|
|
|
|
Interfacing the Standard Parallel Port
|
Total Hit (3494) |
The Parallel Port is the most commonly used port for interfacing home made projects. This port will allow the input of up to 9 bits or the output of 12 bits at any one given time, thus requiring minimal external circuitry to implement many simpler tasks. The port is composed of 4 control lines, 5 st
....Read More |
Rating
|
|
|
|
|