Search:

Type: Posts; User: cemock

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,918

    I figured it out have to press control z to end...

    I figured it out have to press control z to end program lol
    I thought u had to type eof to end sorry for the post
  2. Replies
    2
    Views
    2,918

    program from book wont work

    I copyed this program from book and it doesnt work right. I have reveiwed it and it is just like the book, but when I type EOF it gives me the message incorrect letter grade entered. enter a new...
  3. Thread: help with code

    by cemock
    Replies
    7
    Views
    1,175

    No vber I was trying to say that when finished...

    No vber I was trying to say that when finished with doing your accts that inputing -1 would end program
  4. Thread: help with code

    by cemock
    Replies
    7
    Views
    1,175

    Ok I got it to compile then when I run it, it...

    Ok I got it to compile then when I run it, it seems to get into a loop can some one look at it and tell me what I have done wrong I am posting new sorce code that I have now.



    ...
  5. Thread: help with code

    by cemock
    Replies
    7
    Views
    1,175

    The first time I tryed to compile it gave me a...

    The first time I tryed to compile it gave me a waring about the first printf statement undeclared printf or something like that I messed with it and didnt change it just rewrote it and then it...
  6. Thread: help with code

    by cemock
    Replies
    7
    Views
    1,175

    help with code

    I wrote this program in dev++5, and it compiles all right and when I try to run it it comes up and ask for the accout number and I enter one but that is all that happens after that it just sit there...
  7. Replies
    14
    Views
    1,281

    thank u

    thank u
  8. Replies
    14
    Views
    1,281

    I wrote this program but it doesnt compile any...

    I wrote this program but it doesnt compile any help


    include<stdio.h>
    int main()
    {
    int acc1;
    float bal, chrg, cred, limit;

    printf ("Enter account number (-1 to end);\n");
  9. Replies
    14
    Views
    1,281

    This is as far as I have gotten ...

    This is as far as I have gotten

    #include<stdio.h>

    int main()
    {
    int account_number,total_items;
    float balance, total_credits, allowed_credits;
  10. Replies
    14
    Views
    1,281

    It says to input each of these facts, calculate...

    It says to input each of these facts, calculate the new balance (=beginning balance + charges -credits) determine if the new balance exceeds the customer's credit limit. For those customer's whose...
  11. Replies
    14
    Views
    1,281

    Ahh gee thks for help lol. I know u guys dont do...

    Ahh gee thks for help lol. I know u guys dont do homework for ppl but I need some help at this, this is what I have done so far ok. Could u tell me if I am on the right track or just wasting my time....
  12. Replies
    14
    Views
    1,281

    can't figure it out HELP

    Was assigned a homework ass. And the teacher and book are not to helpfull.

    I am supposed to determine if a store customer has exceeded the credit limit on his charge account. For each customer the...
  13. Replies
    6
    Views
    1,023

    thks for the info I appreacite it very much.

    thks for the info I appreacite it very much.
  14. Replies
    6
    Views
    1,023

    devc++seeing results

    When I compile and run a program in devc++ the results screen flashes and goes away. Only way I have found to see results is to add an scanf and then the screen stay up to veiw. Any one know what I...
  15. Thread: devc++

    by cemock
    Replies
    3
    Views
    1,117

    I am trying to learn how to use scanf just got...

    I am trying to learn how to use scanf just got into this C programing class and am learning what did I do wrong
  16. Thread: devc++

    by cemock
    Replies
    3
    Views
    1,117

    devc++

    I wrote this program and it compiles alright but when I try to run it the screen comes up and ask for dia. then I input dia. and a message comes up saying that this program has preformed an illegal...
  17. Replies
    20
    Views
    6,969

    I loaded the program from oriangal flobby disks...

    I loaded the program from oriangal flobby disks thats why I don't understand why it won't work. lol I downloaded borlands c++ and when I click on the bcc32 it comes up for a split sec. then goes...
  18. Replies
    20
    Views
    6,969

    welcome .c (3) : fatal error c1024 : cannot open...

    welcome .c (3) : fatal error c1024 : cannot open include file 'stdio.h'
    Thats the error message that i get
  19. Replies
    20
    Views
    6,969

    yes I include #include and it came up...

    yes I include #include <stdio.h> and it came up with the error message.
  20. Replies
    20
    Views
    6,969

    hey thks for help i will try it see if I can get...

    hey thks for help i will try it see if I can get it too work thks again
  21. Replies
    20
    Views
    6,969

    yes its in the include dont know why it say cant...

    yes its in the include dont know why it say cant open it
  22. Replies
    20
    Views
    6,969

    I am taking class in C is C++ the same as C

    I am taking class in C is C++ the same as C
  23. Replies
    4
    Views
    1,477

    ya this always happens when i have try to use...

    ya this always happens when i have try to use stdio.h
  24. Replies
    20
    Views
    6,969

    microsoft QuickC

    I am having a problem. When I try to complie a program I get an error message cannot open stdio.h file ne1 know what I am doing wrong.
  25. Replies
    4
    Views
    1,477

    Microsoft QuickC

    I am trying to use this program and when I make a program and try to complie it it come up with can't open stdio.h file ne1 know what I am doing wrong.
Results 1 to 25 of 25