hi...
'm findin it difficult to access system date in a c program.. pls help me... N also to write code fo airline reservation in c...

Recommended Answers

All 4 Replies

hi...
'm findin it difficult to access system date in a c program.. pls help me... N also to write code fo airline reservation in c...

So help us out...Post what you have so far.

what's so hard about using the functions in time.h???

> also to write code fo airline reservation in c...

#include <stdio.h>
#include <geography.h>
#include <volcano.h>
int main ( ) {
  if ( erupting() && wussyEuropeans() ) {
    printf("Sorry, all flights cancelled - come back next week\n" );
  }
  return 0;
}
commented: Haha +5
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.