پاسخ : ایجاد رابط کاربری گرافیکی (GUI) برای N96 LCD
oop نوعی روش برنامه نویسی هستش که البته در C++ قابل استفاده هستش ولی در C نیست
oop نوعی روش برنامه نویسی هستش که البته در C++ قابل استفاده هستش ولی در C نیست
UART0.baudrate = 9600 UART0.puts("Hello C++)
Display disp; Alert alert("Alert","Are you Sure ?",image,Alert::YESNO); char *lst1[]={"Choise 1","Choise 2","Choise 3","Choise 4"}; char *lst2[]={"Choise 5","Choise 6","Choise 7","Choise 8"}; List list1("List1",lst1,List::Exclusive); List list2("List2",lst1,List::Exclusive); char *cmdtxt; disp.Show(alert); while ((cmdtxt = disp.cheak())==0) { os_dly_wait(10); } if (strcmp(cmdtxt,"NO")==0) disp.Show(list1); else if (strcmp(cmdtxt,"YES")==0) disp.Show(list2);
دیدگاه