chars の配列があり"0x55"ます。私がしたいのは、それを に変換することですchar( UASCII 0x55 = のためU)。
では、この変換を行うにはどうすればよいでしょうか。
#include <windows.h>
int main()
{
array[] = "0x55"
char test;
**// I want to move the string to that test to be one character which is U**
}
助言がありますか?