|
-
June 6th, 2012, 08:09 AM
#25
Re: Using this XOR encryption in C++
Thanks monarch_dotra, that did work.
But it uses iostream which adds about 400kb to my binsize. I prefer to not use that.
Am I right that a char array encryption is basically not possible without using a vector in C++?
I want to know the solution without vector if it is even possible.
Last edited by qwerz; June 6th, 2012 at 08:30 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|