User profile: Stalker

User info
User name:Stalker
Name:Talha Asif
Location:Karachi
Bio:I am a student of electrical engineering. I have been learning C and C++ coding for nearly 2 years now. I have made many projects that help me in my daily engineering work. Coding has never been a work for me. It is my passion. So looking forward to a healthy experience at cplusplus. My work experience is very limited as I have only worked on console based solutions. In these solutions I have worked with SFML. T=Now I have started working towards software programming with Qt.

Email: asif9talha4@gmail.com
Skype: Talha Asif
Github: Stalker94
Statistical data
Birthdate:Nov 17, 1994
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:77
Latest posts:

Find The Error
[code]Array[7][7][/code] Something like this. Basically I am using a loop to display the data. So i...

Find The Error
Because the array when passed into the function in class B turns out to be a one dimension array.

Find The Error
[code]class A { public: void Func(const std::string [][8]); //Functions }; class ...

Problems with functions for c++
You don't need to return the value. In this problem you are to just print out the numbers. Which you...

time complexicity problem in the code
First of all you cannot create an array like this on line 13. Rather you must use a constant value t...