Search:

Type: Posts; User: vin_pll

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,310

    thank you for the reply, but is it available...

    thank you for the reply,

    but is it available for x64 bit on win32 please inform,

    if not available what is the solution other developers are using as x64 is used now a days,

    x64 bit on win32...
  2. Replies
    0
    Views
    825

    unresolved sysmbols

    Dear Experts,

    As in case of Linux/Unix we can check through the Shared Object(SO) which objects are resolved, which are unresolved which are local text etc .. through symbols how to do same thing...
  3. Replies
    3
    Views
    6,310

    pthread library

    Dear Experts,

    I am struck very badly since from 3 days please help me actually i have project which i have

    built in linux and unix for both 32 bit and 64 bit it was succesfull, now i am...
  4. Replies
    3
    Views
    6,221

    Thanks for the reply, can you please tell me...

    Thanks for the reply,

    can you please tell me which is the setting for unicode character to be done,

    is it at the general->character set , there we have to select the setting,
    can you please...
  5. Thread: Makefile

    by vin_pll
    Replies
    2
    Views
    2,062

    Thanks for the reply, but this is working...

    Thanks for the reply,

    but this is working know,

    like

    main :

    for /r ${CWD} %%X in (*.txt) do (echo %%X)
  6. Thread: Makefile

    by vin_pll
    Replies
    2
    Views
    2,062

    Makefile

    Dear experts,

    i have written a make file for windows which is working quite well,
    but i want to get the count of number of files which i am not getting can anyone please help me my makefile is as...
  7. Replies
    1
    Views
    2,595

    Invalid access to memory

    Dear experts,

    please help me how to solve this,

    i have some gui design for viewer in java, and i have some actual functionalities to be performed for that editor in c++ , for that i am JNI...
  8. Replies
    3
    Views
    6,221

    How to solve this error

    Dear Experts,

    i want to load a dll into my program and want to get the funcptr for some function while trying to do i am getting this error can you please tell me how to solve this i am using...
  9. Replies
    1
    Views
    1,001

    Mkaefile problem

    Dear experts i have some problem with the makefile,

    which i have written for my program which does only this in windows,


    main :


    C:\name\myname\abcl\Debug\abc -l2 abc.at
  10. Replies
    3
    Views
    1,807

    ya extremely sorry for the triple posts as the...

    ya extremely sorry for the triple posts as the problem was with the submit button,

    still i have the same question ,

    as experts will comment on this.
  11. Replies
    3
    Views
    1,807

    main() function in c

    Dear Experts,

    Can you please tell me this basic question which i am not getting the answer

    "which header file contains main() function in c"

    whether it is pre defined function or user...
  12. Replies
    3
    Views
    922

    String value into a int vector

    Dear Experts,

    please help me,

    what i am trying is i am reading a file and strtok on newline and sending those lines to a string vector then the contents of the file contain numbers like 12356...
  13. Replies
    2
    Views
    1,268

    Buffer Allocation

    Dear experts,

    i am facing a strange problem, i am actually recursively opening a file for write and read and after some buffer allocation when it tries to open a file for write it failing and...
  14. Thread: fopen

    by vin_pll
    Replies
    1
    Views
    1,099

    fopen

    Dear experts,

    please help me how to solve this issue,

    i am allocating some buffer , and i am opening the file in "wb" mode
    once the the file reached the buffer size when i say that file to...
  15. Replies
    2
    Views
    1,626

    I think my question is confusing, my main...

    I think my question is confusing,

    my main question is what is the main neccessity of using setvbuf even though i have read so many definitions in web but practiacally what is the use and what is...
  16. Replies
    2
    Views
    1,626

    problem setvbuf

    Dear experts,

    please help me,

    i am working on maintenence project, in that they have used setvbuf, but it is showing very strange before in unix and windows,
    in case of unix with _IOLBF option...
  17. Replies
    1
    Views
    985

    va_arg for creating a stack

    Dear experts ,

    i want to create a stack of arguments with va_arg, which is getting i think but when i try to read them back, means traverses the stack it gives me null please tell me proper way of...
  18. Replies
    16
    Views
    10,762

    Dear Experts, any comments on the below post ,...

    Dear Experts,

    any comments on the below post , please tell me why is the behaviour with float is different when it is aligned properly(octaword).
  19. Replies
    16
    Views
    10,762

    thats what i tried intially it gave me some value...

    thats what i tried intially it gave me some value like


    printf("float val=%f\n", *(float *)(ss_ptr));
    584860314976236480000000000000000000.000000


    what this indicates and more strangely...
  20. Replies
    16
    Views
    10,762

    it is not _ptr it is actually ss_ptr pointer...

    it is not _ptr

    it is actually ss_ptr pointer to ss_ptr, *(ss_ptr) it is is not the right way to print
    printf("float val=%f\n", *(ss_ptr));
  21. Replies
    16
    Views
    10,762

    thank you for your reply, i just wanted to...

    thank you for your reply,

    i just wanted to know whether this is the right way


    tmp_val1 = va_arg(vlist,float);
    ss_ptr=(char *)&tmp_val1;
    printf("float val=%f\n", *(ss_ptr));
  22. Replies
    16
    Views
    10,762

    right now i am working on intel xeon 64 bit m/c...

    right now i am working on intel xeon 64 bit m/c later this should work on all intel and linux and unix platforms,


    char ss[1000];
    char ........_ptr = (char *)((((int)ss)+(7)) & ~7);
    int...
  23. Replies
    16
    Views
    10,762

    thank you for your reply, i am trying to do...

    thank you for your reply,

    i am trying to do the same


    char ss[1000];
    char ss_ptr = (char *)((((int)ss)+(7)) & ~7);


    what i am trying to do is i want to create stack with all the...
  24. Replies
    16
    Views
    10,762

    dear Matsp, ya some time i am getting 0.0000...

    dear Matsp,

    ya some time i am getting 0.0000 and some time garbage,
    my main question is how to handle the floats,
    again one more requirement is that i want to replace the memcpy function with...
  25. Replies
    16
    Views
    10,762

    thank you matsp, really you are genius men...

    thank you matsp,
    really you are genius men really you solved the problem ,
    thats why you people are called experts, really thanks to you men,

    one more query i have how you will do that for float...
Results 1 to 25 of 101
Page 1 of 5 1 2 3 4