This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Is there a way to convert int to char?
- From: "Joseph D. Wagner" <wagnerjd at prodigy dot net>
- To: <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 26 Dec 2002 05:54:01 -0600
- Subject: Is there a way to convert int to char?
I want to convert an int to a char[]
I'm wondering if there's an easy way to do this, like toupper(), or if this
has to be done the hard way.
TIA
Joseph Wagner
P.S. If it has to be done the hard way, I'll post my code when I'm done.
Maybe you'll like it enough to include it.