This is (hopefully) just a quicky. How do I convert an int to a character array?
I.E., I want to write a correct/working version of this:
int numI = 34;
char numA[255] = (char[255]) numI;
cout<<numA;
Gives the output:34
Thanks,
Paul
I am having trouble when trying to run Apache. It gives me the following error:
APACHE.EXE: cannot determine local host name.
Use the ServerName directive to set it manually.
I have edited the http.cnfg file to include the line:
ServerName http://123.456.78.90/
(but obviously containing...
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.