Search:

Type: Posts; User: cnu_sree

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,853

    new baby doubt

    can u tell me the diffrence b/w
    char a='1';
    and
    char a=1;
    and can u tell me wht it means
    int i = 0x1234567

    thank u
    sree
  2. Thread: suggest me

    by cnu_sree
    Replies
    5
    Views
    1,188

    thank u, while compling our code why we are...

    thank u,
    while compling our code why we are using "-g" argument
  3. Thread: suggest me

    by cnu_sree
    Replies
    5
    Views
    1,188

    suggest me

    hi iam learning c.
    can u suggest me the tutorial for debugging techiques and data structure in c

    thank u
    dtrr
  4. Replies
    2
    Views
    1,812

    concatenation of strings

    how we can concatenate more then two strings .
    without using multiple strcat statement.
    example
    i have
    char *a="program";
    char *b="lang";
    char *c= "clang";
    so how can i add these strings...
  5. Replies
    6
    Views
    1,306

    use system()

    use system()
  6. Replies
    4
    Views
    2,865

    no function like queue in queue we have...

    no function like queue
    in queue we have
    queue.size()
    so wht about for double linked list
  7. Replies
    4
    Views
    2,865

    number of elements in double linked list

    hi how can i find the number of elements in double linked list.
    thank u
    sree
  8. Replies
    3
    Views
    3,276

    actually wht i need is i have 2 functions ,and i...

    actually wht i need is i have 2 functions ,and i have to run these two functions at a time. so how can i do this
    thank u
    sree
  9. Replies
    3
    Views
    3,276

    fork in windows os

    iam using fork in unix c.
    now i have to execute the code in windows.
    iam getting problem at fork.
    so can u tell me the equalent function for fork.
    thank u.
    sree
  10. Replies
    4
    Views
    1,111

    suppose iam having a table students; iam having...

    suppose iam having a table students;
    iam having a recored
    student name :sree
    number:1241
    marks:345

    if anyone change the record suppose marks:345 to 400
    once the updation of the table occur...
  11. Replies
    4
    Views
    1,111

    regarding mysql

    iam inserting the values into mysql by include "mysql.h".
    now when anyone updated mysql table i need to execute some function.
    is there anyway to handle this
    thank u
    sree
  12. Replies
    2
    Views
    1,340

    ok i tried like this gcc req.c...

    ok i tried like this
    gcc req.c -I/usr/include/mysql -L/usr/lib/mysql/ -lmysqlclient -o req
    i got the following error how can i solve this
    /usr/bin/ld: Undefined symbols:
    _compress
    _uncompress...
  13. Replies
    2
    Views
    1,340

    complying mysql in mac os

    how we can compile the mysql program in mac os
    i already done it in linux
    i am new to mac-os
    so please tell me how to compile the following program....
  14. Replies
    2
    Views
    775

    regarding linked list

    iam storing the values in linked list in a sorted form
    how can i do this i have to sorted out with item_num key
    my code is


    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    struct...
  15. Replies
    6
    Views
    1,301

    i will explain with example char...

    i will explain with example
    char *string="<fdsjfdsfssassd>nbjnj&asdas>dsfds>"
    now i want to delimit the string using ">"
    char *str=strtok(string,">");
    after tht if i found "&" then we delimit the...
  16. Replies
    6
    Views
    1,301

    strtok problem

    here is my code


    str=strtok(string,">")
    while(str!=NULL)
    {
    str=strtok(NULL,">");
    .

    .
  17. Replies
    4
    Views
    11,192

    advantages and disadvantages in c

    can u tell me the advantages and disadvantages in c.
    why we go for c++.
    thank u,
    sree
  18. Replies
    7
    Views
    2,729

    so is it not possible in c??

    so is it not possible in c??
  19. Replies
    7
    Views
    2,729

    i want data from th following lionk...

    i want data from th following lionk
    http://www.google.com
    inthis i want all the data in table
    thank u
    sreeee
  20. Replies
    7
    Views
    2,729

    thanku for ur reply. when i read the web page...

    thanku for ur reply.
    when i read the web page how can i get the following data from images in the webpage
  21. Replies
    7
    Views
    2,729

    reading data from html page

    hi
    iam reading data from web page using request socket and curl socket.
    now my problem is some the web page containg data as a image so how can i read the data from a image.
    thank,inadvance.
    sree
  22. Replies
    2
    Views
    1,517

    can u help me wht this command means

    hi this is my command

    cc -I/usr/local/include/mysql prog.c -lmysqlclient -lsocket -lnsl -lm -lz

    i know about mysqlclient and m means math.
    but i don't know about socket,nsl,z.
    can u tell...
  23. Thread: curl problem

    by cnu_sree
    Replies
    5
    Views
    2,462

    thank u it's working fine. but one small problem...

    thank u it's working fine.
    but one small problem
    i want all the data in one variable.
    so how it will be possible.
  24. Thread: curl problem

    by cnu_sree
    Replies
    5
    Views
    2,462

    sorry i forget to change i tried to print...

    sorry
    i forget to change i tried to print buffer only.
  25. Thread: curl problem

    by cnu_sree
    Replies
    5
    Views
    2,462

    curl problem

    iam reading the web page using curl socket.
    but some of my data lost.
    code:


    #include <stdio.h>
    #include <curl/curl.h>
    #include <curl/curl.h>
    #include <curl/easy.h>
    #include <curl/types.h>
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4