I am trying to use Elements (a property of matrix) that will save all the elements as an array so I could access the different elements but now I don't know how works this property.

I have written that

L->Elements(cli::array<int>(1)^get());

and I get these errors:

error C2143: syntax error : missing ',' before ')'
error C2059: syntax error : ')'
error C2143: syntax error : missing ',' before ')'
error C2059: syntax error : ')'

Could anyone of you help me?

Thanks in advanced!

I have found a solution!!

I mark it as solved!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.