Thread: Need URGENT help with use of Pointers and Structs to print holidays program

  1. #1
    Registered User
    Join Date
    Nov 2015
    Posts
    12

    Need URGENT help with use of Pointers and Structs to print holidays program

    This code
    https://www.facebook.com/notes/isabe...24946114402463
    prints a calendar program but i need help with using struct and pointers to print a character next to a date and holiday name beneath a month.e.g C next to 25 in dec & C 25 12 beneath the month.I want to know why the holidays wont be printed. What mistake am I making?Thanks in advance



  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    You're making the mistake of posting links to code which people can't see.

    Post the code inline between [code][/code] tags.

    Not to mention, http://www.catb.org/~esr/faqs/smart-...ns.html#urgent
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need urgent help ....problem with pointers in structures
    By venpo045 in forum C++ Programming
    Replies: 5
    Last Post: 11-15-2014, 12:01 AM
  2. I need urgent help with structs and strings
    By superfly in forum C Programming
    Replies: 9
    Last Post: 06-07-2010, 02:15 PM
  3. [Not Urgent at all] - Print from c++ Console doesn't work.
    By zerodevice in forum C++ Programming
    Replies: 17
    Last Post: 08-03-2006, 04:09 PM
  4. passing structs & pointers to structs as arguments
    By Markallen85 in forum C Programming
    Replies: 6
    Last Post: 03-16-2004, 07:14 PM
  5. Replies: 2
    Last Post: 03-13-2003, 09:40 AM

Tags for this Thread