Thread: Program for convert roman date to our christian date and back

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    1

    Program for convert roman date to our christian date and back

    Hellou, is it exist source code in language c for converting roman date (has begun 21.4.753 b.c.) to christian date (has begun 1.1.1) and back? If i'snt, can someone please write it, i'll be very gratefull. Thank you very much for your time.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Feb 2012
    Posts
    116
    Engel

    you can write it yourself, Im happy to help you do that

    First you need to get some info on the date conversions (please post it up here)

    What level of programming are you at so far?

    It should be a very simple program to write.

    I suggest you start by getting a basic structure together and posting it up here so we can build on it

    start with your #include (preprocessing directives), your main function and your variables and any options or welcoming message you need and we'll go from there

    best wishes

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 03-28-2012, 10:30 AM
  2. Replies: 11
    Last Post: 03-27-2012, 11:37 PM
  3. Formula to convert Calaneder Date to Julian ?
    By colmustang in forum C Programming
    Replies: 2
    Last Post: 03-21-2008, 05:17 AM
  4. Date program starts DOS's date
    By jrahhali in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2003, 05:23 PM
  5. please help ... to convert date to string
    By mel in forum C Programming
    Replies: 1
    Last Post: 06-12-2002, 10:26 AM