How to protect/license a static library? Multiple instances?2041 (8/16/2005 6:22:50 PM) comp.lang.c Hi, I am deliverying an algorithm to a customer as a static library. I know how to put a time limit (make the library functions only run for 60 days, for example), or lock the library to a MAC address. Howeve... johnfofawn(37)
Why can't I initialize a global variable to NULL?1931 (8/17/2005 12:47:24 AM) comp.lang.c I have a statement declares a globle variable like this : char *pname = NULL; Then I used splint to check the code, I got errors: err.c:8:15: Global pname initialized to null value: pname = NULL A referenc... moxm_black(7)
Memory Leak / Corruption736 (8/19/2005 5:56:28 AM) comp.lang.c Dear All Is the Root Cause of the Memory corruption is the Memory leak, ?? suppose If in the code there is Memory leak, Do this may lead to the Memory Corruption while executing the program ? In nut shell, wh... ranjeet.gupta(121)
Linking Libraries1134 (8/20/2005 7:07:19 AM) comp.lang.c Hi, I am writing a program and I have to use a library which my lecturer passed to me and I'm not sure how to link the libraries. My program name is module.c and my library is crack.a. It is located in the /l... choo.adrian(10)
splitting a file247 (8/20/2005 8:16:01 AM) comp.lang.c How can I split a file into several files each with a fixed size? I recall that on linux there is a command that has a counter for file size in bytes but cant seem to remember. Help is appreciated. ... afifov(24)
multiple file programs in c746 (8/20/2005 12:32:44 PM) comp.lang.c Hello, I have written a main() program in sap.c and created one external function in another file fun.c my doubt is how to link these two files sap.c, fun.c and run a program inorder to get a result.i'll be ... iammcalec(1)
c interview questions wiki743 (8/21/2005 12:52:51 AM) comp.lang.c hi everyone, this is a wiki containing questions that might be asked by interviewers. It can be edited by anyone, so if you have a suggestion (a potential interview question) please add it here: http://alien.... cpp_shark(100)
C FAQ wiki6553 (8/22/2005 5:20:10 PM) comp.lang.c Although Steve Summit's C FAQ is really good, are there any C FAQ wikis? -- one's freedom stops where others' begin Giannis Papadopoulos http://dop.users.uth.gr/ University of Thessaly Computer & Communicati... ipapadop(140)