Initializing nested classesI have the same doubt.....By making a single instance of outer class how can i use the innner class....
prime numbersint is_prime(int n) { if (n == 1) return 0; // 1 is NOT a prime ...
This user does not accept Private Messages