Forum: C++ Oct 26th, 2008 |
| Replies: 2 Views: 738 There are a lot of ways you can do encryption, Just decide which way you want to proceed.. Which mode of operation you want to do. Which sequence you want to follow when you are XOR ing the data. Do... |
Forum: Community Introductions Oct 21st, 2008 |
| Replies: 4 Views: 468 Thanks Guys... Am also looking forward to be active now on :) |
Forum: C++ Oct 20th, 2008 |
| Replies: 6 Views: 710 Couple of suggestions,
1. Avoid using global variables as you used choice here..
2. you can further shrink the main by moving choices to methods here..
3. Display result can also be another... |
Forum: Community Introductions Oct 20th, 2008 |
| Replies: 4 Views: 468 Hello all,
My name is arun, a starter in the field of computer science.
My interests swings around C++, JAVA and some security stuffs :P
So hope to see you all around on a regular basis...
... |
Forum: C++ Oct 19th, 2008 |
| Replies: 6 Views: 710 I really didnt understand your question, as per my understanding.. |