![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Sep 2007
Posts: 53
OS: Windows 7,server 2k3,2k8
|
I on project to make a software on Departmental store billing system using borland C compiler with only C programming .I want date & time to be displayed as output but I have no idea . can any give one the code for it in c.
More to come on it. I am on big thing.
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#4 (permalink) |
|
Resident Pirate
|
Re: programming with C
I far as I know, there is no such 'language' as C, but I may be wrong. Based on the info that the compilier is a C++, I'm assuming that is the language you're programming in.
http://www.codeproject.com/datetime/datetimedisc.asp That should help.
__________________
|
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Sep 2007
Posts: 53
OS: Windows 7,server 2k3,2k8
|
Re: programming with C
Well check this site http://www.cs.cf.ac.uk/Dave/C/ & explain me it is a language or not.
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Sep 2007
Posts: 53
OS: Windows 7,server 2k3,2k8
|
Re: programming with C
so I am on something stupid language .Oh God it is my Academic .I read Book called "programming with C" ,"A Book on C"," 20 days to C".What are those book related.I know C# & C++.I think I got to ask My professior what is Jack saying.
|
|
|
|
|
|
#9 (permalink) |
|
Registered User
Join Date: Sep 2007
Posts: 53
OS: Windows 7,server 2k3,2k8
|
Re: programming with C
jack check this out http://www.cprogramming.com/ .mind it there are three program enlisted over there C,C++,C#.........
|
|
|
|
|
|
#10 (permalink) |
|
Registered User
Join Date: Aug 2005
Location: Ohio
Posts: 207
OS: VISTA
|
Re: programming with C
C is the forerunner of C++ wich is the fore runner of C# and in ten years another type of C will come out. C is a verry good language and is indeed a language, next time you don't think somthing exist just google it to see if your right.
And sorry gandip i haven't used C only C# so i don't think i can help you i will look for a tutorial but i doubt i fined anything i only posted to try and stop this argument that is rather ridiculus. But like i said i will try and look into it EDIT: and the first link he suplied is covering C and some C++ nothing that looks even remotly simular to C# is in there unless you coun't little things that most languages have in commen Last edited by Damion; 09-12-2007 at 07:15 AM. |
|
|
|
|
|
#11 (permalink) |
|
Registered User
Join Date: Aug 2005
Location: Ohio
Posts: 207
OS: VISTA
|
Re: programming with C
Try this
#include <time.h> time_t mktime( struct tm *time ); the code is taken from http://www.cppreference.com/stddate/mktime.html but thats all it says on the subject. (looks more like C++ but like i said i don't have any experiance with C si im probably wrong.) |
|
|
|
![]() |
| Thread Tools | |
|
|