next_permutation()lets say i have a struct s [code]struct s { int a,b; }[/code] and [code] s arr[3]; arr[0].a=1; arr[0...
Multimap questionhello i am studying maps and i have this question. multimaps are just maps but 2 or more elements ca...
Comparison of double,long double and floats@JLBorges Thanks a lot! I needed to read an article! @MiiNiPaa i dont see your point
next_permutation()Hello. I want to use next permutation on an array of structs i did depending on an integer variable ...
Comparison of double,long double and floatshello. i want to compare the equallity of two doubles a nd b. A friend told me i should not test ...