User profile: DDomjosa

User info
User name:DDomjosa
Statistical data
Birthdate:Mar 9, 2000
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:89
Latest posts:

RC4 encryption and newlines
Thank you, works perfectly!

RC4 encryption and newlines
Hello, I wrote a simple program that can encrypt/decrypt files using the stream cipher RC4: [code] ...

Half of the Christmas tree
[code] #include <iostream> int main() { int maxNumberOfStars = 5; for (int i = 1; i <= maxNu...

How can i have 2 diffrent Functions in one program with void?
[code] #include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm>...

Using user input as part of the program
Not sure I understand what you mean.