| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
^^Use Bubble Sort for Ordering Strings | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Gonzales Cenelia (from psc cd) | 3499 since 1/4/2015 8:32:00 AM |
By 2 Users
|
|
This program use the "Bubble Sort Algorythm" for ordering a list of names alphabetically.
It also shows how to swap two strings. |
|
|
|
 |
^NEW^ -- wildcard string compare (globbing) | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Jack Handy (from psc cd) | 4024 since 1/2/2015 4:00:00 AM |
By 10 Users
|
|
matches a string against a wildcard string such as "*.*" or "bl?h.*" etc. This is good for file globbing or to match hostmasks. |
|
|
|
 |
_A Beginner's STRCMP, STRCAT, and STRCPY tutorial (VB-LIKE String Manipulation) | C++ (general), Microsoft Visual C++ | Beginner / Jaime Muscatelli (from psc cd) | 6058 since 1/5/2015 12:16:00 AM |
By 10 Users
|
|
This tutorial is for mostly beginners that need to know how to manipulate char strings easily. I recently switched from vb, and it was very hard to get used to chars (from vb's String identifier). This will show you how copy, compare, and add strings toge ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
A copy of PASCAL:s GOTOXY for C++ (UPDATED) | Microsoft Visual C++ | Beginner / Martin Mikaelsson (from psc cd) | 3320 since 1/4/2015 6:46:00 AM |
By 5 Users
|
|
The same way like PASCALs GotoXY. It let you place the textcursor anywhere on the console_screen.
UPDATE (2002-12-5) now shows how to use GotoXY
in loops. |
|
|
|
 |
A reverse string function. | Microsoft Visual C++ | Beginner / Brutus (from psc cd) | 3025 since 1/3/2015 1:20:00 AM |
By 6 Users
|
|
This is a simple function that I wrote to reverse a string. I'm a newbie to this language so please have a look and give feedback. |
|
|
|
 |
A Simple Count String | C | Beginner / Raymond Li (from psc cd) | 3142 since 1/1/2015 4:56:00 AM |
By 6 Users
|
|
Aims to count how many words in the infile |
|
|
|
 |
A Simple Text Viewer 1.0 | C++ (general), Microsoft Visual C++ | Beginner / Ben128 | 3554 since 9/28/2016 10:52:03 PM | Unrated
|
|
Here is a simple Win32 console text viewer, you can set a number of rows to show and will pause till a key is hit then display the rest, You can also clear the screen on start up and also set the display text case. Hope you like the first version comments ...(description truncated) |
|
|
|
 |
Another String Replace Function | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / William Brendel (from psc cd) | 3109 since 1/4/2015 1:32:00 PM |
By 7 Users
|
|
Finds and replaces a string with a given string. Returns the number of occurances found. |
|
|
|
 |
ASCII to Decimal, Hexadecimal, and Octal | C, Microsoft Visual C++ | Beginner / Eric K (from psc cd) | 12384 since 1/4/2015 10:39:00 PM |
By 6 Users
|
|
This program will convert ASCII to decimal, hexadecimal, and octal. (ScreenShot) |
|
|
|
 |
Ascii<-->Unicode conversion | C++ (general) | Intermediate / Eugene Ciloci (from psc cd) | 11944 since 1/3/2015 9:17:00 AM |
By 4 Users
|
|
Two small and simple functions for converting from Ascii to Unicode and vice-versa |
|