User profile: Daker3

User info
User name:Daker3
Name:Jan
Location:Las Vegas, NV
Website:http://AliVe.comicgenesis.com
Statistical data
Birthdate:May 19, 1991
Occupation:Administrator
Skills:C++
Java
History
Joined:
Number of posts:6
Latest posts:

Decimal Precision [Answered]
Thank you. I can't believe I didn't think of checking for a small difference rather than relying on ...

Decimal Precision [Answered]
I'm making a matrix class and comparing 2 matrices. So, I made an == method. However, it doesn't see...

2D Array as Parameter w/ Unknown Size
If I use (&A, 2, 2) I get: "cannot convert parameter 1 from 'double (*)[2][2]' to 'double **'"

2D Array as Parameter w/ Unknown Size
Yeah, I had it implemented as a class method, but I just wanted to see if I can rewrite print just t...

2D Array as Parameter w/ Unknown Size
Is it possible to pass 2D arrays as a parameter without knowing the size? The effect I'm trying to g...