Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

baldha rakesh

@baldha rakesh
About
Posts
121
Topics
78
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • can anybody please help me on backup policy implementation?
    B baldha rakesh

    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

    Article Writing algorithms help question

  • anybody please help me on full,incremental,differential backup policy implementation.
    B baldha rakesh

    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

    C / C++ / MFC algorithms help question

  • can anybody give me link of COM component to learn ease?
    B baldha rakesh

    hi all, Please help me out ! give some material or book name to learn ease COM.

    Thanks & Regards rakesh baldha

    C / C++ / MFC com help question learning

  • can anybody explain me vtable and related things using this code snippet?
    B baldha rakesh

    thank you very much.

    Thanks & Regards rakesh baldha

    C / C++ / MFC question

  • can anybody explain me vtable and related things using this code snippet?
    B baldha rakesh

    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

    C / C++ / MFC question

  • Backup policy algorithm.
    B baldha rakesh

    hi all, can anybody help me on Differential Backup policy algorithm? i want just algorithm for implement it on MFC.

    Thanks & Regards rakesh baldha

    C / C++ / MFC c++ algorithms help question

  • how to copy file from source to destination in vc++?
    B baldha rakesh

    hi all how to copy file from source to destination in vc++? pls give me reply.

    Thanks & Regards rakesh baldha

    C / C++ / MFC c++ tutorial question

  • How to read folder recursively?
    B baldha rakesh

    Thank you everybody i have got your concept. and i have implemetnted it thanks rakesh baldha.

    Thanks & Regards rakesh baldha

    C / C++ / MFC help tutorial question

  • How to read folder recursively?
    B baldha rakesh

    hi all, please help me on read recursive folder.

    Thanks & Regards rakesh baldha

    C / C++ / MFC help tutorial question

  • BackUp policy with simple application
    B baldha rakesh

    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

    C / C++ / MFC help question

  • (QUERY):Backup fundamental policy with application.
    B baldha rakesh

    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

    C / C++ / MFC database question

  • About FindFirstFile And FindNextFile API
    B baldha rakesh

    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

    C / C++ / MFC json

  • About FindFirstFile And FindNextFile API
    B baldha rakesh

    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

    C / C++ / MFC json

  • About FindFirstFile And FindNextFile API
    B baldha rakesh

    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

    C / C++ / MFC json

  • problem with std::map in function find()
    B baldha rakesh

    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

    C / C++ / MFC help graphics

  • how can i use this "FindFirstFile( )" on MAC
    B baldha 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

    C / C++ / MFC question

  • how can i use this "FindFirstFile( )" on MAC
    B baldha rakesh

    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

    C / C++ / MFC question

  • _itot and _iota
    B baldha rakesh

    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

    C / C++ / MFC question

  • _itot and _iota
    B baldha rakesh

    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

    C / C++ / MFC question

  • _itot and _iota
    B baldha rakesh

    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

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups