|
|
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
|
กระทู้ #902 [C] (จาก IP: 124.120.239.65)
ขอ source code โปรแกรมเกมส์ ที่เขียนด้วยภาษาซีหน่อยค่ะ
อาจารย์ให้เขียนโปรแกรมเกมส์ ด้วยภาษาซีอะ ใครทำได้ช่วยหน่อยนะ ขอบคุณค่ะ
|
จากคุณ
:
a muay / nok_muay@hotmail.com [2007-02-03 09:39:00]
|
|
ความคิดเห็น #25378 (จาก IP: 222.123.101.62)
โปรแกรมเเสดงขนาดและที่อยู่ของตัวแปรต่างๆในC#นะ *program variable test*/ #include<stdio.h> #include<conio.h> main() { int Onedi[100]; int Twodi[100][100]; char Char; unsigned char Unsignedchar; int Int; short int Shortint; unsigned int Unsignedint; long Long; unsigned long Unsignedlong; float Float; double Double; long double Longdouble; clrscr(); printf("Size of one-dimentional array=%d\n",sizeof(Onedi)); printf("Size of two-dimentional array=%d\n",sizeof(Twodi)); printf("Size of char =%d\n",sizeof(Char)); printf("Size of unsigned char=%d\n",sizeof(Unsignedchar)); printf("Size of int=%d\n",sizeof(Int)); printf("Size of short int=%d\n",sizeof(Shortint)); printf("Size of unsigned int=%d\n",sizeof(Unsignedint)); printf("Size of long=%d\n",sizeof(Long)); printf("Size of unsigned long=%d\n",sizeof(Unsignedlong)); printf("Size of float=%d\n",sizeof(Float)); printf("Size of double=%d\n",sizeof(Double)); printf("Size of long double=%d\n",sizeof(Longdouble)); printf("\n\n"); printf("Address of Onedi is%d\n",&Onedi); printf("Address of Twodi is%d\n",&Twodi); printf("Address of Char is%d\n",&Char); printf("Address of Unsignedchar is%d\n",&Unsignedchar); printf("Address of Int is%d\n",&Int); printf("Address of Shortint is%d\n",&Shortint); printf("Address of Unsignedint is%d\n",&Unsignedint); printf("Address of Long is%d\n",&Long); printf("Address of Unsignedlong is%d\n",&Unsignedlong); printf("Address of Floatis%d\n",&Float); printf("Address of Double is%d\n",&Double); printf("Address of Longdouble is%d\n",&Longdouble); printf("Press any key to continoue:",Char); getch(); return 0; }
|
จากคุณ
:
gvang60 [2007-02-09 11:23:12]
|
|
ความคิดเห็น #25379 (จาก IP: 222.123.101.62)
ลองหาดูที่นี้แจ่ม
http://members.tripod.com/godcila/index2.htm |
จากคุณ
:
gvang [2007-02-09 12:03:24]
|
|
ความคิดเห็น #25903 (จาก IP: 202.28.77.31)
ผมขอตัวแปรต่างๆที่ใช่ในjavacและที่นอกเหนือจากslin |
จากคุณ
:
conan3006 / aekkarin_champ_3006@hotmail.com [2007-08-29 12:41:37]
|
|
|
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
|
|
|
|
|