What's Here?
- Members: 306,915
- Replies: 841,379
- Topics: 140,584
- Snippets: 4,465
- Tutorials: 1,166
- Total Online: 1,744
- Members: 89
- Guests: 1,655
|
's Contributions
|
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
|
|
Tutorials
No Tutorials Submitted. |
|
Code Snippets
|
 |
|
|
Submitted: September 15, 2008
Views: 3925
This is an example of how to implement a custom class that inherits from std::streambuf. The example in this case performs very simple XOR encryption. It is not meant to be secure (it only uses an 8-bit key), but it is here for example purposes.
|
|
|
| |