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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20932271.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21059963.html
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 ...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_20902719.html
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*********************
/* ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21285572.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22005507.html
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20604578.html
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?
http://www.experts-exchange.com/Programming/Languages/Java/Q_20743414.html
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...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21500318.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21858189.html
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,
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22122467.html
Zones:
JavaDate Answered: 01/14/2007 Grade: A Views: 0