So Gentlemen,
How might I do the equivalent of this without using QString::sprintf ?
sprintf(buf,”%s%d%s”,prefix,intval,suffix);
please let me have your ideas.
Thanks.
↧