User profile: mudassar24

User info
User name:mudassar24
Email:mdsr.hsn@gmail.com
Name:M.MUDASSAR HUSSAIN
Location:Lahore Pakistan
Statistical data
Birthdate:Jul 25, 1992
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:7
Latest posts:

How to find possible combination
Hi, I want to find possible combination of "TEST", which is char array of five indexes.There should...

operator overloading problem
Hellooo [b] mahinkhan...![/b] yaar apni assignments to khud solve kia kro.. agar help chahye ho to ...

How to find large consecutive substring from a string.
Hi, please tell me how i can find large consecutive substring from a string. For Example: Input i...

How to read jpg image file in c++.
Hi, I want to read jpg image file in c++. please help me how to read , edit and save it with C++.

How to compile a C++ code through another C++ code
you can use it #include<windows.h> int main() { system("gcc test.cpp"); return 0; }