CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vamsikrishna45

Search: Search took 0.03 seconds.

  1. Reading a binary file and mapping the values in the binary file with the tags in XML

    Hi,

    I am new to java, I am working on Byte Array concepts. My task is to read an xml file and binary file ( byte array file) and need to map the tags in the xml with the bits in the byte array...
  2. Re: Program is ending before the thread is executed.

    Hi,
    Thanks for your reply, I will make my code readable from next time onwards..:)

    I have a doubt in multi-threading.. We can able to run multiple threads based on single connection then...
  3. Re: Program is ending before the thread is executed.

    Hey... Thanks for your reply.. I have solved the problem..

    The problem is with

    env = oracle::occi::Environment::createEnvironment(oracle::occi::Environment::OBJECT);

    and the solution is ...
  4. Program is ending before the thread is executed.

    Hi,

    I have written a multi threading application, in this the program is ending before I am getting the results of the threads, not all the times but some times and some times it is crashing...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured