Thread: need help in arrays..

  1. #1
    Registered User
    Join Date
    Oct 2006
    Posts
    2

    need help in arrays..

    i got a project to do. it's adding 2 hours in form (13:06:10 + 12:10:02)i have been learning C for 2 weeks and i really couldn't figure out how to do ":" things, how to transform int to char. Cause i dont know about arrays.

    thanks for the help

  2. #2
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    you will have to show your best attempt that u have taken for the problem.

    Hint: Use type casting to convert int to char

    ssharish2005

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. pointers & arrays and realloc!
    By zesty in forum C Programming
    Replies: 14
    Last Post: 01-19-2008, 04:24 PM
  2. Replies: 16
    Last Post: 01-01-2008, 04:07 PM
  3. Need Help With 3 Parallel Arrays Selction Sort
    By slickwilly440 in forum C++ Programming
    Replies: 4
    Last Post: 11-19-2005, 10:47 PM
  4. Building B-Tree from Arrays
    By 0rion in forum C Programming
    Replies: 1
    Last Post: 04-09-2005, 02:34 AM
  5. Crazy memory problem with arrays
    By fusikon in forum C++ Programming
    Replies: 9
    Last Post: 01-15-2003, 09:24 PM