blah blah blah is here! blah blah » Close

0
votes
8 answers

Access variables defined in other functions

Hi all, I have a Windows Application which contains functions for Encrypt/Decrypt which is working fine when both the functions are put together as a single code. Now, I wanted to call encrypt and decrypt functions independently of each ...

0
votes
2 answers

A simple While Loop

Hi, I have a function which creates a random value which is used later in the program. It is created with the following code: [code] BigInteger randpri = BigIntegers.CreateRandomInRange(min, max, random); [/code] The problem is t ...

Feedback