Advertisement

1 - 10 of 328 containing alltags:("boolean") (0 seconds)
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...
Zones: C++Date Answered: 02/16/1997 Grade: C Views: 8
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))
Zones: PerlDate Answered: 06/15/1997 Grade: A 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...
Zones: JavaDate Answered: 08/20/1999 Grade: A 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.
Zones: OracleDate Answered: 02/17/2000 Grade: B 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. ...
Zones: JavaDate Answered: 04/28/2000 Grade: A Views: 12
How to convert boolean to string?? what si the different bet boolean and Boolean??
Zones: JavaDate Answered: 07/18/2001 Grade: A Views: 4
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...
Zones: Windows ProgrammingDate Answered: 04/15/2004 Grade: A Views: 0
[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...
Zones: .NETDate Answered: 07/25/2003 Grade: A 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 ...
Zones: JSPDate Answered: 09/17/2003 Grade: A 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...
Zones: OracleDate Answered: 12/04/2003 Grade: A Views: 0