Hello,
This simple program (below) compiles and runs, but it does not work correctly. The output I get is
> nan 2 3 4
but I should get something like
> 2 3 1 4
Why that ???
(Compiled with GNU Compiler GCC 2.96 and 3.2 ...)
Thanks for help,
Fredwurst
#include <iostream>
using namespace...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.