::estonian drum'n'bass forum:: ::estonian drum'n'bass forum:: > ::russian forum:: > Болтавня > C++
   
Author
Thread    Post A Reply
-Fezz-
01/11/2007 16:48

C++

Kto razberaetsja otzovites`. Nuzna pomo6`, za ne bespaltno ))
Edit/Delete Message Reply w/Quote
Venja
01/11/2007 17:05

Всё о DC++..настройка,вопросы,и т.д., Тем, кто хочет качать фильмы,музыку,софт

тут всё о программе http://forum.dakolbass.com/index.php?showtopic=1049

если ты про ту прогу
Edit/Delete Message Reply w/Quote
-Fezz-
01/11/2007 17:17

da net, ja ne pro eto )) C++ - jazqk programirovanija.
Edit/Delete Message Reply w/Quote
Venja
01/11/2007 17:20

ОК)) знакомые буквы увидел подумал ты про это )))) с языком прогр. ничем помоч не могу .. не умею ))
Edit/Delete Message Reply w/Quote
gnz
01/11/2007 18:04

Спрашивай, но только понемногу. Может чего вспомню 8)
Edit/Delete Message Reply w/Quote
Funky Doodle
01/11/2007 18:11

помню давным давно пытался Борланд освоить ;D
Edit/Delete Message Reply w/Quote
-Fezz-
01/11/2007 18:41

gnz, da mne ne malo nado. ;D (esli pomoze6, zapla4y)

Write a class that can be created only in a single instance and only by some specific method.

For example this should work:

SingleInstance pInst = SingleInstance.getInstance();
pInst.someMethod();

And this shouldn't:

SingleInstance oneInstance = new SingleInstance();
oneInstance.someMethod();

The second call to getInstance() method should return the pointer to the already existing object and do not create a new one.

Klass paigutada package’isse single. Testprogrammiga tхestada, et eeltoodud nхudmised on tдidetud.

Hints: private, public, static
Edit/Delete Message Reply w/Quote
v1T!k
01/11/2007 23:27

-Fezz-:

Write a class that can be created only in a single instance and only by some specific method.

For example this should work:

SingleInstance pInst = SingleInstance.getInstance();
pInst.someMethod();

And this shouldn't:

SingleInstance oneInstance = new SingleInstance();
oneInstance.someMethod();

The second call to getInstance() method should return the pointer to the already existing object and do not create a new one.

Klass paigutada package’isse single. Testprogrammiga tхestada, et eeltoodud nхudmised on tдidetud.

Hints: private, public, static


kogda nado ?

jesli 4to PM :)
Edit/Delete Message Reply w/Quote
   Post A Reply