User profile: Danyal

User info
User name:Danyal
Email:danyalr8@yahoo.com
Name:Danyal Rashid
Location:Pakistan
Bio:Am Enjoying a Life of Mortality.
Statistical data
Birthdate:May 16, 1995
Gender:Male
Occupation:Student
Skills:C
PHP
C++
Javascript
History
Joined:
Number of posts:6
Latest posts:

weather report functionaility
can anyone of you explain this line of code [code]set <W_report, less<W_report> > perset;[/cod...

Calculate wind chill
[code] #include <iostream> #include <string> #include <iomanip> #include <cmath> using namespace s...

Another making a class problem
hey you are including [code] #include<string> [/code] istead of [code] #include<cstring> [/code]

Another making a class problem
[code] #include <iostream> #include <cstring> #include <fstream> #include <cstdlib> using namespace...

program to return english words for numbers
use enumeration its simple!