Search:

Type: Posts; User: arupsarkar

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,079

    Hirschberg LCS problem

    Hi:

    I am trying to find out the Least Common Subsequence (LCS) using Hirscgberberg's divide and conquer method. I have attached my code for your reference. My problem is that I not getting any...
  2. Replies
    3
    Views
    955

    just wanted to confirm that the message I am...

    just wanted to confirm that the message I am receiving from the server is less than 200 characters.
  3. Replies
    3
    Views
    955

    stack error for a char array

    Hi:

    I have a socket client running which has a char array of size 512 mentioned. I have a loop to receive the message from the server, when the loop exits I am getting the following error.
    ...
  4. Replies
    3
    Views
    2,258

    Hi Syscal, thanks for your reply, this is a...

    Hi Syscal, thanks for your reply, this is a vendor code that I have to integrate in my c++ project. I have uploaded both the header and c file for your reference.

    regards
    Arup
  5. Replies
    3
    Views
    2,258

    Error during compilation.

    Hi:

    I am using Visual Studio 2010, I am getting an error while compiling the following header file.



    bool normalize_exponent(limeq_price* set, size_t nmemb, int8_t* min_exponent);
  6. Replies
    0
    Views
    4,509

    FIX Protocol: FIX using QuickFix

    Hi:

    I am new to FIX. I am using quickfix engine in c++ to create a initiator. The host is saying that they cannot see username and password in tag 553 or 554, that is why logon is not happening. I...
  7. Please mark this thread as resolved. I set the...

    Please mark this thread as resolved. I set the character set to "Not Set". It solved the building errors.

    I would like to thank everyone for helping me out.
  8. Error in Exceptions.h file during build of QuickFix library

    Hi
    I am in the process of learning FIX protocol using QuickFix, I am following the example which is given in the documentation,however I am getting an error during build in one file which is part...
  9. Thanks Jim, you are absolutely right, vendor...

    Thanks Jim, you are absolutely right, vendor confirmed that they are unix headers.

    Request the administrator to mark this thread as resolved.
  10. Cannot open include file: 'readline/readline.h'

    Hi

    I have the following in my code. Except the stdlib.h none of them are getting resolved. Can someone please help me in finding references to the header files. My environment is MS Visual Studio...
  11. Replies
    5
    Views
    1,280

    Thanks Jim, I have been able to resolve my issue...

    Thanks Jim, I have been able to resolve my issue with your suggestion, appreciate your help, please mark this thread as RESOLVED.
  12. Replies
    5
    Views
    1,280

    Thanks Jim for your response, The code is...

    Thanks Jim for your response,
    The code is pretty big, however I am posting all the relevant section. There are 3 code sections, header file, class file (which represent the definition of the header...
  13. Replies
    5
    Views
    1,280

    I have been able to convert the double and int in...

    I have been able to convert the double and int in the following manner.


    char Size[50];
    char Price[50];
    BestAskPrice = sprintf(Price, "%g", price); //double
    BestAskSize = sprintf(Size,...
  14. Replies
    5
    Views
    1,280

    Formatting output to a file.

    Hi,

    I am trying to format data in a flat file in a particular format. The following are the steps.

    STEP 1:

    Data elements in the code.


    string FixedValue;
Results 1 to 14 of 14