User profile: davidm

User info
User name:davidm
History
Joined:
Number of posts:32
Latest posts:

overloading >> <<
why when i oveloading i can't use the regular cout and cin??

files
[code]#include <iostream> #include <fstream> using namespace std; int findig(int x,int num)//functi...

recursion
its not wrong it goes like de morgan rules!!!!!!! (*str>'0'||*str<'9') (*str>'0'&&*str<'9') ther...

files
[b]fg109[/b] Thanks that exactly what i wanted to ask really. but who says the array size is 10 i...

recursion
if the 0-termination is reached try to write *str == 0 because it's easier to understand at first s...