User profile: alex58765

User info
User name:alex58765
Email:alexchiukt@msn.com
Name:Alex Chiu
Location:California
Website:http://www.alex58765.com
Bio:I am majoring computer science,my sophomore year.
I am a very self learning guy, only when I get stuck on something for soo long then I may ask people for help.


History
Joined:
Number of posts:11
Latest posts:

C++ Function Error
You can use namespace next time which will save you a lot of std:: by: [code] #include <iostream> us...

C++ Function Error
Hey just to remind you that you should write in code form. Your problem is just syntax. You need <<...

loop quoting , why error happens
It is because class B is created after class A, so you can only use class A in class B.

Need help on multiply matrix operator.
Thank you Duoas! But I still don't get why the following is illegal(Error:invalid use of 'void') so...

Need help on multiply matrix operator.
I am trying to overload Multiplication Matrix operator with the following but I can't: This is the ...