Search:

Type: Posts; User: putty88

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    8,447

    ahh it works! thank you :)

    ahh it works! thank you :)
  2. Replies
    5
    Views
    8,447

    Sorry to bring this up again so long after I...

    Sorry to bring this up again so long after I posted, but i am still struggling with this problem. I have tried to include time() into the code, but I'm not sure how I should edit this part of the...
  3. Replies
    5
    Views
    8,447

    Date calculation program

    Hi there,

    The programe below outputs the difference between two dates, i want to edit it so the 1st date is always today's date. Would i need to use the time function or rawtime. I am struggling...
  4. Replies
    4
    Views
    1,504

    Time calculation problem

    Hey there, I have been working on creating a program which calculates the number of days inbetween two dates. I have got most of the program going, but it produces some unusal results and i'm not...
  5. Replies
    7
    Views
    1,201

    #include "stdafx.h" #include "stdio.h" int...

    #include "stdafx.h"
    #include "stdio.h"


    int main()
    {

    int x=1, y;
    double z;
    printf("\nDays left to complete assignment ");
  6. Replies
    7
    Views
    1,201

    Simple division

    Hi, I'm very new to C programming and just want to do a simple calculation. I want the user to enter in a number, which then needs to be divided into 1...so if 60 was entered, the calculation would...
  7. Thread: Day countdown

    by putty88
    Replies
    5
    Views
    3,215

    Thanks for the help

    Thanks for the help
  8. Thread: Day countdown

    by putty88
    Replies
    5
    Views
    3,215

    Day countdown

    Hi there,

    I am completely new to programming and need to learn it fast. I have been set the task of creating a day countdown in C. I need the programme to workout the difference between two dates...
Results 1 to 8 of 8