User profile: sherwani

User info
User name:sherwani
Name:Anas Khan Sherwani
Location:Lahore, Pakistan
Statistical data
Birthdate:Jan 7, 1991
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:4
Latest posts:

How do I find factors of large numbers?
If you cannot use % operator than make a function of your own and use it.

Reference Counting
I have read that article on wikipedia about reference counting but I did not understand much, partly...

if-else statement!!!
You are declaring Status as a c-string rather a string so, you cannot make comparison like this. Str...

Reference Counting
What is meant by Reference Counting?