User profile: vrakas

User info
User name:vrakas
History
Joined:
Number of posts:45
Latest posts:

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 question
hello 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 floats
hello. i want to compare the equallity of two doubles a nd b. A friend told me i should not test ...