私はこのプログラムの背後にある論理と(char)キャストを知りたいです。 はどのように動作し、それがすべての文字、記号と数字 を印刷する方法 package ascii1
public class Ascii1 {
public static void main(String[] args) {
int i=1;
while(i<122)
{
を推奨されていません、私はこれを行うことにより、stringにintを変換しようとしている: int id = 12689;
char snum[MAX];
itoa(id, snum, 10);
私は次のエラーを取得する: 'itoa': The POSIX name for this item is deprecated. Instead, use the ISO C and C++