Thread: Calender in C?

  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    1

    Question Calender in C?

    Hi am new to this forum and new to c programming in general. im trying to build a calender in c and I already have most of the program complete i just dont know how to make an actual calender display once you run the program. Is there anyone on here who as created a code to actually make a calender display in the program?? if so it would be greatly apprecieated if you could post the string of code so i could take a look and maybe utilize it in my project.
    thanks!

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Wrong forum, reported so a moderator can move it.

    In any case, let me see if I get this straight: You actually built a whole calendar in C but don't know something as basic as printing characters to screen? Care to elaborate on that, or is this just yet another inventive way to ask for someone to do you your homework?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    In your post you say "C programming", but you posted in the C# forum. Which is it?
    bit∙hub [bit-huhb] n. A source and destination for information.

  4. #4
    Registered User
    Join Date
    Apr 2011
    Location
    Las Vegas
    Posts
    66
    Are you looking to print something as simple as
    Code:
         April 2011
    Su Mo Tu We Th Fr Sa
                    1  2
     3  4  5  6  7  8  9
    10 11 12 13 14 15 16
    17 18 19 20 21 22 23
    24 25 26 27 28 29 30
    Are you wanting to print a week, a month, a year? What exactly?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. calender
    By bazzano in forum C Programming
    Replies: 5
    Last Post: 03-02-2006, 03:34 AM
  2. Calender..
    By dahenkiz in forum C Programming
    Replies: 2
    Last Post: 11-09-2005, 01:25 PM
  3. Calender
    By sameintheend01 in forum C++ Programming
    Replies: 1
    Last Post: 02-03-2003, 06:36 AM
  4. Calender Control
    By iglod in forum Windows Programming
    Replies: 1
    Last Post: 09-14-2002, 06:38 AM
  5. Calender
    By confused in forum C Programming
    Replies: 2
    Last Post: 11-28-2001, 05:44 AM

Tags for this Thread