Search:

Type: Posts; User: jimd

Search: Search took 0.00 seconds.

  1. Thread: Adding Dates

    by jimd
    Replies
    1
    Views
    982

    Adding Dates

    I am designing a program that will print monthly bills. What i want to do is on the day i print the bills out, i would like that days date added to the bills.

    Does anyone know how this would be...
  2. Replies
    7
    Views
    2,334

    There are loads of good books. I would recommend...

    There are loads of good books. I would recommend one called 'The C programming language', by Brian Kernahan.
    Allegedly he developed the language and it has some good easy to follow examples.
  3. Thread: functions

    by jimd
    Replies
    3
    Views
    1,025

    functions

    Prelude,

    Thanks for that, that is the clearest reply i have ever had to that question.

    Thanks for taking the time to help
  4. Thread: functions

    by jimd
    Replies
    3
    Views
    1,025

    functions

    sorry for a basic question but functions are now confusing me.

    I want to know how i decide what value is returned, if any.

    when do i use: void funct_1(int x, int y)
    or

    int funct_1(int x,...
Results 1 to 4 of 4