CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 35

Threaded View

  1. #25
    Join Date
    May 2012
    Posts
    43

    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
  •  





Click Here to Expand Forum to Full Width

Featured