Forum: C++ Oct 26th, 2008 |
| Replies: 2 Views: 738 I need help.
How do you encrypt multiple lines of a text file?
/*********************
*Made by Jase Inc *
*Made in 10/22/2008 *
*Boolean Cryptography* |
Forum: C++ Oct 7th, 2008 |
| Replies: 9 Views: 48,744 #include <iostream>
using namespace std;
float sub (float a, float b)
{
float dif; |