473,513 Members | 2,552 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

difftime

1 New Member
Hello All,
I have a problem with difftime.
I have 2 strings containing a time. I must calculate the difference of this 2 strings into seconds.
This is my code:

double Seconds;
double Timeout;
unsigned char firsttime[8];
unsigned char secondtime[8];
char *timestr;
time_t first;
time_t second;

// check time out of 300 seconds between datwsh and WsDate
timestr= pTrxIn->DatWsh; //string with date time
memcpy(firsttime,timestr+8,8); //timestring

timestr= pTrxIn->WsDate; //string with datetime
memcpy(secondtime,timestr+8,8); //timestring

first = (time_t)atol(firsttime);
second = (time_t)atol(secondtime);

Seconds = (difftime(second,first));
Timeout = atof(pTrxIn->TimeOut); //string containing "300"
if (Seconds > Timeout)
{
return "timeout reached";
}

return 0;

He gives me the time in 100? Not in 60?
I do somthing wrong, but what?
Regards,
Patrick
Mar 31 '08 #1
1 2360
gpraghuram
1,275 Recognized Expert Top Contributor
difftime returns the difference in total number of seconds.
If you want to display it in minutes and seconds you want to convert it manually

Raghuram
Apr 1 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
6969
by: Mark P | last post by:
Some time ago I posted here about inserting into a set with a hint: http://groups-beta.google.com/group/alt.comp.lang.learn.c-c++/browse_thread/thread/fb75b00f73e979db/018b8d0eadb38dbf?q=%22STL+insert+with+hint%22+%22Mark+P%22&rnum=1&hl=en#018b8d0eadb38dbf I quoted the SGI STL docs describing a.insert(p, t), where p is the hint iterator and...
10
1292
by: CoreyWhite | last post by:
I asked the question, "how do you define arithmetic?", and when I came to an answer I understood math in a new, much clearer way. I also happened upon a method of arithmetic optimization that really speeds up calculations on computers. If you wanted to define mathematics I would first define addition. The simplest way to define addition...
17
5894
by: Pushkar Pradhan | last post by:
I want to time my matrix multiply code (in MFLOPS). I want to run the code 100,000 times or some other big number. This can be done 2 ways (for and while loops): timer1 = time(NULL); for(n = 0; n < 100000; n++) mm(); timer2 = time(NULL); exectime = difftime(timer2, timer1);
13
3050
by: Jeremy Holdstadt | last post by:
This seems to be a C question to me. If it is not, I apologize. This command: awk 'BEGIN {srand();print srand()}' will give the number of seconds since the epoch, present time. Can any of you tell me how to get the number of seconds since the epoch for an arbitrary post-epoch date like Jan 25 1980 13:34 GMT?
4
2069
by: Il Prof | last post by:
Hi to everyone! ;) In C language on Linux, what string access method is faster? 1) Puntatori char str="hello"; char* pstr; pstr = str; // access such as "*pstr"
6
2450
by: RoSsIaCrIiLoIA | last post by:
d_0=32.000000 d_1=38.000000 Test success d_0=34.000000 d_1=42.000000 Test success d_0=1.000000 d_1=0.000000 Test success
4
3125
by: collinm | last post by:
hi parseDate(&prod->tmbEndRun, date_rtu); parseTime(&prod->tmbEndRun, prod->htime_rtu_fin); printf("end %s\n", prod->htime_rtu_fin); return me
6
6521
by: Emmanuel Delahaye | last post by:
Hi, Is there a portable way to convert the value returned by difftime (a number of seconds of type double) in time_t, which, AFAIK, is not a number of seconds. For this reason, I guess, that this code of mine, supposed to give an example about 'how to use time functions correctly' is not portable, is it ?
9
21376
by: clintonb | last post by:
I'm looking for a way to calculate the number of days between two dates using standard C++ functions. Would it be as simple as just using the difftime() function and then dividing that result by the number of seconds in a day? - Clint
0
7178
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7397
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7128
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5704
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5103
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4759
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3255
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
817
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
473
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.