User profile: hottiefee

User info
User name:hottiefee
Name:Felicia
Location:TN, USA
Bio:I'm a new programmer. I'm currently in my second semester of C++ programming in college.
Statistical data
Birthdate:Dec 23, 1989
Gender:Female
Occupation:Student
Skills:C++
History
Joined:
Number of posts:7
Latest posts:

Matrix - Add, Subtract, Multiply
Hi everyone. I am trying to create a matrix. I'm trying to write a matrix program that the user wil...

Matrix - Add, Subtract, Multiply
Hi everyone. I am trying to create a matrix. I'm trying to write a matrix program that the user wil...

Fraction Program...too many functions?
I figured it out. [code] Okay I changed the gcd() function to: [code] int gcd(int a, int b){ ...

Fraction Program...too many functions?
Okay I changed the gcd() function to: [code] int gcd(int a, int b){ if (b = 0) return a; el...

Fraction Program...too many functions?
Yeah, I'm still new at this. Does my add() function look right? Thats all im confused on now. I j...