Need help serializing data using C1019 (4/8/2012 10:46:29 PM) comp.lang.c Hello I need some guidance doing serialization of data using C. I have the following function prototype for serializing data: int serializeData(unsigned short data_type, void *structure, unsigned char **buff... Durango
Question on using different types within a struct.326 (3/8/2012 6:53:28 AM) comp.lang.c I am looking to use structs in my program so that I can pass them as "packets" over a network socket created within the program. I am particularly interested in the following scenario: typedef struct A { ... Durango
how to block keyboard input in Linux using C578 (12/17/2011 2:08:22 AM) comp.unix.programmer I am running a console program in linux and want to block input from the keyboard but I do want to allow only a select few keyboard inputs for example 'a', 'b', and 'c' allowed but other input is blocked. I a... Durango
question on function pointers1224 (12/4/2011 10:33:06 AM) comp.lang.c Hello I have another question this one regards function pointers. I have an api function that has the following prototype. int sqlite3_exec( sqlite3*, /* An open database */... Durango
Problem with code allocating memory for struct1040 (12/4/2011 9:48:12 AM) comp.unix.programmer Hello I am working on a program that requires me to use structs. I am allocating memory for the struct and the variables defined in them. I am sure there is something incorrect with my code because there is ... Durango
problem with memory allocation and structs512 (12/4/2011 9:47:29 AM) comp.lang.c Hello I am working on a program that requires me to use structs. I am allocating memory for the struct and the variables defined in them. I am sure there is something incorrect with my code because there is ... Durango
passing struct pointer to function.728 (10/28/2011 8:56:39 AM) comp.lang.c Hello, I am trying to write a function that will take a struct pointer and some other values defined in the struct and within the function allocate memory for the struct and pass the values to it. How can this... Durango
problem with reading stream718 (9/21/2008 5:34:19 AM) comp.lang.java.programmer Hello, I am trying to read a stream from a URL into a Inputsource and pass that to a DOM parser. The URL links to a RSS file and I am able to successfully read this. The problem I am having is that, the data t... Durango
writing a Bot for battlenet chat330 (8/31/2004 6:45:25 AM) comp.programming I would like to learn more about creating chat Bots and in particular create one for the Battlenet server used for games by Blizzard. Does anyone have any insight on this or links that may be beneficial for thi... El
errors within constructor439 (8/6/2004 8:32:38 AM) comp.lang.java.programmer Hi I am working on a project and I am getting an error that I do not understand. I have the part of the code below along with the line that gives error. From the exception message I can assume that the object... El
El_Durango's replies:
Items(10) /1
XML to RTF212 (7/14/2004 6:12:55 PM) comp.text.xml I have a project where I'll receive a file in XML format, but need to convert it to RTF to play it back in a program (Scala). Is this easily done, and if so, what is the best program to convert it with? Thank... 1999(1)
problem displaying XML on different browser415 (7/16/2004 2:43:53 PM) comp.text.xml Hi I have a simple CGI program that takes data from a data source and posts it as XML format on the browser, I have tested my program on IE and Mozilla and they behave differently. Sometimes XML format is dis... El_Durango(24)
Eclipse question regarding LOC.419 (7/19/2004 3:07:18 AM) comp.lang.java.programmer Hi I have been using Eclipse recently and was wondering if Eclipse had a utility to count the Lines of Code for a particular project? I looked at the Eclipse Help but did not find anything on it. Any info woul... El_Durango(24)
errors within constructor439 (8/6/2004 8:32:38 AM) comp.lang.java.programmer Hi I am working on a project and I am getting an error that I do not understand. I have the part of the code below along with the line that gives error. From the exception message I can assume that the object... El_Durango(24)
passing struct pointer to function.728 (10/28/2011 8:56:39 AM) comp.lang.c Hello, I am trying to write a function that will take a struct pointer and some other values defined in the struct and within the function allocate memory for the struct and pass the values to it. How can this... El_Durango(24)
problem with memory allocation and structs512 (12/4/2011 9:47:29 AM) comp.lang.c Hello I am working on a program that requires me to use structs. I am allocating memory for the struct and the variables defined in them. I am sure there is something incorrect with my code because there is ... El_Durango(24)
Problem with code allocating memory for struct1040 (12/4/2011 9:48:12 AM) comp.unix.programmer Hello I am working on a program that requires me to use structs. I am allocating memory for the struct and the variables defined in them. I am sure there is something incorrect with my code because there is ... El_Durango(24)
Question on using different types within a struct.326 (3/8/2012 6:53:28 AM) comp.lang.c I am looking to use structs in my program so that I can pass them as "packets" over a network socket created within the program. I am particularly interested in the following scenario: typedef struct A { ... El_Durango(24)
Need help serializing data using C1019 (4/8/2012 10:46:29 PM) comp.lang.c Hello I need some guidance doing serialization of data using C. I have the following function prototype for serializing data: int serializeData(unsigned short data_type, void *structure, unsigned char **buff... El_Durango(24)