C統合・質問スレッド
..
166:160
04/05/27 20:14
#include <stdio.h>
#include <conio.h>
int main()
{
int *ptr;
int a[2][2],b;
*ptr = a;
a[1][2]=5;
b=*ptr[1*2+1];
printf("%d",b);
getch();
}
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5497日前に更新/239 KB
担当:undef