Search:

Type: Posts; User: loongkee

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    944

    ok... more or less I get the idea of it .....

    ok...
    more or less I get the idea of it ..
    Thank you
  2. Replies
    4
    Views
    944

    "sizeof" problem

    I can run the program but it actually gave warning
    I can't solve it




    #include<stdio.h>


    size_t getSize( float *ptr );
  3. Replies
    2
    Views
    1,358

    oh I see .. Thank you very much :)

    oh I see ..
    Thank you very much :)
  4. Replies
    2
    Views
    1,358

    can't capture the input

    I enter the value , but the program doesn't capture the value
    what's the problem ?



    #include<stdio.h>


    struct book
    {
  5. Thread: while loop

    by loongkee
    Replies
    9
    Views
    1,127

    ok..thank you I am very weak in C ..

    ok..thank you

    I am very weak in C ..
  6. Thread: while loop

    by loongkee
    Replies
    9
    Views
    1,127

    ok ..got it .. Thank you very much !! I have...

    ok ..got it ..
    Thank you very much !!

    I have another problem

    I put float , but the answer give integer . May I know what's wrong ?
  7. Thread: while loop

    by loongkee
    Replies
    9
    Views
    1,127

    while loop

    I am trying to design a program that ask the user to enter 5 integer, then the program will calculate the average



    #include<stdio.h>


    int main()
    {
    int num;
  8. Replies
    4
    Views
    6,686

    oh..silly mistakes.. Thank you very much !!

    oh..silly mistakes..
    Thank you very much !!
  9. Replies
    4
    Views
    6,686

    pointer expected error ??

    I am trying to arrange the numbers in ascending order but I got this error:

    Building fun1.obj.
    C:\Users\Eric\Documents\Pelles C Projects\C5\fun1.c(28): error #2048: Undeclared identifier...
  10. Replies
    4
    Views
    2,498

    ok.. Thank you.. I tried to change most of it...

    ok.. Thank you..

    I tried to change most of it . However it still give an error saying ''C:\Users\Eric\Documents\Pelles C Projects\C6\slideshow2.c(9): warning #2116: Local 'piQ' is used but never...
  11. Replies
    4
    Views
    2,498

    Pointers problem

    error gave is
    Building slideshow2.obj.
    C:\Users\Eric\Documents\Pelles C Projects\C6\slideshow2.c(12): warning #2234: Argument 2 to 'printf' does not match the format string; expected 'int' but...
  12. Replies
    5
    Views
    1,643

    oh.. ok .. Thank you very mcuh!

    oh.. ok ..
    Thank you very mcuh!
  13. Replies
    5
    Views
    1,643

    the error it give is Building pg199fig5.13.obj....

    the error it give is
    Building pg199fig5.13.obj.
    C:\Users\Eric\Documents\Pelles C Projects\C5\pg199fig5.13.c(4): error #2001: Syntax error: expected ')' but found 'integer constant'....
  14. Replies
    5
    Views
    1,643

    don't understand

    I can't understand what's my error ..



    #include<stdio.h>
    #define size 5


    void modifyArray( int b[] , int size );
    void modifyElement( int e );
  15. Replies
    3
    Views
    767

    so there's no way in solving it ?

    so there's no way in solving it ?
  16. Replies
    3
    Views
    767

    where's error ?!

    I can run the program but it doesn't goes well at the end ..
    it didn't show where is the brightest point at ..



    #include<stdio.h>


    #define x_dim 5
    #define y_dim 5
  17. Replies
    2
    Views
    1,560

    ok.. thank you

    ok..
    thank you
  18. Replies
    2
    Views
    1,560

    polink error ??

    here's the code


    #include<stdio.h>


    #define basic_cost 5.00
    #define cost_1000_liter 1.10
    #define fine 2.00
  19. Replies
    6
    Views
    1,007

    ok. I have figure out the problem add [i] to...

    ok.
    I have figure out the problem
    add [i] to line
    and the program work


    thank you !
  20. Replies
    6
    Views
    1,007

    ok.. so what should I change in the loop in...

    ok..
    so what should I change in the loop in order for the program to run correctly ?
  21. Replies
    6
    Views
    1,007

    hmm...I don't really understand ... would you...

    hmm...I don't really understand ...
    would you mind to explain more ?

    actually I don't really understand why '' line !='\0' "
  22. Replies
    8
    Views
    8,784

    putting the void in it clear the error thank...

    putting the void in it clear the error

    thank you !
  23. Replies
    6
    Views
    1,007

    read line of character

    I want to type a line of character , and from there calculate the vowel , consonant and space .
    I tried to run the program , but after typing few random character , the setup stopped working ...
  24. Replies
    8
    Views
    8,784

    ok..so it means that error is some kind of bug ? ...

    ok..so it means that error is some kind of bug ?

    ok..thanks .I have fix that
  25. Replies
    8
    Views
    8,784

    Building slideshow3.obj....

    Building slideshow3.obj.
    C:\Users\Eric\Documents\Pelles C Projects\C4\slideshow3.c(27): warning #2027: Missing prototype for 'fnMenu'.
    Done.


    this is the error
Results 1 to 25 of 29
Page 1 of 2 1 2