There are total 56 c/c++ source code files, with 697,274 hits in total.
Displaying 31 to 45 of 56 files.
» 142.1 KiB - 3,574 hits - Last Update: May 15, 2010
To configure the program, edit the file “jsconfig.hâ€. Since this is a general configuration file, not all settings may apply to this package. If in doubt, use grep or anything else to find out if a specific configuration symbol is used somewhere.
» 23.0 KiB - 3,595 hits - Last Update: May 15, 2010
FLIB2C is a tool to create header files that provide a simple and easy-to-use interface between FORTRAN (library) routines and C.
» 7.2 KiB - 3,912 hits - Last Update: May 15, 2010
In a lot of programs my gensort-utility turned out to be very useful. It consists simply of the header file “gensort.h“, contained in the above package. To obtain a sorting routine, simply define the name of the routine, the data type you want to sort and how to compare items with preprocessor symbols.
» 48.0 KiB - 19,427 hits - Last Update: May 15, 2010
This is implementation of Bayer-Trees, which are normally used for indices of data bases.
» 79.2 KiB - 15,702 hits - Last Update: May 15, 2010
This C program actually simulates the stack operations graphically and in text mode. User can Add, Delete, Search, and Replace the items from stack.
» 110.9 KiB - 35,984 hits - Last Update: May 15, 2010
This graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen.
» 92.8 KiB - 14,764 hits - Last Update: May 15, 2010
This program is written in pure C programming language. The interface of the C program is just like Turbo C/C++ compiler like interface
» 55.1 KiB - 6,980 hits - Last Update: May 15, 2010
This is a small utility to calculate the net income by checking a person’s salary and monthly expenses, on the basis of this information it calculates the loss/profit.
» 52.1 KiB - 8,826 hits - Last Update: May 15, 2010
It is a small program that shows a smal C program written in text mode graphics. It compiles the program and shows its output.
» 35.5 KiB - 9,804 hits - Last Update: May 15, 2010
Algorithms are at the core of computing. To be able to write an algorithm once and for all to work with any type of sequence makes your programs both simpler and safer. The ability to customize algorithms at runtime has revolutionalized software development.
» 24.6 KiB - 8,661 hits - Last Update: May 15, 2010
The iostreams classes are usually the first part of the C++ library that new C++ programmers learn to use. This chapter discusses how iostreams are an improvement over C's stdio facilities and explores the behavior of file and string streams in addition to the standard console streams.
» 17.5 KiB - 5,428 hits - Last Update: May 15, 2010
The Standard C++ Library: Templates
» 50.3 KiB - 5,212 hits - Last Update: May 15, 2010
Container classes are the solution to a specific kind of code reuse problem. They are building blocks used to create object-oriented programs' they make the internals of a program much easier to construct.
» 24.5 KiB - 5,467 hits - Last Update: May 15, 2010
Standard C++ not only incorporates all the Standard C libraries (with small additions and changes to support type safety), it also adds libraries of its own. The string class member functions provide a fairly comprehensive set of tools for creating, modifying, and searching in strings.
» 21.7 KiB - 13,016 hits - Last Update: May 15, 2010
This source code introduces the important and yet nontraditional "patterns" approach to program design.