On 9/13/07, nishant gupta <[EMAIL PROTECTED]> wrote: > how can i add two no. without using '+' operator.
#include <iostream>
int main() {
std::cout << 5 - (-5) << std::endl;
return 0;
}
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi
