Advertisement

1 - 10 of 12 containing alltags:("dangling") (0 seconds)
Hi everybody, This will be my first posting to this rich resource of knowledge, thanks to all of you in advance... here we go. It is well known, that C/C++ offers no native way to test the ...
Zones: C++Date Answered: 03/26/2004 Grade: B Views: 0
I am using ADO in my vc++ application. To build a query I am using createParameter function and create parameterizes sql query. I create all the parameters and store each in vector. When I run Boun...
Zones: C++Date Answered: 09/21/2004 Grade: A Views: 4
Located  sym links that had the source deleted using: find / -type l -follow -print produces a list of links that could not be followed find: cannot follow symbolic link [name of link]: no such ...
Zones: SolarisDate Answered: 05/27/2004 Grade: A Views: 0
Assuming x = 5 and y = 8, the following outputs are produce: @@@@@ $$$$$ &&&&& @@@@@ @@@@@ &&&&& ##### $$$$$ &&&&& *****************My Code Thus Far********************* /*  ...
Zones: C++Date Answered: 01/24/2005 Grade: A Views: 0
Hello, what I am trying to accomplish is to pull out all websites from a large text file which contains a bunch of data, with some websites mixed in. A sample line might look like: "Hello my nam...
Zones: JavaDate Answered: 09/28/2006 Grade: A Views: 0
hi, Two problems may be occurred when using pointers 1-dangling refrence 2-garbage what is mean of this two subjects and a example for every subject if possible? Tnx in advance shirin
Zones: Delphi ProgrammingDate Answered: 05/03/2003 Grade: A Views: 0
Im just curious how this could be done in Java. I mean, u cant deallocate memory, so how could u have something point to invalid memory?
Zones: JavaDate Answered: 01/05/2004 Grade: B Views: 0
I have an ERwin physical model with many, many tables that have NO relationships of any kind with any other tables.  What are the valid scenarios for such tables to exist?  I think I have one, bu...
Zones: DatabasesDate Answered: 07/24/2005 Grade: A Views: 0
Dear expert, I split a string Query = PERSON*YEAR*DATE String Query = PERSON*YEAR*DATE; String[] result = null; String splitPattern = "*"; result = Query.split(splitPattern); if (result ...
Zones: JavaDate Answered: 05/21/2006 Grade: A Views: 216
Hello, using a strings builtin matcher function, what would the regex look like to match everything? I have tried (*) but I get a dangling meta character error. Worth 500 points. Thanks, ...
Zones: JavaDate Answered: 01/14/2007 Grade: A Views: 0