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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by caspezero

  1. caspezero

    Int to String

    why not use atoi for short integers long and for floating point values use atof? example char str[] = "tek tips"; double x = atof(str); int y = atoi(str);

Part and Inventory Search

Back
Top