Search:

Type: Posts; User: pacific

Search: Search took 0.00 seconds; generated 56 minute(s) ago.

  1. Replies
    4
    Views
    1,173

    can you tell me why2?

    #include <stdio.h>
    #include <malloc.h>

    struct student
    {
    float score;
    };
    main()
    {
    struct student *p;
  2. Replies
    6
    Views
    1,134

    #include main() { char buff[4]; ...

    #include <stdio.h>
    main()
    { char buff[4];
    strcpy(buff,"aaaa");
    printf("%s",buff);
    }
    why these codes can run without mistake??
  3. Replies
    6
    Views
    1,134

    #include #include int...

    #include <stdio.h>
    #include <string.h>
    int main(int argc,char * argv[])
    {int i=3;
    char buf[5];
    strcpy (buf,"aaaa");
    printf("%d\n",i);
    return 0;
    }
    like this ??..
  4. Replies
    6
    Views
    1,134

    can you tell me why11?

    #include <stdio.h>
    #include <string.h>
    int main(int argc,char * argv[])
    {int i;
    char buf[4];
    strcpy (buf,"aaaa");
    printf("%d\n",i);
    return 0;
    }
    Run-Time Check Failure #3-the variable i is...
  5. Replies
    5
    Views
    1,797

    than you ! if I want you to display like this?...

    than you !
    if I want you to display like this?
    I love you !
    sparkingly and moving slowly
    do you have the ideas??..
    waiting........
  6. Replies
    5
    Views
    1,797

    just the prorgamme above I I want to write...

    just the prorgamme above I
    I want to write some others languages vertically
    for example





    I want to make the character above sparkingly and moving slowly
    can you help me ?...
  7. Replies
    5
    Views
    1,797

    can you help me more??

    #include <stdio.h>
    #include <dos.h>
    #include <graphics.h>
    #include <math.h>

    #define FNX(x) (int)(xo+(x)*1.0)
    #define FNY(y) (int)(getmaxy()-(yo+(y)*1.0))
    #define FNX2(phi)...
  8. Replies
    2
    Views
    1,659

    there is something wrong with my pc why the...

    there is something wrong with my pc
    why the programme i copied does not stick here??
    can you tell me why ?how can i stick my programme here???
    waiting...........................
  9. Replies
    2
    Views
    1,659

    can you explain reasons?

    the programme i wirte below!
    #include <stdio.h>
  10. Replies
    8
    Views
    1,650

    thank you !

    thank you !
  11. i run the codes get the same results can you...

    i run the codes get the same results
    can you tell why ???
  12. Replies
    4
    Views
    1,609

    than you ! uping..........

    than you ! uping..........
  13. Replies
    12
    Views
    3,239

    studying...............

    studying...............
  14. Replies
    8
    Views
    1,650

    after reading the article on Casting malloc ...

    after reading the article on Casting malloc
    http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1047673478&id=1043284351
    just like the writer said
    Originally, the C language did not enjoy the...
  15. Replies
    8
    Views
    1,650

    thank ! you !

    thank ! you !
  16. Replies
    8
    Views
    1,650

    can you tell me why1?

    char *p;
    char p=(char *)malloc(sizeof(char));
    can you tell me the differences for above two sentences??
  17. Replies
    11
    Views
    1,350

    i come from hongkong so sorry! thang you above...

    i come from hongkong so sorry!
    thang you above answers!
  18. Replies
    11
    Views
    1,350

    i am a primary ! a newer to c++

    i am a primary !
    a newer to c++
  19. Replies
    11
    Views
    1,350

    I only to kown the difference between structs in...

    I only to kown the difference between structs in C and structs in C++.!
    i am so sorry for it!!
  20. Replies
    11
    Views
    1,350

    a small quetion on c++ constructor!!

    can you give a struct well defined values by using constructors???
    I am a newer to come here
    how does constructor work?
    what differenvd betwteen the struct on c and c++??
    ...
  21. Replies
    7
    Views
    1,776

    sorry ! i make a mistake!

    sorry ! i make a mistake!
  22. there are so many on it !ican you give me some??

    there are so many on it !ican you give me some??
  23. can you give some webs on c programming couse online??

    thank you for helping
    waiting!! :)
  24. Replies
    7
    Views
    1,776

    the same to you

    just like you say i think it is not engh space to hold it
    you miss the " ;" :p
Results 1 to 24 of 24