| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating | | |
 |
Alphabets and Number Counter | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Karthik A | 2118 since 9/26/2005 2:14:50 PM | Unrated
|
| |
This program calculates the number of alphabets and numbers in the word entered. This is just for the beginners and there is nothing special. (ScreenShot)
|
| |
 |
An Introduction To Dynamic Memory Allocation | C | Beginner / Karthik A | 2461 since 5/21/2005 12:12:52 PM |
By 1 Users
|
| |
This tutorial teaches about dynamic memory allocation which is very essential for memory management.
|
| |
 |
An Introduction To Mouse Programming in C | C | Beginner / Karthik A | 2389 since 5/20/2005 5:13:14 AM |
By 1 Users
|
| |
This tutorial explains how to use a mouse with Turbo C and it also explains various procedures like initialising, showing and hiding the mouse.
|
| |
 |
Another File Copy Code but more options | C | Beginner / Karthik A | 3898 since 3/18/2006 4:48:00 AM | Unrated
|
| |
This program can explain beginners how file copying is carried out using C. It has various options like copy the file in binary mode, delete the source file after copying, display the contents of the file and then copy etc. The code is commented to an ext ...(description truncated)
|
Please support the site by visiting our sponsor.
|
| |
 |
Calculator (Command Line) | C | Intermediate / Karthik A | 1178 since 5/2/2005 9:22:54 AM |
By 2 Users
|
| |
This code is a command line utility which can perform arithmetic operations.
|
| |
 |
Command Line Arguments - An Introduction | C, Microsoft Visual C++ | Beginner / Karthik A | 3385 since 10/3/2005 3:05:18 PM |
By 1 Users
|
| |
The program explains how to use command line arguments. A simple approach to explain command line arguments. Vote if you like it. (ScreenShot)
|
| |
 |
Constructors and Destructors | C++ (general), Borland C++ | Beginner / Karthik A | 1639 since 6/17/2005 1:08:20 AM | Unrated
|
| |
Explains how constructors and destructors can be used
|
| |
 |
Crypt7 (Cryptographic Application) | C, Borland C++ | Intermediate / Karthik A | 1917 since 7/11/2005 12:13:46 PM | Unrated
|
| |
Encrypt and Decrypt Text Files
|
| |
 |
Cryptor (Crypt -O) - Encrypt/Decrypt Your Text Messages | Microsoft Visual C++ | Beginner / Karthik A | 2033 since 8/9/2005 1:32:07 PM | Unrated
|
| |
Encrypt / Decrypt text inputs. In this application you can enter some text and encrypt it. After encryption you can save it in a file. If you want to decrypt it you can do it by copying the encrypted text in the box provided and press decrypt button and n ...(description truncated) (ScreenShot)
|
| |
 |
Cryptor V2 - Encrypt/Decrypt Text | Microsoft Visual C++ | Beginner / Karthik A | 1382 since 8/28/2005 5:42:52 AM |
By 1 Users
|
| |
This application can be used to encrypt/decrypt text messages and password protection is also available. Rate the code if you like it. (ScreenShot)
|
| |
 |
dd (Command Line) | C | Intermediate / Karthik A | 1598 since 5/3/2005 1:26:20 AM | Unrated
|
| |
This application lists the files in the current directory.
|
| |
 |
Deleting Files - rmv (command line) | C | Beginner / Karthik A | 1526 since 6/2/2005 1:12:45 PM | Unrated
|
| |
This application can be used to delete files and is a replacement to the native 'del' command available in DOS.
|
| |
 |
File Reader - Line By Line | C, Microsoft Visual C++, Borland C++ | Beginner / Karthik A | 1673 since 3/25/2007 8:22:06 AM | Unrated
|
| |
This program can be pretty useful for beginners and it explains how files can be read line by line, instead of character by character. I have commented this program completely. Please comment on this.
|
| |
 |
Find A Word In A Text File | C, Borland C++, UNIX C++ | Intermediate / Karthik A | 2241 since 6/27/2007 3:19:17 PM | Unrated
|
| |
It searches for a given word in a given file. The results are both displayed in the console and also written to a file (ScreenShot)
|
| |
 |
Handling Exceptions - A Simple Example (Fully Commented) | Borland C++ | Beginner / Karthik A | 4303 since 1/21/2007 1:29:16 PM |
By 1 Users
|
| |
This program aims at explaining the concept of handling exceptions using a simple example. This is mainly for the sake of understanding, and is fully commented. Let me know if you have any comments. The submission was messy earler. so i have corrected it ...(description truncated) (ScreenShot)
|
| |
 |
Introducing C++ | C++ (general) | Beginner / Karthik A | 1967 since 8/16/2005 2:27:22 PM |
By 2 Users
|
| |
I welcome you all to this tutorial to explain how to program in C++. A number of tutorials are available but this is jus another attempt to make you understand the basics of C++. Please do vote and comment if you like the tutorial.
|
| |
 |
Introducing C++ - Functions | C, C++ (general) | Beginner / Karthik A | 2498 since 9/7/2005 1:15:29 PM |
By 3 Users 3 Excellent Ratings
|
| |
This tutorial intends to teach beginners how to use functions in programs along with the various terms used like 'calling' a function and 'passing' values to a function and so on.
|
| |
 |
Introducing C++ - Part 2 | C++ (general), Borland C++ | Beginner / Karthik A | 1725 since 8/24/2005 1:41:53 PM |
By 1 Users
|
| |
This article aims at explaining how to program in C++. There are many though this might be be helpful if you are new to programming. Check out part 1 too - Introducing C++
|
| |
 |
Length Finder | Microsoft Visual C++ | Beginner / Karthik A | 935 since 8/3/2005 2:07:05 PM |
By 2 Users
|
| |
I am a beginner in VC++...This application finds the length of the string entered and also gives some idea about how to use test boxes, command buttons etc., Rate me if you like the code. (ScreenShot)
|
| |
 |
pbin | C | Beginner / Karthik A | 726 since 5/12/2005 7:47:22 AM | Unrated
|
| |
This application prints the binary value of the decimal number entered.
|
| |
 |
Stacks - A Sample Application To Explain Stacks | C | Beginner / Karthik A | 1214 since 6/29/2005 2:17:51 PM | Unrated
|
| |
Explains Stack Functions
|
| |
 |
User defined string Functions (Length and Reversal) | C, Borland C++ | Beginner / Karthik A | 3152 since 7/20/2005 2:20:54 AM |
By 2 Users
|
| |
This program explains beginners to write functions to find the length of a string and to reverse a string without using the in-built functions strlen and strrev. Rate the code if you like it and also comment on the code.
|
|
|