Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> C / C++ -> Various Source Adds this page to your personal favorites
  Various Source

Address Book 1.2
This is another sample of address book i made it as simple and readable as i can its clean coded (NEAT!!)
Size: 1 Kb  Downloads: 2379 Updated: 2005-5-10  Rating: (Not Rated)
Address Book in C++ v1.0
Includes-- 1)Graphical interface (Buttons and select menu) 2)Mouse Support 3)File handling 4)Class Concepts 5)Password checking ('*' support) Can store name and phone numbers Users can "connect" to a database and do insert, delete, display, search, replace records..After doing it he can log off ...
Size: 5 Kb  Downloads: 5591 Updated: 2004-6-28  Rating: 
ADDRESS BOOK v1.0
Its an address book based on oop in c++, the code covers almost all concepts of OOP in C++, it also gives you a command on some basic data structures...an file handling.
Size: 5 Kb  Downloads: 239 Updated: 2007-12-28  Rating: (Not Rated)
Advertisment
Alternate's ASCII Artist
An open-source Image -> ASCII Art converter for windows. takes in an image as input, generates a plain-text file which looks a lot like the image. With C++ sourcecode.
Size: 0 Kb  Downloads: 253 Updated: 2006-9-25  Rating: (Not Rated)
Alvi's Address Book v1.0
A Linked List is present at the very core of the program
Size: 10 Kb  Downloads: 178 Updated: 2007-3-27  Rating: (Not Rated)
ASCII conversion chart 1.0
Displays a list of numbers along with there ascii translation.
Size: 0 Kb  Downloads: 1227 Updated: 2005-5-10  Rating: 
Ascii converter 0.1
This little program converts a character to a Ascii number.. it is not a advanced program at all but i found it usefull for other projects where i needed ascii numbers.. I hope you can at least learn something from this little program, Update with new functions is to come.. (C++ sourcecode)
Size: 8 Kb  Downloads: 5766 Updated: 2002-3-29  Rating: 
ATM machine 1.0
A simple C++ Program to demonstrate how ATM( Automated Teller Machine) works when you withdraw money in $20 and $50 notes.
Size: 1 Kb  Downloads: 4427 Updated: 2005-3-28  Rating: 
Automata for divide two numbers v5.0
This Automata is written in C++. Its takes its decisions from file. It divides two numbers and give remainder and qoutient. If you have any query please message me on my message board "games and freecodes in C++". Please do comment on it.
Size: 2 Kb  Downloads: 1117 Updated: 2003-11-24  Rating: (Not Rated)
Automata to search string "abab" v3.0
An automata implemented in C++ for searching a string of "abab" in a given string.
Size: 0 Kb  Downloads: 1443 Updated: 2003-11-8  Rating: 
Binary code generator
User inputs a number and outputs that number in binary code.
Size: 0 Kb  Downloads: 1181 Updated: 2005-10-11  Rating: (Not Rated)
Bitmap Font v1.0
This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com.
Size: 0 Kb  Downloads: 663 Updated: 2005-9-16  Rating: (Not Rated)
C++ ASCII drawing canvas v1.0
The class Canvas enables you do 'draw' dots, lines and circles. First you virtually draw them, until upon request you draw it on screen. The 'image' is drawn to screen with ASCII characters, using std::cout only. Therefore this class is platform-independent. It only uses the STL, uses assert() to do...
Size: 41 Kb  Downloads: 469 Updated: 2006-10-20  Rating: (Not Rated)
C++ Base Class For Streamable Classes
Size: 7 Kb  Downloads: 3160 Updated: 1999-8-24  Rating: (Not Rated)
C++ Box class definition to make popup menu's and text windows
really easy. Allows you to save and restore text behind the windows, and create shadows behind the boxes you draw.
Size: 10 Kb  Downloads: 10669 Updated: 1999-8-24  Rating: 
C++ code to create combinations of a string v1.0
This is a simple c++ program to generate all the combinations of a string entered by the user.
Size: 0 Kb  Downloads: 784 Updated: 2006-1-20  Rating: (Not Rated)
C++ example to find CPU type
Size: 7 Kb  Downloads: 11485 Updated: 1999-8-24  Rating: 
C++ password example for learner
A simple logic for password. program for new user and lerner as well made in c++ and compiled.tutorial for beginers.
Size: 8 Kb  Downloads: 2967 Updated: 2005-3-13  Rating: 
C++ Password Gate
A very basic password gate which uses the getch() function to recieve input. Replaces your Input with a star(Big Optical Illusion)!
Size: 1 Kb  Downloads: 4643 Updated: 2003-9-14  Rating: 
C++ program > v1.1
A program to convert integers into words in C++. requires a fair bit of logic to understand.
Size: 0 Kb  Downloads: 360 Updated: 2007-3-27  Rating: (Not Rated)
C++ source code
This is a console program that would print a pattern, simple examples for beginners.
Size: 2 Kb  Downloads: 6062 Updated: 2002-9-19  Rating: 
C++ Stream class
One of the most useful classes you will ever have. Use it whenever you need an IStream or to stream any text or binary data to memory. Implements the IStream interface. Stream any kind of data to memory. This is one of the most-used classes I have ever written. It implements the IStream interface, ...
Size: 0 Kb  Downloads: 201 Updated: 2007-3-3  Rating: (Not Rated)
C/C++ Program Perfometer v2.2
The program enables to get C/C++ program performance for any metrics (for instance : uclocks, rusage-metrics, metrics defined by user etc.)
Size: 0 Kb  Downloads: 892 Updated: 2002-11-18  Rating: 
Calculate Distance & Radius using Latitude in C++ v2.0
This C++ function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.
Size: 0 Kb  Downloads: 552 Updated: 2005-12-12  Rating: (Not Rated)
Caliber Job Portal v2.0
This program accepts both candidate and company information and saves in two files.User can login and enter New Entry,View Database or Search for job.Administrator can enter New entry,view database and search for approtriate candidate.
Size: 1 Kb  Downloads: 191 Updated: 2007-9-18  Rating: (Not Rated)
Change desktop wallpaper.
Change desktop wallpaper with code. Visual C++ 6.0 project files and C++ source code. Visual Basic 6.0 project files and VB source code.
Size: 35 Kb  Downloads: 12396 Updated: 2003-1-22  Rating: 
Circledisplay v1.0
This is a graphics program in C++ and it draws random colored circles on the screen.
Size: 19 Kb  Downloads: 1331 Updated: 2004-5-31  Rating: (Not Rated)
Circlescreen v1.0
This file is like a screen saver.it displays continous movement of diff. circles from one part of the screen to the other.this is only for beginners
Size: 19 Kb  Downloads: 1138 Updated: 2004-5-31  Rating: (Not Rated)
Clock v1.0
This is an analog clock in c++. The program takes time from the computer and then the clock works.
Size: 44 Kb  Downloads: 1478 Updated: 2005-11-4  Rating: (Not Rated)
Clone Smart Pointer (clone_ptr)
The clone_ptr class is a smart pointer that can clone itself without requiring the base class to have a clone method. It can clone itself to the correct derived class even when the pointer is that of an abstract class type. The clone_ptr helps solve two main problems when using abstract pointers...
Size: 0 Kb  Downloads: 210 Updated: 2005-9-12  Rating: (Not Rated)
Comparing Automata V2.0
This programm compare two strings using automata instructions.
Size: 0 Kb  Downloads: 576 Updated: 2003-12-10  Rating: (Not Rated)
Copier Automata V3.0
This Automata is written in C++. It copies one string to the other array. If you want to know more about it come to my message board "games and freecodes in C++" and message a post i will answer your queries.
Size: 0 Kb  Downloads: 611 Updated: 2003-11-24  Rating: (Not Rated)
CPP2HTM Builder 1.0
Capable of converting C or C++ source code into valid HTML web document source code. Web page customization is also implemented. Classes and inheritance techniques are illustrated using object oriented programming.com
Size: 10 Kb  Downloads: 1617 Updated: 2003-12-30  Rating: 
CPU temp from w83697hf chip 1.0
A simple cpu & mbm temperature reader from winbond w83697hf chip. This program is a good example how to access directly to I/O under window XP
Size: 489 Kb  Downloads: 15274 Updated: 2002-10-7  Rating: 
D64Viewer Class 1.0
"Portable" class for loading and parsing of a D64 Commodore 64 disk image file
Size: 6 Kb  Downloads: 1020 Updated: 2002-10-7  Rating: (Not Rated)
Demo for character recognition with C++ sourcecode.
A simple demo for Character recognition using Turbo C++
Size: 158 Kb  Downloads: 4380 Updated: 2003-1-20  Rating: 
DES implementation in C++ v1.0 (Data Encryption Standard)
The algorithm is designed to encipher and decipher blocks of data consisting of 64 bits under control of a 64-bit key (although the effective key strength is only 56 bits). It takes a 64-bit block of plaintext as input and outputs a 64-bit block of cipher text. Since it always operates on blocks of ...
Size: 3 Kb  Downloads: 2359 Updated: 2006-10-5  Rating: 
Dictionary 1.0
This is an English to English and kannada dictionary. This program gives the meaning in english and also in kannada. This is very user freindly. If the word doesnot exist in our database it will give appropriate message.
Size: 63 Kb  Downloads: 1763 Updated: 2004-9-13  Rating: 
Eight puzzle problem solver v0.5
This program try to find the OPTIMAL solution for eight puzzle, by using A* algorithm(Function = Heuristic + cost) with repeated state preventing to be much faster, the source program was written in C++ (VC6, about 1100 lines), it may not find a solution if the required moves to reach the optima...
Size: 4 Kb  Downloads: 299 Updated: 2007-6-26  Rating: (Not Rated)
Encrypt 1.0
This program will encrypt and decrypt messages in an instant, send the messages as an email and print them.
Size: 15 Kb  Downloads: 1858 Updated: 2004-9-3  Rating: 
Engine 0.1
A graphics pragram that shows the all four stroks of internal combusion engine with C++ sourcecode.
Size: 162 Kb  Downloads: 1280 Updated: 2004-5-31  Rating: (Not Rated)
Example of installing an interrupt function in a C++ program.
Size: 1 Kb  Downloads: 5734 Updated: 1999-8-24  Rating: (Not Rated)
Examples Of Class Overloading
Size: 23 Kb  Downloads: 3919 Updated: 1999-8-24  Rating: 
Ez - Draw v1.1
Ez Draw is a 2D graphics editor for MSDOS , much like the paint brush of windows.
Size: 22 Kb  Downloads: 2223 Updated: 2003-8-9  Rating: 
Falling Text in C++ v 0.5
This is a very small program i have written in c++, where the user can find his/her text falling down from the top of the screen. the user can also specify the loop count(the no. of times in which the text falls down)
Size: 0 Kb  Downloads: 1132 Updated: 2005-2-16  Rating: (Not Rated)
Flash
Class Flash provides a convenient interface that allows users to access the flash as if it were a regular RAM. Data can be written into the flash at any offset and in any length (within the flash address space). In order to support a specific type of flash with the provided interface, a concrete...
Size: 9 Kb  Downloads: 408 Updated: 2008-1-15  Rating: (Not Rated)
Fortune cookie program for dos or windows with C++ source
Size: 269 Kb  Downloads: 4081 Updated: 1999-11-13  Rating: (Not Rated)
Graph Drawing Program 1.0
This is a program which can draw simple graphs. This program can be used by people who just have to see how a line looks like. To say more, the line must strictly be expressed in the form y=mx+c
Size: 1 Kb  Downloads: 1174 Updated: 2005-3-28  Rating: (Not Rated)
Graphical ASCII Dice 1.0
A graphical implementation of random number generation.
Size: 3 Kb  Downloads: 263 Updated: 2006-7-9  Rating: (Not Rated)
Graphical Solution Of Tower Of Hanoi v1.0
Tower Of Hanoi has been and will always be a simple but brainy problem. The program develops the solution in a file and then graphically displays it step by step. The archive contains the source code for the graphical solution of Hanoi problem coded in 'C++' and the executable file. Any comments...
Size: 47 Kb  Downloads: 7453 Updated: 2003-2-8  Rating: 
Guess Your Age v1.0
This Prog will guess your age from yes or no questions. There are a set of numbers in 6 grids. If your age is there say yes if not say no then at the end the prog will tell you your age. Great for working out how old someone is if they wont say. Its quite clever until you look at the code and fi...
Size: 128 Kb  Downloads: 2648 Updated: 2004-2-17  Rating: 
Heart
This is like a screensaver.This program when run displays "Hearts" in randiom positions.This is only for beginners.
Size: 19 Kb  Downloads: 1517 Updated: 2004-5-31  Rating: (Not Rated)
IBOS Home
IBOS is Internet Browsing Os Shell. It is a web-browser shell for Linux. Tested on Redhat Linux 7.2. The Internet Browsing Operating system Shell (iBOS) project is aimed at providing a solution for low-end public computers and kiosk that wish to enable web-browsing. It is a text-based web-browsi...
Size: 0 Kb  Downloads: 230 Updated: 2005-5-10  Rating: (Not Rated)
ISC v3.66; Interrupt Service Class
Hooking interrupts into C++ objects made easy
Size: 146 Kb  Downloads: 3282 Updated: 1999-11-13  Rating: (Not Rated)
jaimagic 1.0
Jaimagic, this program has been developed for a fun.Think any number between 1 and 52. I will find this number by using a simple 'C++' Program. By jayakumar.
Size: 16 Kb  Downloads: 225 Updated: 2006-10-17  Rating: (Not Rated)
K2000 Emulator
Shows a simple Knightrider effect on your screen and keyboard leds. C++ source code included.
Size: 17 Kb  Downloads: 7456 Updated: 1999-5-13  Rating: 
Lousy Car Program 1.0b
This is a lousy car program which simulates a car with 2D motion with rotation. The class design is Bad but the program is OK since i made it an year ago
Size: 2 Kb  Downloads: 1573 Updated: 2003-8-30  Rating: (Not Rated)
Magic Number Guessing Game v1.0
This is a magic number guessing game. You think of a number below 63, and then this game will tell you what your secret number is.
Size: 0 Kb  Downloads: 294 Updated: 2006-10-28  Rating: (Not Rated)
Maze generator v1.0
This program generates mazes using depth first search.
Size: 22 Kb  Downloads: 1599 Updated: 2005-9-5  Rating: 
MEMO DISPLAY v1.4
Memo Display is a very simple and easy to use application. It takes the input of some user data and displays it in a designed manner. And now it can save the selected memo to a text file, too. It is based on OOP (Object oriented programming) in C++. Using classes-objects, magical member functions, ...
Size: 374 Kb  Downloads: 106 Updated: 2008-1-15  Rating: 
Message Digest (LINUX) 1.0
This is a special console based utility which will calculate the Message Digest, Base 64 Encoding and Decoding, Checks the Message Digest and give output through file or through screen it gives support to 16 algorithms and BASE 64 Encoding and decoding
Size: 31 Kb  Downloads: 807 Updated: 2004-2-24  Rating: 
Message Pipe
A message pipe that can post or send immediate messages, delete, get the users messages, and register any new messages, all dynamically. 2^32 possible users, 2^32 possible messages.(ALL DWORDS)
Size: 6 Kb  Downloads: 1277 Updated: 2003-4-8  Rating: (Not Rated)
MIDI looper v1.0
This program demonstrates playing a MIDI file in a loop.
Size: 1 Kb  Downloads: 659 Updated: 2005-11-21  Rating: (Not Rated)
Morse code
This is c++ programme which encodes text messages and decodes morse code.
Size: 32 Kb  Downloads: 2492 Updated: 2004-12-23  Rating: 
Morse code 1.11V
This a software that codes coded messages in morse to simple english message from a file or from the input five and the vicee versa. It can also store the coded message in a file. So its a fantastic programme to communicate with your freinds without anyone knowing the message!
Size: 24 Kb  Downloads: 772 Updated: 2005-4-29  Rating: (Not Rated)
N Queen Problem 1.0
The problem is to find all ways of placing n non-taking queens on a n by n board. A queen attacks all cells in its same row, column, and either diagonal. Therefore, the objective is to place n queens on an n by n board in such a way that no two queens are on the same row, column or diagonal.In s...
Size: 81 Kb  Downloads: 5393 Updated: 2003-7-28  Rating: 
N00bembler 1.0
Just a usless C++ wraper so gamers can code c++ whit theyr own language ex. "omg hey kewl" is the same as "int hey;"
Size: 72 Kb  Downloads: 760 Updated: 2003-4-30  Rating: (Not Rated)
Neural Networks in C++ v1.0
A basic back propagation algorithm written in c++ using classes.
Size: 3 Kb  Downloads: 1907 Updated: 2005-8-1  Rating: 
Newprint Version 1.0
Thank you for downloading this program. I am writing this program to offer programmers (and users) an easy to modify graphics printer driver. It is written entirely in C++ and uses many features of the language. Inheritance makes it easy to add different printers and graphics file formats.
Size: 47 Kb  Downloads: 3435 Updated: 1999-8-24  Rating: (Not Rated)
Object oriented framework v1.0
This consists of a set of C++ files adhering to "one member function per class". This function is an action routine that does what the class intends to do through the data passed to constructors. The classes are single rooted in an class called the component which declares the abstract action functi...
Size: 2 Kb  Downloads: 145 Updated: 2007-7-11  Rating: (Not Rated)
Particle Systems Tutorial
A particle systems tutorial which teaches you to how to make your own particle system in Turbo C++.
Size: 125 Kb  Downloads: 450 Updated: 2005-8-11  Rating: (Not Rated)
Password authenticator 1.1
This program is used to add a password at startup. The password must be entered correctly to logon to the system.This program is used to protect your system from unauthorized people logging in.
Size: 94 Kb  Downloads: 3228 Updated: 2003-5-29  Rating: 
Password Generator
A simple C++ program that generates a alphanumeric password of varible length. Alphabetic characters are both uppercase and lowercase.
Size: 0 Kb  Downloads: 1112 Updated: 2005-6-8  Rating: (Not Rated)
Pattern Generators 1.0
C++ source code for ASCII pattern generators. Patterns include checker board, stripes (horizontal and vertical) and grid.
Size: 5 Kb  Downloads: 369 Updated: 2005-11-4  Rating: (Not Rated)
Persno v1.0
This program calculate your last digit from a swedish personal-number/birthdate. It also give you the county where you were born. The program is good to look at, if you want to learn some about strings. I have used strings as input and then convert it to an int.I also show how we can separate di...
Size: 2 Kb  Downloads: 659 Updated: 2003-5-29  Rating: (Not Rated)
Phone book v1.1
This program is a phone book. You can change it to your personal phone book and easily, add the facilities you want. You can edit, delete, add, search or display the contacts. This phone book works with the file and filing storage.
Size: 2 Kb  Downloads: 1021 Updated: 2006-2-21  Rating: 
Portable, Persistant Container Class For C++
Size: 27 Kb  Downloads: 2289 Updated: 1999-8-24  Rating: (Not Rated)
Reccir v1.o
This can be used for a screen saver program.This program when run displays rectangles and circles in random positions.This is similar to screen savers used in Windows 98
Size: 19 Kb  Downloads: 599 Updated: 2004-5-31  Rating: (Not Rated)
Rock generator v1.0
This program creates 3-dimensional rocks comprised of triangles by taking the convex hull of a sphere distorted with Perlin noise. It outputs these rocks in OpenGL code. It requires the free CGAL library from http://www.cgal.org/ to compile.
Size: 4 Kb  Downloads: 1137 Updated: 2005-8-15  Rating: (Not Rated)
Screen Saver Using C++ 1.0
This is screen saver prog. created using C++ It uses standard Graphics Functions to create Screen Saver.
Size: 23 Kb  Downloads: 2111 Updated: 2003-11-8  Rating: (Not Rated)
Screen v1.0
This is a cool screen saver program.I hope you will like it.
Size: 21 Kb  Downloads: 1042 Updated: 2004-5-31  Rating: 
simple program to make pyramid in C++ > v1.1
Simple program to make a pyramid in C++ using numbers. It is for beginners trying to learn looping in the language.
Size: 0 Kb  Downloads: 738 Updated: 2007-3-28  Rating: (Not Rated)
Smile v1, 0
This is a screensaver program.This program when run displays Smiling faces" in random positions on the screen.I hope that u will like the program.
Size: 19 Kb  Downloads: 978 Updated: 2004-5-31  Rating: (Not Rated)
Some Introductory C++ Code Examples
These are a couple of entry-level C++ programs I wrote when I learned to program in C++.
Size: 18 Kb  Downloads: 46084 Updated: 1999-8-24  Rating: 
Source code for C++ Template Pool v1.0
C++ Template Pool is open source code, which demonstrates how to use templates to create a powerful abstract resource pool.
Size: 7 Kb  Downloads: 1320 Updated: 2004-6-4  Rating: (Not Rated)
Sqrdisp
This can be used as a screen saver program.This program when run displays Squares and circles.Hope you like the program.
Size: 19 Kb  Downloads: 541 Updated: 2004-5-31  Rating: (Not Rated)
Telephone Directory Program 0.1
Telephone Directory Program, written in Turbo C++ 3.0 contains all the basic features that an electronic telephone directory should have. It is a very informative program for beginners and will also suffice for your project work. The code uses the concepts of class, file manipulation and objects ext...
Size: 2 Kb  Downloads: 1112 Updated: 2006-2-7  Rating: 
Text ADV - Make questionaires in DOS screen 1.1
Editing a file called textADV.txt you can add question that will be readed on screen, then , you can give 3 answer who have different points. After all the questions the program send a results between 5 choice, evaluating the score of the answers.
Size: 246 Kb  Downloads: 874 Updated: 2003-5-3  Rating: 
TSR class for Borland C++ (with source)
This class provides a framework for writing memory-resident DOS programs (TSRs). TSRs produced using this class can be woken up by a specific key (the "hotkey") or after a specified number of timer ticks (the "timeslice") or a combination of both.
Size: 71 Kb  Downloads: 5332 Updated: 1999-8-24  Rating: 
Tutorial on using mouse in ur dos programs
This tutorial helps to use mouse in ur dos programs also a gui library is provided for developing professional quality applications
Size: 18 Kb  Downloads: 1598 Updated: 2005-7-6  Rating: (Not Rated)
University Student Database v1.0
This is a program that me and my friend got as a project in university...i had been searching for such a program before i started making my own...so this is to help whoever needs a basic idea of University Student Database
Size: 12 Kb  Downloads: 2633 Updated: 2005-2-2  Rating: 
UTILITYBOX 1.0
THIS is the sourcecode of a utility box which involve features like calculator,games,adressbook,time made in C++.It may be very useful in daily work as wel as in making C++ project.
Size: 5 Kb  Downloads: 2204 Updated: 2003-8-5  Rating: (Not Rated)
Windows NT / 2000 / XP Service demo 2.0
This sourcecode demonstrates how to create, start, stop and delete a Service under Windows NT / 2000 / XP.
Size: 30 Kb  Downloads: 3635 Updated: 2003-7-5  Rating: 


Found a broken link? Please report it to us.

  See also  
 Files
   C++ Articles & Tutorials
    Textfiles & Tutorials
   C++ Sourcecode
    Various Source
 Articles
   C Articles & Tutorials
    C Tutorials
   C++ Articles & Tutorials
    General C++ Articles
    C++ Tutorials
 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
SFTP components for .NET
Add complete SSH and SFTP support to your .NET framework application
Virtual File System SDK
Create your own file systems in Windows and .NET applications
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
Bio-IT World A new publication focused on Technology for the Life Sciences
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.