-1
我想將一個字母的ASCII值存儲到一個變量中,我該怎麼做?如何比較ASCII值
例如:
r ASCII variable = 82
main()
{
character = "character read from a file";
variable= "r ascii"; //(in this case 82), the problem is that the letter is always variable.;
printf("the value of %c is %d, character, variable)
}
我怎樣才能做到這一點?
另外還有一個額外的說明,我怎麼能讀一個.txt
文件字符?所以它可以保存在字符變量上。
在C中,變量不是_necessarily_ ASCII,只有大約99.9%的機器出現了這種情況,不幸的是,我在其中一臺機器上工作:-) – paxdiablo
@paxdiablo:hehehehehe ...你在做什麼機器? –
大型機上的USS/OMVS /(無論它在本週稱爲什麼)使用EBCDIC。 – paxdiablo