User profile: jjroyale

User info
User name:jjroyale
History
Joined:
Number of posts:42
Latest posts:

RC4 Encyption, Bad PTR
That at least got the program to runbut the output is messed up... [output]Message: Hello world! Pa...

RC4 Encyption, Bad PTR
Tried taking out the & reference operator in the rc4 parameters, that doesn't work either.

RC4 Encyption, Bad PTR
Can anyone help as to why ByteOuput is giving me a BadPTR error? [code] #include <iostream> #...

Reading file into a Linked List.
I'm having some trouble with reading a file into a linked list. It reads in properly, but I am tryi...

Creating a Linked List of common elements from two other linked lists..
However, still cant get my original question to work..