User profile: Xethaios

User info
User name:Xethaios
Name:Xethaios
Location:Deep in my simple code
Website:http://cplusplus.com/user/profile.cgi?w=show
Bio:Coding C++ for school. I like C++, so I'll keep coding after the class is done. That's why I joined.
Statistical data
Birthdate:Feb 26, 1997
Gender:Male
Occupation:Student
History
Joined:
Number of posts:7
Latest posts:

Problem With Two Dimensional Arrays
I have solved it, and it works using the operator =. It had something to do with my conditionals bei...

Problem With Two Dimensional Arrays
The operator == doesn't apply with the conditional statements. To be sure, though, I changed the = ...

Problem With Two Dimensional Arrays
I saw this error yesterday, so I went to fix it. Now the program outputs nothing to the array. All a...

Problem With Two Dimensional Arrays
I'm writing a program for school that has the user input the cost of a plane ticket, and the program...

Stack Around Input is Corrupted Error- Why?
I'm trying to read input and store it into a character array. It works up to the point that I enter ...