User profile: oowee8811

User info
User name:oowee8811
Name:Owais Tahir
Location:Peshawar, Pakistan
Statistical data
Birthdate:Jan 22, 1996
Gender:Male
Occupation:Student
Skills:C++
HTML
History
Joined:
Number of posts:7
Latest posts:

Help need asap plz
I think this is exactly what you are asking for... [code]#include <iostream> using namespace std; ...

How to make my switch statement repeat?
I've edited your code... And it's working fine on Visual Studio compiler.. [code]#include<iostream>...

I have to convert dollar amounts entered by user and convert them to other currencies in C++
This is my code for your program. [code]#include <iostream> using namespace std; int main() { d...

use esc to call a function
This is a simple program of adding two numbers. ESC is used to call the function. [code]#include <i...

Code error help please
@integralfx.... you can use 'f' or 'F' or any other character. But for that you will just have to ch...