ClassesI too, thought about tree since they want a [i]recursive [/i]structure. I found a quite useful sourc...
Infinite Loop and Int valueHi, I think best way to see the result is to compile and run the program :): But anyway you can ma...
palindrome program....[code]for(i=0,j=len-1;i<=(len/2);++i,--j) { if(strn[i]==strn[j]) flag=1; }[/code] I think the...
Really basic questions about libs and dllsThat [b]really [/b]clears up everything. I have been also wondering what were those *.dll's importan...
Linker Error in Dev-C++Yes, it was indeed about the implementation of the constructor.. Thanks for notice jsmith. Previ...