User profile: ats15

User info
User name:ats15
History
Joined:
Number of posts:423
Latest posts:

vector of maps
[code]M[i][/code] is a pointer, and the pointer does not have the [code][][/code] operator. Try to m...

Battleship random ship placement
I would generate first the direction (vertical or horizontal). Then I generate the beginning (x and ...

Least squares fit code for quadratic polynomial
http://www.codeproject.com/Articles/63170/Least-Squares-Regression-for-Quadratic-Curve-Fitti

Passing Arrays Through Functions
Your main problem seems to be that you declare functions with certain parameters, but when you imple...

Very very basic question
Here is the definition of the constructor for multiset: http://www.cplusplus.com/reference/set/multi...