Search:

Type: Posts; User: Hrishikesh

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    4,763

    You have not used the for loop correctly in the...

    You have not used the for loop correctly in the function main()
    Read the following code


    #include "stdio.h"
    #include <stdlib.h>

    int parseP(const char*,float*);

    int main()// int argc,char...
  2. Replies
    11
    Views
    4,763

    zcrself 12-28-2009 12:45 PM why no print? ...

    zcrself 12-28-2009 12:45 PM
    why no print?

    train.h
    Code:
    //PARSEPARA:parse para by step by step
    int parseP(const char *a,float *p)
    {
    float start,end,step;
    int pCount = 0;
  3. Replies
    5
    Views
    1,242

    Hello ! Try this technique. It works and...

    Hello !
    Try this technique. It works and fulfills your requirement

    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    int main () {

    int x = 0 ;
    int cnt;
  4. Replies
    7
    Views
    1,526

    The code is correct and executes properly. No...

    The code is correct and executes properly. No errors are reported as suggested by you
Results 1 to 4 of 4