User profile: arefe

User info
User name:arefe
History
Joined:
Number of posts:12
Latest posts:

Decimal to Binary number
Thanks all.

Saving a binary file
I forgot the include something in the top. The code is now- [code] #include <iostream> #include <f...

Saving a binary file
I know that its possible to do without recursion but still want to try this way :)

Saving a binary file
So I changed that and still its showing one error- [code]#include <iostream> using namespace std; ...

Saving a binary file
Thanks. Do you know that how to fix that ?