I'm working on Eclipse inside Ubuntu environment on my C++ project.
I use the itoa
function (which works perfectly on Visual Studio) and the compiler complains that itoa
is undeclared.
I included <stdio.h>
, <stdlib.h>
, <iostream>
which doesn't help.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…