User profile: Rakanoth

User info
User name:Rakanoth
History
Joined:
Number of posts:57
Latest posts:

DIffrences
in both cases the type is long.. why would i write in my code 75L instead of long foo = 75;?

DIffrences
what is the difference between regular variable declaration and forcing integer literals like this [...

Need Help with C++ regarding decimals
you sad double quantity and give him int number.

how to sum all the values return after a loop
for (int i = 2; i < b; i++) if (b % i == 0 && prime(i)) now i want wathever pass t...

how to sum all the values return after a loop
title^^