User profile: ahmed106

User info
User name:ahmed106
Name:Ahmed.Safwat.Ishaq
Location:lahore.Pakistan
Website:http://none
Bio:Student of computer Programming in second semster.
Statistical data
Birthdate:Dec 21, 1955
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:2
Latest posts:

Reversing Metrix Compiled prog
#include<iostream> #include<conio.h> using namespace std; //declaration of variables const int M...

Function By ref How it works
#include<iostream> using namespace std; double add(double x); double f(double u); double u; d...