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 TouchToneTommy 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 eryca

  1. eryca

    Help newbie convert Hex to Char

    void main() { int c = 0xB0; cout << c << endl; return; } // this will also work without requiring a cast. it's similar to your original thought.

Part and Inventory Search

Back
Top