User profile: Kiousu

User info
User name:Kiousu
History
Joined:
Number of posts:3
Latest posts:

Why am I getting a segmentation fault?
Never mind, I fixed it, I changed up the main program. [code] int main () { vector<char> encryp...

Why am I getting a segmentation fault?
I fixed that, and it's still segfaulting However, when it displays the decoded text, it now appends ...

Why am I getting a segmentation fault?
Okay, so I have a program that takes a single line of input and encrypts it, and outputs the encrypt...