cplusplus.com
C++ : Users : Grey Wolf
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
User: Grey Wolf
Public profile
Send private message


User profile: Grey Wolf

User info
User name:Grey Wolf
History
Joined:
Number of posts:2845
Latest posts:

Using Crypography to encrypt/decrypt information
I 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 Event
Have you wired up the event handler? you should have something like this in your code: [code]this.D...

Array of structures
Interesting, 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...