RC4 Encyption, Bad PTRThat at least got the program to runbut the output is messed up... [output]Message: Hello world! Pa...
RC4 Encyption, Bad PTRTried taking out the & reference operator in the rc4 parameters, that doesn't work either.
RC4 Encyption, Bad PTRCan 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..