Using Crypography to encrypt/decrypt informationI don't use crypto++, maybe there are not many user of it on this forum. You may have more luck goi...
Source information stripped?[quote=Albatross]All you needed to do is run the program with the debugger on. >_>[/quote] [sobbing]...
C# DoubleClick EventHave you wired up the event handler? you should have something like this in your code: [code]this.D...
Array of structuresInteresting, I tested it in VS2010 ... lets see if I can make it fail ...
Array of structures[code]#include <iostream> using namespace std; struct QUESTIONS { char questiontext[80]; char q...