| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Password Generator | C++ (general), Microsoft Visual C++ | Beginner / Ben128 | 1391 since 8/12/2016 7:28:57 PM |
By 1 Users
|
|
Simple password generator that takes a length as input and prints a random password with uppercase, lowercase and numbers. (ScreenShot) |
|
|
|
 |
Pig Latin | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Dee-Jon Bryce (from psc cd) | 715 since 1/1/2015 3:42:00 PM |
By 2 Users
|
|
Converts entered text into a simple Pig Latin version, eg: 'hello' becomes 'ellohay' |
|
|
|
 |
Reverse words in a sentence version 1.0 | C++ (general), Microsoft Visual C++ | Beginner / Ben128 | 1446 since 8/22/2016 12:18:56 PM | Unrated
|
|
Just shows how to reverse all words in a sentence good example of working with strings for beginners. Hope you find is usfull. (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Roman Numerals - Conversion Utility! | C++ (general), Borland C++ | Beginner / Jan Walter E. Eustaquio (from psc cd) | 1003 since 1/2/2015 11:44:00 AM |
By 3 Users
|
|
Well, this is i folks. This is the most ACCURATE and MODERN conversion from Arabic to Roman numerals... I use the strick rule of using roman numerals, based on the old and accurate use of it. Dont' know what is 1696 or 1999 on roman numerals? Then check t ...(description truncated) |
|
|
|
 |
ROT13 | C++ (general), Microsoft Visual C++, UNIX C++ | Beginner / Ben128 | 1447 since 8/28/2016 4:52:13 PM | Unrated
|
|
This is an example or the very popluer ROT13 encryption. This is made for beginners to learn some simple encryption. Hope if comes in handy. |
|
|
|
 |
Scan command arguments v2.0 | C++ (general), Microsoft Visual C++, UNIX C++ | Beginner / Ben128 | 1523 since 8/24/2016 8:02:51 PM | Unrated
|
|
This is a small project to scan and process a command line with command flags set code is very simple and made for a beginner hope you find is helpfull. |
|
|
|
 |
Search a string from textfile | C | Intermediate / Markku Kauppinen (from psc cd) | 896 since 1/5/2015 5:10:00 AM |
By 5 Users
|
|
Searches if a textfile contains a string that you specify. If matching string is found, the line# and the line, where your searchstring was found, will be printed to the screen. Searchstring is case sensitive. |
|
|
|
 |
simplest password program | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Jebin Abraham Pullukalayil (from psc cd) | 5596 since 1/6/2015 11:57:00 PM |
By 5 Users
|
|
simplest password program... displays "*" as each letter is typed... enable backspace... good efficient |
|
|
|
 |
String Flip | C, C++ (general), Microsoft Visual C++ | Beginner / Matthew Thomson (from psc cd) | 781 since 1/2/2015 8:44:00 AM |
By 2 Users
|
|
Just a small program to flip a string |
|
|
|
 |
String Functions | C, C++ (general), Microsoft Visual C++, Borland C++ | Intermediate / Faghmie J Davids (from psc cd) | 865 since 1/1/2015 1:34:00 PM |
By 2 Users
|
|
This header file contains functions to: Return the n number of characters from the left/right of a character string, remove trailing and leading spaces and replace a character with a string that is specified. The functions are pretty straight forward. |
|