Search:

Type: Posts; User: lesrhac03

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,969

    thanks sir heras.. or if someone have already...

    thanks sir heras..

    or if someone have already that kind of program.. share your blessings to me please, i don't know what to do anymore.. i'm just expecting and hoping that their's a ghost besides...
  2. Replies
    3
    Views
    1,969

    help me how to begin please...

    help me how to begin to recode my ATM program, that need to be in a system... I don't how to begin.. ATM system must register user, and keep username and password... anyone? give me an idea please......
  3. the best code is strlen(variable) and...

    the best code is strlen(variable)
    and
    printf(the variable)..
  4. Replies
    2
    Views
    1,268

    ATM on a system???

    I have an ATM program.. and as a project my prof. ask me to make an ATM in a system??? it is possible that my ATM will store username and password?? and it save all the transaction in a notepad??...
  5. Replies
    4
    Views
    1,556

    but how it will accept single character?? i dont...

    but how it will accept single character?? i dont get the idea of my teacher, maybe she want some alternative code for scanf?? and she choose to use fgetc(); but i dont know how to apply it on their.
  6. Replies
    4
    Views
    1,556

    sob.. until now my program wont run...

    This is my program before, but my teacher ask me to recode the program.. its required to use fgetc(); for character input, but i think its wrong... and I have ong error, its so confusing.. HELP ME!!...
  7. Replies
    8
    Views
    1,208

    oh thanks!! i wish i could understand...

    oh thanks!! i wish i could understand everything.. i wish i was intelligent as you... ok I'll read it..
  8. Replies
    8
    Views
    1,208

    ='( where can I find it?? help me miss please.. I...

    ='( where can I find it?? help me miss please.. I need some reference from the web not books please I dont have time to buy I'm in my rush now..
  9. Replies
    8
    Views
    1,208

    thanks for advice and link.. wait i'll try it.....

    thanks for advice and link.. wait i'll try it.. but what about isupper?? how to use it?? what i know is strupr???
  10. Replies
    8
    Views
    1,208

    help me to recode my program please....

    This is my first program, but my teacher ask me to recode the program that will count the number of upercase letter in a text file... I know that I have to use strlwr?? but its so confusing.. HELP...
  11. Replies
    3
    Views
    3,521

    yes its a requirements to use fgetc() for...

    yes its a requirements to use fgetc() for character input.. but I dont know how to put it correctly on the program..
    thanks for reply..
  12. Replies
    3
    Views
    3,521

    character input using fgetc() code???

    heres my program and I wonder if I can use fgetc() as alternative for scanf() to read an input character...



    #include<stdio.h>
    void main(void)
    {
    FILE *inputf;
    char filename[40];
    int c;
  13. Replies
    8
    Views
    1,232

    sorry sir.. it was so hard for me to understand...

    sorry sir.. it was so hard for me to understand it.. the alignment of the codes and what code to be use in order to accomplish the given requirements...
  14. Replies
    8
    Views
    1,232

    so whats the changes??? i do'nt see any changes...

    so whats the changes??? i do'nt see any changes their sir... anyway thanks...
  15. Replies
    23
    Views
    2,832

    your a legend.. so many thanks..!

    your a legend.. so many thanks..!
  16. Replies
    8
    Views
    1,232

    obout FILE PROCESSING???

    my program is running, but logically wrong..

    Assume that there are two text files. write a program that will determine whether these two text files are identical or not..

    it doesn't important...
  17. Replies
    23
    Views
    2,832

    Thank you for all of your HELP!!! thank so much...

    Thank you for all of your HELP!!! thank so much guys... thanks.... GOD BLESS all of you...
  18. Replies
    23
    Views
    2,832

    thanks with you too... I'll try to recode this...

    thanks with you too... I'll try to recode this till death, until it run
  19. Replies
    23
    Views
    2,832

    sir each of my programs has no error.. the error...

    sir each of my programs has no error.. the error is when I recode it into MENU... ahhh.... I'm so idiot.... I don't know how to deal with this... aarrrghhh..... anyway so many thanks to you sir......
  20. Replies
    23
    Views
    2,832

    so I have to specify each and change their...

    so I have to specify each and change their variable name??? yes I already Initialize option but their still an error: declaration on variable not allowed..
  21. Replies
    23
    Views
    2,832

    sorry ma'am but I don't know how to start.. and I...

    sorry ma'am but I don't know how to start.. and I don't know how to separate those functions and those variables...

    I tried



    if (option==1)
    printf("******");

    else if (option==2)
  22. Replies
    23
    Views
    2,832

    Help me to this please I'm begging..

    this are my programs that I made before and as a project my teacher asked me to recode all my programs and compress it in one program with menu.. I was absent that time when my teacher discuss about...
  23. This is a simple program.. Help me please I think it has an error..

    Write a program that will be used to handle Automated Teller Machine Transactions. Such transaction includes; (1) balance inquiry, (2) deposit, (3) withdrawal and say (4) exit. Aside from these,...
Results 1 to 23 of 23