User profile: stormSpirit

User info
User name:stormSpirit
History
Joined:
Number of posts:5
Latest posts:

help pls
I dont have DEV++ either,but i've tested your code and commented out some codes, i think you need to...

help pls
It seems like you want to make the number into cash, i guess the value of "p5" should be 1, could yo...

Correct use of string::copy?
1) The stream::copy return a size_t value; 2) You just copy the string to itself; [code] #include <i...

Making my own pow
You can create a function like: int potency(int const& a,int const& b); And try while or for loop

Copy of a file
I m sorry that i dont familiar with the UC file operation,i wrote it in c++ fstream way;It does the ...