defining Class4105 (5/18/2010 10:06:10 PM) comp.lang.javascript In the following, is that ture
$package a fucntion??
$class a function??
the variable $class = a function will take some parameters ??
$extends : Gamelib.mobile
the (:) sign means
months ... Carl
eliminate duplicate in JOIN727 (4/5/2009 8:40:46 AM) comp.databases.mysql The following query returns the Triplle word from a table like the following: pretty, woman, a a, pretty woman china,great, wall wall, great, china great, wall, china ============================= How can I ... Carl
eliminate duplicate in JOIN431 (4/5/2009 8:39:33 AM) comp.databases.ms-sqlserver The following query will return Triple word from a table like the following: pretty, woman, a a, pretty woman china,great, wall wall, great, china great, wall, china ============================= How can I el... Carl
query filter147 (2/27/2009 7:31:45 PM) comp.databases.mysql The following query will return 3 word in 3 "TABLE COLUMN", How can I modify the query to return "NO 3 words are the same"? the following Table will have duplicated as both row has the same 3 words, I only ne... Carl
column filter330 (2/27/2009 7:30:22 PM) comp.databases.ms-sqlserver The following query will return 3 word in 3 "TABLE COLUMN", How can I modify the query to return "NO 3 words are the same"? the following Table will have duplicated as both row has the same 3 words, I only nee... Carl
join statement #2111 (2/25/2009 7:05:47 AM) comp.databases.ms-sqlserver The following query will output 2 words that's close in position, but how can I output 3 word that's close in position instead of 2 word? the query will have 3 column output instead of 2 column output for words... Carl
join statement #2137 (2/25/2009 7:03:51 AM) comp.databases.mysql The following query will output 2 word that's close in position, but how can I output 3 word that's close in position instead of 2 word? the query will have 3 column output instead of 2 column output for words.... Carl
join statement031 (2/25/2009 7:03:07 AM) comp.databases.mysql The following query will output 2 word that's close in position, but how can I output 3 word that's close in position instead of 2 word? the query will have 3 column output instead of 2 column output for words.... Carl
query #2 #2142 (2/24/2009 1:51:46 AM) comp.databases.ms-sqlserver Why the following query does not work? select a.Word, b.Word a.Document from data where ABS(a.Position - b.Position) < 3 and a.Document = b.Document I have a Table stores keywords + position of the word + docu... Carl
return value #31221 (4/17/2008 12:43:56 AM) comp.lang.c++ Is there any way to return either NULL or a SYSTEMTIME object? will it work in C++? as in Java, one can return either NULL or an object, does C++ has something similar? Is the following code OK for C++? ===... fatwallet951(80)
typedef vs inheritance828 (4/17/2008 1:22:30 AM) comp.lang.c++ I found in C++ a type is typedef several times and alot of time, I need to dig further to see the original type. like LPDWORD - it's a strange type, but when i dig further, i see it's a (DWORD *) =========== ... fatwallet951(80)
return type vs passing a reference1917 (11/15/2008 8:37:00 PM) comp.lang.c++ there are 2 ways to return a value from a function ==================== 1) passing a reference as parameter - the following will return time void Table::Get(char* FieldName, *SYSTEMTIME time) { _varia... fatwallet951(80)
pugXML parser - dumping to XML229 (11/16/2008 10:35:37 AM) comp.lang.c++ I use the pugXML parser http://www.codeproject.com/KB/cpp/pugxml.aspx How can I dump the "IN memory" DOM tree into XML file? I cannot found a function that can do that. ... fatwallet951(80)
template #7722 (11/16/2008 10:55:21 AM) comp.lang.c++ pug::xml_node::outer_xml Function Stream output. Recursively writes the internal xml_node_struct structure to the given stream. ===================== Public void outer_xml(std::basic_ostream> &, TCHAR = _T('... fatwallet951(80)
Socket Buffer425 (1/14/2009 2:44:10 AM) comp.lang.c++ I have a socket class that will receive data and print it out like the following When i debug the lpBuffer in VC++, why the lpBuffer has all those strange data like I and at the end has some more strange data?... fatwallet951(80)
buffer #21328 (1/24/2009 12:25:31 AM) comp.lang.c++ how can i create a temp buffer to store the latest data (a string ID)? it will update every 1 sec, and hold the most updated 50 string ID and delete the old data. something like - =======most updated =======... fatwallet951(80)
pointer in queue1017 (2/2/2009 7:27:55 AM) comp.lang.c++ I have a deque object. Can I insert pointers into the queue? (I heard I cannot insert pointer into a queue) like this: =============== std::deque * socks; socks = new deque; int port = 4322; for ( int i ... fatwallet951(80)
query statement637 (2/24/2009 1:50:57 AM) comp.databases.mysql Why the following query does not work? select a.Word, b.Word a.Document from data where ABS(a.Position - b.Position) < 3 and a.Document = b.Document I have a Table stores keywords + position of the word + docu... fatwallet951(80)
column filter330 (2/27/2009 7:30:22 PM) comp.databases.ms-sqlserver The following query will return 3 word in 3 "TABLE COLUMN", How can I modify the query to return "NO 3 words are the same"? the following Table will have duplicated as both row has the same 3 words, I only nee... fatwallet951(80)