hello, i'm working on eclipse inside ubuntu envaironment on my c++ project.
i use itoa function (that works perfectly on visual studio) and the compiler shouts that itoa is undeclared.
in included <stdio.h>
, <stdlib.h>
, <iostream>
and nothing help.
can someone please help me with this problem
thanks allot.