User profile: Atyab

User info
User name:Atyab
Email:acesatyab@live.com
Name:Atyab
Location:Karachi
Website:http://atyab.pythonanywhere.com/
Bio:Software Engineer at Workforce Software

Graduated from FAST National University of Computer and Emerging Sciences Karachi in the field of Computer Science.

Email Address: syed.atyab.hussain@gmail.com
Statistical data
Birthdate:Dec 6, 1989
Gender:Male
Occupation:Programmer
Skills:C
C++
Assembly
Java
Python
History
Joined:
Number of posts:51
Latest posts:

Problems with solutions for C++
Google it and you will be able to find several exercises with solutions.

Super noob trying to learn basic char vektors
@Line 7. You have an array of characters and characters should be placed within single quotes [code]...

am i using the char variable correctly ?
Here is the correct code. [code] #include <iostream> #include <cstdlib> using namespace std; in...

Ongoing Loop
If you enter only one character then [code]userInput.length()[/code] will be [code]1[/code] and sinc...

Conflicting Types Error
Remove Line [code]11[/code], You already have a function prototype at line [code]6[/code] so you can...