User profile: RizwanAnsari

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

Help with reversing order of my decimal to binary program?
Dear keskiverto, thanks for the correction in above program. Actually, I am new and have not any e...

System() command Dragging a file into another
I couldn't understand what you want but you can simply open .PSD file in windows if photoshop is alr...

Basic Tables
Try this... [code] #include <iostream> #include <conio.h> using namespace std; int main() { int...

Arrays are killing me... Please help!
Read the comments to understand. [code] int main() { double array[10]; // array storing the v...

Help with reversing order of my decimal to binary program?
Dear, I wrote this program few days ago, please check it. [code]using namespace std; #include <ios...