Since 4/29/2012 12:03:04 PM, opster81 has written 10 articles and participated in 3 conversations. opster81 signature: opster81
opster81's articles:
Items(10) /1
vsftpd not working518 (1/11/2007 5:05:31 AM) comp.os.linux.networking I have a debian system running vsftpd stand alone. My problem is that I can't accees my web server or ftp service. I had everything working at my old residence for about a year, but have since moved and now ha... bob
newbie: hex, decimal, binary conversion632 (3/17/2006 6:27:57 PM) comp.lang.c Earlier in this group I posted: *************************************************************************** I can't get 'number' to print like I think it should: int main() { int number; ... bob
Microsoft C/C++ 7.0 compatibility143 (3/6/2006 11:59:11 PM) comp.lang.c++ I need to edit an old dos program that was written with Microsoft C/C++ 7.0 (circa 1991?). I have the orig. MS floppies, but no MS 3.1 OS nearby. Can I install this package on a machine with Windows 2000? I ha... bob
newbie, where to find source files626 (2/15/2006 5:10:42 AM) comp.os.linux.misc Where can I find the source files for command utilities like: ls, touch, more, cp, etc. I'm using bash. I have the Debian distribution. Thanks in advance ... bob
newbie question, fread problem3020 (2/14/2006 5:49:06 AM) comp.lang.c I can't get 'number' to print like I think it should: int main() { int number; printf("two digit number please:\n"); fread(&number, sizeof(int), 1, stdin); pr... bob
sizeof help cont., ignore other post please227 (2/12/2006 3:52:46 AM) comp.lang.c++ sorry to double, triple post but testFile.txt has 28 character (what editor says anyhow): "nothing here, see I'm empty" how can I get the size of this 'buffer': FILE *filestream; filestream = f... bob
sizeof help #2029 (2/12/2006 3:45:52 AM) comp.lang.c++ how can I get the size of this 'buffer': FILE *filestream; filestream = fopen("testFile.txt", "r+"}; char *buffer; size_t count; fseek(filestream, 0, SEEK-END); count ... bob
sizeof help231 (2/12/2006 3:45:20 AM) comp.lang.c++ how can I get the size of this 'buffer': FILE *filestream; filestream = fopen("testFile.txt", "r+"}; char *buffer; size_t count; fseek(filestream, 0, SEEK-END); count ... bob
invalid lvalue in unary '&' .... why LKM #2018 (1/26/2006 4:09:50 AM) comp.lang.c I have little C experience and am concurrently trying to tackle C and LKM's (a little too ambitious maybe) anyway here is the problem I'm having with an example module I found. static int myintArray[2] ... bob
invalid lvalue in unary '&' .... why LKM423 (1/26/2006 4:08:12 AM) comp.lang.c I have little C experience and am concurrently trying to tackle C and LKM's (a little too ambitious maybe) anyway here is the problem I'm having with an example module I found. static int myintArray[2] ... bob
opster81's replies:
Items(2) /1
newbie: hex, decimal, binary conversion632 (3/17/2006 6:27:57 PM) comp.lang.c Earlier in this group I posted: *************************************************************************** I can't get 'number' to print like I think it should: int main() { int number; ... opster81(13)
vsftpd not working518 (1/11/2007 5:05:31 AM) comp.os.linux.networking I have a debian system running vsftpd stand alone. My problem is that I can't accees my web server or ftp service. I had everything working at my old residence for about a year, but have since moved and now ha... opster81(13)