Search Results

Showing results 1 to 2 of 2
Search took 0.03 seconds.
Search: Posts Made By: Jugortha
Forum: C# Oct 27th, 2008
Replies: 9
Views: 28,711
Posted By Jugortha
int fact(int rank)
{
for(int i = 1; i<rank;i++) i *=1;
return i ;

}

try this, I don't test it you can test it
Forum: C# Jan 7th, 2008
Replies: 3
Views: 3,310
Posted By Jugortha
There are for algorithms of encryption/decryption with in the .Net framework

DES algorithm, RC2 algorithm, Rijindael algorithm and TripleDES algorithm they are represented as classes

First step...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC