Since 4/4/2012 5:50:51 PM, anton.harris has written 8 articles and participated in 4 conversations. anton.harris signature: anton.harris
anton.harris's articles:
Items(8) /1
pointer to function in constructor342 (8/21/2008 2:29:55 PM) comp.lang.c++ Hello all. I have to convert a program from C to C++. The original code used drivers that were available in C, and now are only available in C++. Thus, I have the "honour" of converting the code. There are a c... Mad
Redirection output for a program in background724 (3/10/2008 8:36:24 AM) comp.os.linux.misc Hello all. I have a little question concerning the redirections of text. I know it's possible to redirect the output when starting the program from the command line, with pipes and greater-thans and so on. How... Mad
Remove variable amount of characters from a string2246 (6/22/2007 9:34:36 AM) comp.databases.mysql Hello all. I have a field in my table which contains a string that is made of of a series of numbers, followed by an 'arrow' (->), followed by some more numbers. It will look roughly like this : 123->4567 Both... Mad
Error 1172 with stocked functions in view446 (5/21/2007 1:36:44 PM) comp.databases.mysql Hello all. I have several stocked functions in my database. All the functions have been tested individually and all work correctly. I want to create a view which uses the functions. Here is the code of the vi... Mad
Error 1305 : function does not exist for starndard function.347 (5/18/2007 10:59:34 AM) comp.databases.mysql Hello all. I'm attempting to create a procedure that calls the function character_length(), to give me the length of a string of characters that is a variable of the function. However, while mysql allows the f... Mad
Calculation in a view289 (5/14/2007 1:16:43 PM) comp.databases.mysql Hello all. I would like to make a view, but rather than viewing the actual content of the record, I would like to calculate the difference between 2 values (such as the difference of price between 2 products).... Mad
Startup service doesn't stay started127 (5/11/2007 9:28:07 AM) comp.os.linux.misc Hello all. I have a program that I made that I need to have booted at startup. It's not a long or complicated program, and doesn't have an exit procedure because it shouldn't have to be stopped. It will run on... anton
Redirection output for a program in background724 (3/10/2008 8:36:24 AM) comp.os.linux.misc Hello all. I have a little question concerning the redirections of text. I know it's possible to redirect the output when starting the program from the command line, with pipes and greater-thans and so on. How... anton.harris(12)
pointer to function in constructor342 (8/21/2008 2:29:55 PM) comp.lang.c++ Hello all. I have to convert a program from C to C++. The original code used drivers that were available in C, and now are only available in C++. Thus, I have the "honour" of converting the code. There are a c... anton.harris(12)