User profile: phoenix111

User info
User name:phoenix111
History
Joined:
Number of posts:18
Latest posts:

sorting problem with swap
Why one earth are you repeating the same mistake again and again: There is no prob in your code exc...

Upper Case to Lower Case
Not sure what's ur doubt. You already have what you want: Just include this librabry <cctype> a...

Can you create a random decimal number between two other numbers?
Try out this.it is much more randomised: [code]#include<iostream> #include<ctime> #include<cstd...

Can't get variable to work in a function?
Have made a few changes.Changes are underlined. [code]#include <iostream> using namespace std; ...

Sorting and finding strings.
Hi, Few changes: 1) Instead of using >> use getline to enter name i.e. replace [code]cin >> Nam...