Вот напарник мечтательно выдал:
/*
Automaticly creates a full site
@param cost - how many money do you want
@param days - how many days script needs to work)
@return - string - adress and account number in bank where money were transfered to
*/
int CreateSiteStruct (cost, days);
Здравствуйте, hurricane_2000, Вы писали:
_>Вот напарник мечтательно выдал:
_>_>/*
_> Automaticly creates a full site
_> @param cost - how many money do you want
_> @param days - how many days script needs to work)
_> @return - string - adress and account number in bank where money were transfered to
_>*/
_>int CreateSiteStruct (cost, days);
_>
Описание функции явно не соответствует ее прототипу
Здравствуйте, Erxud, Вы писали:
E>Здравствуйте, hurricane_2000, Вы писали:
_>>Вот напарник мечтательно выдал:
_>>_>>/*
_>> Automaticly creates a full site
_>> @param cost - how many money do you want
_>> @param days - how many days script needs to work)
_>> @return - string - adress and account number in bank where money were transfered to
_>>*/
_>>int CreateSiteStruct (cost, days);
_>>
E>Описание функции явно не соответствует ее прототипу
Индусы кодировали!
[EOF]
Здравствуйте, hurricane_2000, Вы писали:
_>Вот напарник мечтательно выдал:
_>_>/*
_> Automaticly creates a full site
_> @param cost - how many money do you want
_> @param days - how many days script needs to work)
_> @return - string - adress and account number in bank where money were transfered to
_>*/
_>int CreateSiteStruct (cost, days);
_>
Судя по всему это не реализация, а всего лишь интерфейс
Здравствуйте, hurricane_2000, Вы писали:
class ILifePossibilies
{
public:
//...
/*
Try to create any site
@param course - what course students do you have?
@return - string - site script in php
*/
string CreateSiteStruct (course);
private:
/*
Automaticly creates a full site
@param cost - how many money do you want
@param days - how many days script needs to work)
@return - string - adress and account number in bank where money were transfered to
*/
int CreateSiteStruct (cost, days);
};