| iterating through items in a std::map |
[08 Feb 2005|04:47pm] |
|
What would be the most elegant way to iterate over items of a std::map? Increasing an iterator from begin() and check if it is not equal to end() yet?
|
|
|
[08 Feb 2005|10:38pm] |
Hello, this is my first post.
I am trying to figure out this program written in C that finds the roots of a polynomial through the message of bisection. Whenever I try to compile it using Dev-C++ I get the error [Linker error] undefined reference to `WinMain@16' . I am trying to compile it as "console application" with no luck..
Any suggestions would be appreciated! -Thanks
( Read more...Collapse )
|
|