Search:

Type: Posts; User: ucme_me

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,682

    Hi Quzah Thanks for your reply, I didn't mean...

    Hi Quzah

    Thanks for your reply, I didn't mean to offend you or anyone else. I honestly was not referrinf to anyone as personal servents, I am not here everyday either.

    Question: Did my post...
  2. Replies
    6
    Views
    1,682

    Hey Sebastiani how about a reply? Thnx

    Hey Sebastiani how about a reply? Thnx
  3. Replies
    6
    Views
    1,682

    Sebastiani thanks! If you don't mind could you...

    Sebastiani thanks! If you don't mind could you please explain to me your code and where it goes in the program. Am I right to understand that FILE *fp, float array, and int are all Local variable...
  4. Replies
    6
    Views
    1,682

    File Input-output

    Hello,
    I need help with file input/output. I need to include statements in my code that will read a file input/output. Thanks for all responses! Here's my code:

    #include <stdio.h>
    #include...
  5. Replies
    9
    Views
    1,662

    ok, thanks everyone, i am off to class now will...

    ok, thanks everyone, i am off to class now will post later my results.
  6. Replies
    9
    Views
    1,662

    thanks Prelude, i will do that. are you saying...

    thanks Prelude,
    i will do that. are you saying that the following statements:
    printf("Enter low value: ");
    scanf("%lf", &L);
    printf("Enter high value:");
    scanf("%lf", &H);

    allows the...
  7. Replies
    9
    Views
    1,662

    QuestionC, Right you are! I read that, sorry we...

    QuestionC,
    Right you are! I read that, sorry we have this **** really smart programmer for an instructor and he teaches for the first few weeks of school and after that you're on your own, trying to...
  8. Replies
    9
    Views
    1,662

    sorry, forgot to register on that last post!

    sorry, forgot to register on that last post!
  9. Replies
    9
    Views
    1,662

    Please help with formatted I/O

    I won't post my program because i don't want anyone to think i want my program written for me. I have written a program and now i have to add I/O to the program can anyone tell me where to start. I...
  10. Replies
    3
    Views
    991

    Need Help with program!

    Hello, this program is to read a low value, a high value an increment value ensure that the low value is less than or equal to the high value and computes and prints a table of square roots, and...
  11. Thread: Help

    by ucme_me
    Replies
    1
    Views
    998

    Help

    Hello
    This is the the mod and other peeps! This board seems to be very harsh to peeps that need help. I posted a thread a few days ago and I was only trying to seek help but I was told that I...
  12. Thread: test scores

    by ucme_me
    Replies
    4
    Views
    6,725

    biteman why is that? If I have done anything...

    biteman why is that? If I have done anything wrong then forgive me and look over my post. Just tring to seek help not to break any law or anything! Since yo asked, the problem I was havein was with...
  13. Thread: test scores

    by ucme_me
    Replies
    4
    Views
    6,725

    test scores

    ok, don't mean to be long but i need help with a program and i want to give all the necessary information. I have coded the program however, am having problems with it. Here is the program:

    Write...
  14. Replies
    2
    Views
    841

    while, do while and for loop

    PLEASE HELP!!!!!!!!!!!!!!1
    need help with while,do while and for loop
    hello, here's my program and it keeps on reading a positive number until the user enters a zero and determines and outputs the...
  15. Replies
    1
    Views
    912

    need help with while,do while and for loop

    hello, here's my program and it keeps on reading a positive number until the user enters a zero and determines and outputs the largest number. My program runs fine. Now, I need to add a While,...
  16. Replies
    1
    Views
    7,650

    pseudocode, algorithm and flowwchart

    hello, can anyone out there in the programming world help me to develope a pseudocode, algorithm and flowchart for this program? Thanks!


    /* This program shows how to change a temperature in ...
  17. Thread: cprogramming

    by ucme_me
    Replies
    7
    Views
    1,608

    WOW! Sebastiani, you are good. I understood you...

    WOW! Sebastiani, you are good. I understood you better than my CProgramming instructor! 18/f, college freshman/major Computer Programming & Networking, RPG and COBOL I love but C is a bit...
  18. Thread: cprogramming

    by ucme_me
    Replies
    7
    Views
    1,608

    Sebastiani, sorry about that last post, i rand...

    Sebastiani, sorry about that last post, i rand the program without including the stdio.h, however i still returned one error with the
    system pause so i deleted it and the program ran GREAT!!
    ...
  19. Thread: cprogramming

    by ucme_me
    Replies
    7
    Views
    1,608

    Hey thanks Sebastiani, but i got three error i...

    Hey thanks Sebastiani, but i got three error i noted in the program below the lines that had an error. I am goining to continue to work with it, any more suggestions? Thanks!


    int main()
    {
    ...
  20. Thread: cprogramming

    by ucme_me
    Replies
    7
    Views
    1,608

    cprogramming

    Hello,
    need a little help here! my problem is: Design a program that keeps on reading positive numbers until the user enters a zero value and then determines an outputs the largest number.

    Well...
  21. Thread: C Programming

    by ucme_me
    Replies
    1
    Views
    1,128

    C Programming

    Problem: Design a program that reads five numbers and computes and outputs their arithmetic averages. Then generalize your algorithm so that it can handle and arbitrary number of numbers. I need...
  22. Replies
    9
    Views
    1,130

    Hey Garfield, I ran the program and it returned...

    Hey Garfield,
    I ran the program and it returned an error :

    do { ===> NONAME00.CPP4 Decleration terminated incorrectly
    any suggestions? Thanks


    int num, bignum;
    char line[20];
  23. Replies
    9
    Views
    1,130

    Thanks alot, however, I do have a question. Can...

    Thanks alot, however, I do have a question. Can you please explain the following line:

    fgets(line, sizeof(line), stdin);
  24. Replies
    9
    Views
    1,130

    Please HELP!!!!

    Need help with a program, I am new to C any help will be appreciated and for the future are there any sites for C Programming Tutoring? Here's my problem:

    Need to Design a program that keeps on...
Results 1 to 24 of 24