hello
i m doing c project on digital clock.
i dont where do i start from
i m not so confident
bittu1028 0 Newbie Poster
Recommended Answers
Jump to PostWhere to start...At the beginning
#include <stdio.h> #include <time.h> int main(int argc, char**argv) { return 0; }
Plus check out the internet...like here:
http://www.gnu.org/s/libc/manual/html_node/Time-Functions-Example.html
All 2 Replies
gerard4143 371 Nearly a Posting Maven
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
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.