C++ - Int To Ascii character 8월 11, 2021 AnsiString edit = Edit1->Text; int tempInt = StrToInt("0x" + edit); Memo1->Lines->Add(IntToStr(tempInt)); // Hex to Integer Memo1->Lines->Add(char(tempInt)); // Integer to Ascii Character 자세한 내용 보기