Search:

Type: Posts; User: slash_axl

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    927

    string to integer

    I have a string in form of a date eg . "10/23/2010"
    i'd like to convert it to integer such that
    int day = 23
    int month = 10
    year = 2010
  2. Replies
    9
    Views
    1,716

    thanx a lot!!!

    thanx a lot!!!
  3. Replies
    9
    Views
    1,716

    is there any other method other than passing the...

    is there any other method other than passing the length as an argument??
  4. Replies
    9
    Views
    1,716

    problem with sizeof operator

    i have initialized an array using calloc.
    i can only pass the pointer to a function.
    in the function i need to find the length of the array. how do i do it??

    wen i use the sizeof() operator it...
  5. Thread: C99

    by slash_axl
    Replies
    3
    Views
    1,252

    C99

    I am using gcc 4.4.3 version
    i am getting a compile error :- error: variable-sized object may not be initialized


    double dev_dp[num_app][2] = {{0.30 ,400},
    {0.33 ,200},
    {0.25...
  6. Replies
    2
    Views
    2,470

    XML parser in C

    i have an xml file. i need to extract some data from that file.i need to write a parser in C to obtain my data from an xml file. From where should i begin?
Results 1 to 6 of 6