I am using Borland C++ version 3.0 on an IBM-compatible PC running Win95. I run C++ in a DOS environment. I have recently tried using "bool" type variables in my little programs. Unfortunately, the...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10003043.html
Zones:
C++Date Answered: 02/16/1997 Rating: 6.6 Views: 0
Within an if statement what is the syntax for the and and or commands :If ((A=B) and (C=D))If ((A=B) or (C=D))
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10014363.html
Zones:
PerlDate Answered: 06/15/1997 Rating: 8.2 Views: 0
What's the difference between these two statements?
Boolean.FALSE and boolean myFlag = false
when I do a compare with the if statement, it tells me that they are NOT the same?!?
if (Boolean.FA...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10196552.html
Zones:
JavaDate Answered: 08/20/1999 Rating: 8.2 Views: 0
how is boolean usually implemented?
- char(1), "y" or "n"?
- number(1), 1 or 0?
i'm just wondering if there is some standard.
http://www.experts-exchange.com/Database/Oracle/Q_10296506.html
Zones:
OracleDate Answered: 02/17/2000 Rating: 7.8 Views: 0
I have got myself stuck. How do i keep track of seats . First class has only 5 rows of 4 seats so an array [x][y] with y values of 1 or 2 will be the aisle seats and 0 and 3 will be window seats.
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10321713.html
Zones:
JavaDate Answered: 04/28/2000 Rating: 7.8 Views: 0
How to convert boolean to string??
what si the different bet boolean and Boolean??
http://www.experts-exchange.com/Programming/Languages/Java/Q_20152680.html
Zones:
JavaDate Answered: 07/18/2001 Rating: 8.2 Views: 0
Hi,
My name is Thomas McKiernan. Perhaps you can help me:
I have created a C++ DLL. One of the exprted functions returns a boolean value.
this function is called from VB and the boolean re...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20599927.html
[VB.NET]
I have a class which renders itself as XML through a certain method.
As for my Boolean members, I'd like them to be basically tri-state variables: uninitialized, True, or False. Th...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20688241.html
Zones:
.NETDate Answered: 07/25/2003 Rating: 7.4 Views: 0
I get a collection of bean which has boolean property and string propery to my jsp(view) from action class.
My task is to iterate through that collection for everyitem i have to dynamically add ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20740815.html
Zones:
JSPDate Answered: 09/17/2003 Rating: 7.4 Views: 0
Question 1
Is there any oracle built-in SQL function(or some way) to translate a date into a day(Monday, Tuesday...etc).
For example:
Input 03-08-2002
Output Tuesday
Question 2
What is...
http://www.experts-exchange.com/Database/Oracle/Q_20815760.html
Zones:
OracleDate Answered: 12/04/2003 Rating: 8.8 Views: 0