I hate when this happens! I'm drawing a blank. Those brain cells must have died or something!
I have a number in the range 0000-2359, obviously the time of day in 24 hour format. I also have ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10221179.html
Zones:
C++Date Answered: 01/09/2002 Grade: A Views: 0
can someone tell me the rules using switch/character arrays/strings and why this doesnt work:
void lexOut(char buffer[])
{
if (isdigit(buffer[0]))
printf("NUM");
else{
switch(bu...
http://www.experts-exchange.com/Programming/Languages/C/Q_10851861.html
Zones:
CDate Answered: 07/30/2000 Grade: A Views: 0
Hi,
I have a sheet in Excel
A B C
Date Particular Amt
12/12/99 ABC $10.00
01/12/00 IJK $19.00
...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_112...
I am trying to monitor the completion of batch jobs. I only want to monitor a job if the current time is greater than the start time of the job. My question is how do I handle the condition if the ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11474618.html
Zones:
Visual BasicDate Answered: 10/13/2000 Grade: A Views: 0
I am looking for software that will look at my original document on Word and compare it to a scanned version of of the same document. The reason that I am looking for this is that we like to send ...
http://www.experts-exchange.com/Software/Misc/Q_20981781.html
Zones:
SoftwareDate Answered: 06/11/2004 Grade: B Views: 0
Hi all,
As it's done for CMS (have a look at http://www.cmsmatrix.org/), I'm looking for information about PHP webmail solutions comparisons ?
TIA
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21296602.htm...
Zones:
PHPDate Answered: 03/11/2005 Grade: B Views: 0
I have time attendance system which need to adjust for showing point on indicipline :
There are 5 shift :
8 - 10
10 - 12
13 - 15
17 - 18.30
19 - 21
for each shift the rule is sam...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21572670.htm...
Zones:
PHPDate Answered: 01/27/2006 Grade: A Views: 0
I have char *argv[10];
My program takes input from cin and tokenizes it.
I then want to compare the first argv[0] to something;
if (argv[0] == "foo")
// dostuff
why can I not do ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21577656.html
Zones:
C++Date Answered: 09/28/2005 Grade: A Views: 9
Hi,
here's the if statement i use to compare the month, but everytime i select the previous month rather than the current month from a combobox, i couldn't go through the else statement. can some...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21737919.html
Zones:
MS AccessDate Answered: 02/15/2006 Grade: A Views: 0
Hi,
Haven't been here for a while. I have a question about the stability and efficiency of various registry comparison tools.
I have tried windiff and it locks up everytime I use it. I have...
http://www.experts-exchange.com/OS/Miscellaneous/Q_21775266.html