What's Here?
- Members: 300,326
- Replies: 825,561
- Topics: 137,373
- Snippets: 4,417
- Tutorials: 1,147
- Total Online: 1,977
- Members: 124
- Guests: 1,853
|
|
 |
|
|
Submitted: November 6, 2009
Views: 13
Encrypt a given string using Caesar's Cipher.
|
|
|
 |
|
|
Submitted: November 6, 2009
Views: 19
Demonstrates the method for finding square root using the Newton Rhapson method, which is commonly used in calculators
|
|
|
 |
|
|
Submitted: November 6, 2009
Views: 16
A method which will find the square root of a number, given the number to find the root of, as well as an adjustable precision
|
|
|
 |
|
|
Submitted: November 3, 2009
Views: 53
Functions that return sorted Files And Folders in FileInfo And DirectoryInfo Arrays.
|
|
|
 |
|
|
Submitted: November 2, 2009
Views: 69
This snippet returns the reverse of the given input from the beginning to the character at index.
|
|
|
 |
|
|
Submitted: October 21, 2009
Views: 17
Swap integer from big endian to little endian
|
|
|
 |
|
|
Submitted: October 25, 2009
Views: 23
Shows and records text typed. It keeps a variable called "text" as all text that has been typed, with " " to signify spaces.
|
|
|
 |
|
|
Submitted: October 27, 2009
Views: 56
This is an event logger I programmed in C++. The class includes a few useful functions that can be used for other things besides event logging. I programmed this as an introduction to the C++ Standard Library. I put and to use in this class.
|
|
|
 |
|
|
Submitted: November 1, 2009
Views: 67
Converts a string to a char array
|
|
|
 |
|
|
Submitted: October 16, 2009
Views: 17
I have always found the C++ enumeration values defined globally to be rather annoying. This snippet shows two alternative methods limiting the scope of enumeration values
|
|
|
 |
|
|
Submitted: November 11, 2005
Views: 229500
Ever wonder how you could get partially transparent backgrounds for div boxes with only HTML/CSS? Well here's how.
|
|
|
 |
|
|
Submitted: April 13, 2007
Views: 125421
Div layer with a scroll bar
|
|
|
 |
|
|
Submitted: January 4, 2006
Views: 111607
Reads and puts value in a textbox in its original text format.
|
|
|
 |
|
|
Submitted: March 2, 2005
Views: 97754
Implements the Linked List Data Structure.
|
|
|
 |
|
|
Submitted: February 25, 2005
Views: 75697
Two functions, used to convert c++ strings from upper case to lowercase and vice versa. Each takes a string argument, and returns the converted string. Please note that parameters should be validated before passing them to the functions.
|
|
|
|