Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. blackeyrichards

    int to char array?

    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
  2. blackeyrichards

    ServerName directive

    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...

Part and Inventory Search

Back
Top