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

Search:

Type: Posts; User: vidhu

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    3,017

    Re: segfault from C stack overflow

    Thanks for the reply.
    I cannot change the code as It is internally calling one of the functions of R BioHMM library
    and I am getting the error from the function called
  2. Replies
    6
    Views
    3,017

    segfault from C stack overflow

    Hi All,
    I have made an web application using perl/cgi ,R and C. It processess huge chunk of data.
    Now when the data size is too big . I am getting this error
    Error: segfault from C stack...
  3. Thread: QuickSort

    by vidhu
    Replies
    6
    Views
    864

    Re: QuickSort

    Currently I am using bubble sort. Which is veryslow when the array size is very large.If around 1-2 million or array elements are there. It takes **** of the time to sort it. so i need to fast up the...
  4. Thread: QuickSort

    by vidhu
    Replies
    6
    Views
    864

    Re: QuickSort

    Its old style C array
  5. Thread: QuickSort

    by vidhu
    Replies
    6
    Views
    864

    QuickSort

    Hi,
    I want to quick sort array of strcutures. can anyone provide me a sample code.

    Thanks in advance
    Vidhu
  6. Thread: HTTP request

    by vidhu
    Replies
    4
    Views
    705

    Thanks for reply Can I have a small example....

    Thanks for reply

    Can I have a small example.
    It will help me. As I work on C and rarely use VC++:(
  7. Thread: HTTP request

    by vidhu
    Replies
    4
    Views
    705

    HTTP request

    Hi,

    I have written a code in perl. Which send a http request to webserver and fetch the html pages back. This is done by using LWP agents in perl.
    I want similar kind of implementation using...
  8. Replies
    1
    Views
    466

    Rich edit control

    I have incorperated rich edit control in my MFC dialog. When selction of data in the rich edit contrl text box is made and right button of mouse is clicked ...It does not show the pop up to copy...
  9. Replies
    8
    Views
    5,390

    thanks all of u

    thanks all of u
  10. Replies
    8
    Views
    5,390

    Yes I am not using MFC. I work in ANSI C. But to...

    Yes I am not using MFC. I work in ANSI C. But to implement my problem I dont mind using MFC also.
  11. Replies
    5
    Views
    1,029

    no i am not using MFC

    no i am not using MFC
  12. Replies
    5
    Views
    1,029

    trying to read a gif file

    Hi, I am trying to read a gif file in binary mode and want to write that file in text mode.
  13. Replies
    5
    Views
    1,029

    How to open a file in binary mode?

    How to open a file in binary mode and write it back in text mode
    Thaks
  14. Replies
    8
    Views
    5,390

    How can I read a 'gif' file

    I want to read some data from gif file. I have no idea how to go about it. Can anyone help me... :confused:

    Thanks
  15. Replies
    3
    Views
    578

    Free Queue Magzine?

    Its is said on the forum that queue magzine is free. I ordered one for my self. I got the magzine but followed by a $24.00 invoice

    I dont know how to comment on such a thing
  16. Replies
    2
    Views
    680

    single quote string

    How to insert single quoted string in text field of a database
    eg:factors to Alzheimer's disease (AD)

    Thanks
    Vidhu
  17. Thread: perl header

    by vidhu
    Replies
    0
    Views
    540

    perl header

    Hi,
    I am writing a perl script to run on apache server.
    IT DOESNOT RUN...it gives some Internal Server Error

    I belive we need to put certain headers in script to run it.
    Can anyone help me in...
  18. Thread: perl header

    by vidhu
    Replies
    0
    Views
    489

    perl header

    Hi,
    I am writing a perl script to run on apache server.
    IT DOESNOT RUN...it gives some Internal Server Error

    I belive we need to put certain headers in script to run it.
    Can anyone help me in...
  19. Replies
    2
    Views
    682

    MYSQL on Windows 2000

    Can i install any version of MYSQL on windows 2000 platform

    Thanks in advance
  20. Replies
    4
    Views
    1,252

    thanks ..it works.i was making a mistake:o

    thanks ..it works.i was making a mistake:o
  21. Replies
    4
    Views
    1,252

    yes..logarithm

    yes..logarithm
  22. Replies
    4
    Views
    1,252

    how to get log2 of a value

    Hi,
    Can anyone tell me how to get log of a value in C.
    log function works only in .cpp files not in .c file

    thanks
  23. Thread: c and linux

    by vidhu
    Replies
    5
    Views
    657

    thanks.. i think it iwll help me

    thanks..
    i think it iwll help me
  24. Thread: c and linux

    by vidhu
    Replies
    5
    Views
    657

    c and linux

    I have never worked on linux and unix. Now i need to compile and run my C programs on linux. Can anyboby please guide me with some basic commands and steps to do so

    one more help: is there any...
  25. thanx it worked:)

    thanx it worked:)
Results 1 to 25 of 36
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured