Search:

Type: Posts; User: Kingsley

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,036

    actual problem

    The class Performance

    A class to describe the state of seats for an individual performance at a cinema. This class has the following methods:

    available - Return true if there are n seats...
  2. Replies
    4
    Views
    1,036

    Thanks for your reply, but it is still not...

    Thanks for your reply, but it is still not getting there....

    I was working on a menu-based program which takes user input till it is asked to exit - it reserves empty seats, cancels already booked...
  3. Replies
    4
    Views
    1,036

    control problem

    hi all,

    I've done this code which has to book seats for a particular gala performance.




    main()
    {
    int flag[100], num;
  4. Replies
    9
    Views
    1,430

    bivhitscar, thanks a lot :) its working fine now

    bivhitscar, thanks a lot :) its working fine now
  5. Replies
    9
    Views
    1,430

    I've done this code but still can't find a way of...

    I've done this code but still can't find a way of counting the total number of blank lines.



    main()
    {
    clrscr();
    FILE *fp;
    char ch;
    int nol=0,not=0,nob=0,noc=0;
  6. Replies
    5
    Views
    17,199

    yes I found the code, thanks a lot :)

    yes I found the code, thanks a lot :)
  7. Replies
    9
    Views
    1,430

    generating program statistics

    hi,

    Im trying a program which reads in the source of a C program from its standard input and prints out the following statistics for the program (all as integers)

    total number of lines
    total...
  8. Replies
    5
    Views
    17,199

    program to convert numbers into words

    hi all,

    I was trying to write a program that converts numeric figures into words i.e. 342 gets printed as three hundred forty two.

    I have reached the stage where i can convert any number like...
Results 1 to 8 of 8