Search:

Type: Posts; User: bhupesh.kec

Search: Search took 0.00 seconds.

  1. Help regarding Tcp/ip client server programming in C

    Hello Dear members,

    I am new to network programming in C. I am using Turbo C / visual studio IDE for C compilation. I have to do a program to connect to a mail server and retrieve data from...
  2. Replies
    4
    Views
    20,052

    Hi matsp n Sam Thanks for the reply......

    Hi matsp n Sam

    Thanks for the reply...
    thanks for the link, here i got some valuable info on that. (allegro wiki)..


    Bhupesh
    www.hindisongschords.blogspot.com
  3. Replies
    4
    Views
    20,052

    image resizing algorithms.....

    Hi all......

    How to use image resize algorithm like bilinear interpolation algo in C?

    is there any site or link regarding this?


    Thanks in advance
    Bhupesh ...
  4. Hi Laserlight ... thanks for reply....but...

    Hi Laserlight ...

    thanks for reply....but still i dint get that...can u plz pass some more light on this...

    Thanks
    Bhupesh
  5. Access restriction for external variable..

    Is there any way to restrict access to external variable with in a function?

    here is a code like:
    how we can restrict integer i accesibility within the func1?


    extern int i;
    func1()
    (
  6. those libraries or dll are linked to our...

    those libraries or dll are linked to our program.exe only?

    means compiler (tc.exe) only will link our code to that library implementation?
  7. Hi.... thanks for your reply, might b...

    Hi....

    thanks for your reply, might b this a silly query....i wanted to know about runtime library only.....how it comes with the compilers and we can use the same as user defined function......
  8. Library functions eg. String manipulation function

    Hi all...

    where is manipulation functions defined.....?
    there declaration like "string.h" is there in "TC\INCLUDE".

    from where it gets executed.....



    Thanks in advance...
  9. Replies
    4
    Views
    3,241

    HTTP Methods POST AND GET "DATA"

    Hi All

    I have to send http request to a web-server for a mobile application, i am new to HTTP.

    Can anybody explain HTTP POST and GET methods.....

    While Sending the data through GET and POST...
  10. Replies
    4
    Views
    1,443

    Hi...thanx for the reply... i have gone...

    Hi...thanx for the reply...

    i have gone through msdn link also, still didnt get properly.
    what are the rules for that?

    Regards
    Bhupesh
  11. Replies
    13
    Views
    1,488

    Once memory will get allocated or declared...

    Once memory will get allocated or declared pointer is pointing to any value, it will show the address pointed by that.......

    If once you make it free, it will show as a "Bad Pointer" with...
  12. Replies
    4
    Views
    1,443

    L-value use with the compiler.

    Hi,

    What are the l values and r values using in the C statement, How compiler is using these?

    Specially with the pointers.

    Is there any link which describe the concept of L-value and R-value...
  13. Replies
    13
    Views
    1,488

    Visual studio IDE may be better for...

    Visual studio IDE may be better for debugging......
    Can see the address values pointed by the pointers easily.



    Bhupesh
  14. Replies
    3
    Views
    7,514

    Extra Segment is generally used for storing the...

    Extra Segment is generally used for storing the temparory data in various operation (in memcpy( ), to store DS data temporarily.

    ---------------------------
    Bhupesh
  15. Replies
    6
    Views
    2,198

    Hi Thanx for the reply, actually what i m...

    Hi

    Thanx for the reply, actually what i m asking is,

    I am asking about the memory segment, as i read earlier there are four memory segments (Code segment, Data segment, Stack segment, Extra...
  16. Replies
    6
    Views
    2,198

    Memory allocation for C programs

    Hi All,

    Please let me know,

    For a C program, where the statements and variables are stored in memory (heap, stack) and which segment of memory?

    any link for memory allocation for C...
  17. Replies
    3
    Views
    5,066

    Resizing algorithm

    thanks mat for reply....

    do u have any experience on that....
    do u know where i can find the proper way....

    bhupesh.
  18. Replies
    3
    Views
    5,066

    png Image Resize

    Hi All members,

    I m working on One BREW mobile Application, for that i need to resize some png (.png) images. For some images i can use the BREW apis to resize that.

    But with lower version of...
  19. Replies
    1
    Views
    1,251

    Access Web-Pages in C

    Hi All....

    I have to make a project. To access the web-pages in C.
    I have the url for the page?

    Can anybody guide me how to do this?

    Please enlighten me by giving some idea regarding...
  20. Replies
    8
    Views
    10,009

    Callback function

    Hi Guys ....
    Thanks for the replies...

    Now i got the concept,
    its used for asynchronous calls, like asynchronous data transfer.

    suppose we have to do one operation as according to a...
  21. Replies
    8
    Views
    10,009

    Hi Vart Thanks a lot for ur kind reply... Now...

    Hi Vart
    Thanks a lot for ur kind reply...
    Now i got some idea regarding callback functions.

    Can you please give an example for the Asynchronous call and callback?

    one more doubt i have
    Is...
  22. Replies
    8
    Views
    10,009

    Callback functions concept

    Hi all,

    Can you please explain how Callback functions work.?

    I see in some applications, if we use callback function inside any function, first that main function completes then control is...
Results 1 to 22 of 22