hi, can anybody please help me on backup policy implementation? or anybody having link of some small algorithm of backup policy like FULL,INCREMENTAL,DIFFERENTIAL backup.
Thanks & Regards rakesh baldha
hi, can anybody please help me on backup policy implementation? or anybody having link of some small algorithm of backup policy like FULL,INCREMENTAL,DIFFERENTIAL backup.
Thanks & Regards rakesh baldha
hi, can anybody please help me on backup policy implementation? or anybody having link of some small algorithm of backup policy like FULL,INCREMENTAL,DIFFERENTIAL backup.
Thanks & Regards rakesh baldha
hi all, Please help me out ! give some material or book name to learn ease COM.
Thanks & Regards rakesh baldha
thank you very much.
Thanks & Regards rakesh baldha
class A { public: void print() { printf("print A"); } virtual void write() { printf("write A"); } }; class B: public A { public: void print() { printf(" print B"); } virtual void write() { printf("write B"); std::cout<<"try"; } }; int main() { // A *pA = new A; // pA->print(); // pA->write(); A *pB = new B; pB->print(); pB->write(); return 0; }
Thanks & Regards rakesh baldha
hi all, can anybody help me on Differential Backup policy algorithm? i want just algorithm for implement it on MFC.
Thanks & Regards rakesh baldha
hi all how to copy file from source to destination in vc++? pls give me reply.
Thanks & Regards rakesh baldha
Thank you everybody i have got your concept. and i have implemetnted it thanks rakesh baldha.
Thanks & Regards rakesh baldha
hi all, please help me on read recursive folder.
Thanks & Regards rakesh baldha
Hi i am working on BackUp module can anybody help me out on it? i want backup fundamental policy and simple application
Thanks & Regards rakesh baldha
Hi all, can anybody provide me link of Backup fundamental policy with application?. i want all policy like full, incremental,differential backup policy with simple application.
Thanks & Regards rakesh baldha
I am not able to find the link for standard library of c/C++ On MAC so please forward me link where i can see these library . Thanks & Regards rakesh baldha
thanks for ur reply but there is no definition of Findfirstfile and findnextfile method. actully i have to use these function on MAC plateform but on mac these functions not available so i have to implement these function thats why i want "code" for these functions. if anybody have idea about these function how to implement on mac please reply me. Thanks & Regards rakesh baldha
Hi everybody, i have to implement these functions by own definition so can anybody told me where i can get the definition of these function. Thanks & Regards rakesh baldha
hi, i used template class and in this class i used map eith function pointer and string with value and key respective. with this map i find my function address that i saved previosly and call my function but in this code i have problem with find().. find return iterator which is map.end() so loop is break ... in that casse only two function pointer is working but after that it gives end of map.. so pls help to find out this problem.. also i attached my code pls go throught it . // map of operation methods typedef bool (CLbxMorphCompareImpl::*OperationMethod)(const MorphUtil::CParsedMorph *, const MorphUtil::CParsedMorph *, const std::vector &, long); typedef std::map OperationMap; OperationMap m_mapOperations; template < typename TBaseClass> CLbxMorphCompareImpl< TBaseClass>::CLbxMorphCompareImpl() { unicode::ustring ustr1 = unicode::ustring::create_from_asciiz("agree"); m_mapOperations[ustr1] = &CLbxMorphCompareImpl::OperationAgree; unicode::ustring ustr2 = unicode::ustring::create_from_asciiz("not-agree"); m_mapOperations[ustr2] = &CLbxMorphCompareImpl::OperationNotAgree; unicode::ustring ustr3 = unicode::ustring::create_from_asciiz("strict-agree"); m_mapOperations[ustr3] = &CLbxMorphCompareImpl::OperationStrictAgree; unicode::ustring ustr4 = unicode::ustring::create_from_asciiz("strict-not-agree"); m_mapOperations[ustr4] = &CLbxMorphCompareImpl::OperationStrictNotAgree; } template long CLbxMorphCompareImpl::CompareEx(uint16_t * bstrLeftReference, uint16_t * bstrRightReference, uint16_t * bstrOperation) { bool bRet = false; //TYPENAME must required in template.. typename DataTypeStockImpl::CLbxMorphCompareImpl::OperationMap::const_iterator itMethod = m_mapOperations.find(strEachOperation); } thanx a lot. rakesh baldha Thanks & Regards rakesh
i am allready know this function is not on mac that why i posted this question on this forum and also i have written in this paragraph what is other function . so if u know the other function then reply . Thanks & Regards Banks
i wants to find a file in a given directory on MAC OS so can anybody tell me how can i use this method or other method which is able to find the file on given directory on MAC OS Thanks & Regards Banks
i don't want code for itoa . i have to implement _itot(...). this function called on windows like this : _itot(++nNumber, szNumber + 1, 10); so can you explain me what is the purpose of this function _itot(...). Thanks & Regards Banks
I have to implement these function on other plateform not simply use these function so i want source code for these function not only syntax. Thanks & Regards Banks
i have to implement this function in other plateform not on windows and there is no spelling mistaques this is _itot and _iota not itoa. Thanks & Regards Banks