Создание Эльфов : Эльфостроение : Форум

Страница 165 из 211: « 1 ... 161 162 163 164 [165] 166 167 168 169 ... 211 »

 IronMaster:
17.02.11, 16:05
 Black_Roland,
кто тебе мешает написать свою функцию сравнения по имени и найти с помощью FindBook?

 Black_Roland:
17.02.11, 16:41
 IronMaster, Я просто хотел выяснить придется перебирать все книги или есть более простой способ. А функцию полностью скопипастиь не получиться :)

 toha257:
17.02.11, 18:33
 Black_Roland, я думаю это тебе поможет

 traduz:
19.02.11, 03:43
 Why i cant do that?

Код: 
class foo {
public:
  static int bar;
};

int main(void){
  foo::bar = 0;
  return(0);
}


I got the error:
Код:
Error[e46]: Undefined external "foo::bar" referred in main ( [...] )


 den_po:
19.02.11, 04:20
 traduz,
Код: 
class foo {
public:
  static int bar;
};

int foo::bar; // <-------

//или так:
//int foo:bar = 0;

int main(void){
  foo::bar = 0;
  return(0);
}

а вообще, я не вижу смысла использовать члены классов таким образом

 traduz:
19.02.11, 04:46
 Thanks i did that and worked ;)
The foo was just an example, im using for a LIST, so all the objects have one common list.
Isnt that right? Use a static variable for all created objects.

 zylka:
25.02.11, 20:32
 How to detect and remove this box (no word on t9)

new page is not created



 CTFMoN:
26.02.11, 14:11
 С первым разобрался, тупанул.

И еще один вопрос, может кто занимался: как закрыть OngoingCallBook и сбросить таким образом исходящий вызов? Стандартными методами закрыть OngoingCallBook не получаеться (Book Manager этого тоже сделать не может)

Телефон К800
ЭП v 1.999


[ Редактировано CTFMoN в 26.2.11 13:21 ]

 DuMOHsmol:
26.02.11, 21:03
 CTFMoN, попробуй эльфом вызывать софтклавишу отбоя.

 albertnet3:
26.02.11, 23:37
 hi I need help I created a simple mini- elf:
FlashPhoto.
is for "SE" Have Flash in Camera
this elf for my opinion simulate the flash of the dijital camera at moment to shot the photos but my problem is if I press te keys for shot the photo show my simulation but not shot photo, please help me in restore the ability to shot photo, and add my simulation.
this is my code.
source base "Hello Word":
Source: 

I hope your help.
thanks
Страница 165 из 211: « 1 ... 161 162 163 164 [165] 166 167 168 169 ... 211 »

URL этой темы:
https://mobilefree.justdanpo.ru/newbb_plus/viewtopic.php?topic_id=2479&start=1640

© 2005-2018 supertrubka.org