User profile: hooshdar3

User info
User name:hooshdar3
Email:shooshdaran577@gmail.com
Name:soheil Hooshdaran
Location:Shiraz
Statistical data
Birthdate:Dec 15, 1985
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:143
Latest posts:

primary expr?
Thanks all.May I move the line 20-26 inside the class?

primary expr?
Hi.What's wrong with the code: [code]#include <iostream> using namespace std; class base1 { ...

curious result
not calculated, but parsed

curious result
the orginal problem was: [code]f1(const int x) { if(x==0)return 0; else {return 2*...

curious result
Hi.Why is it that the following code doesn't print 5 consecutive zero in f1 calls? [code] f1(const...