varible declaration in macro241 (11/7/2006 6:55:09 AM) comp.lang.c Hi.If I define a macro which contains a variable declaration,then during expansion the declaration will not be placed at the beginning of the program,but somwhere within it.How can I overcome it? Eric ... dis_is_eagle
enqueue data structure324 (10/27/2006 12:52:52 PM) comp.programming Hi.What is a enqueue?How is it different from a dequeue?How can it be implemented in C? Eric ... dis_is_eagle
macro and function428 (10/19/2006 7:04:34 AM) comp.lang.c HI.In what circumstances we should use a macro and when we should use a function? If we use macro then will the size of the executable increase?Thanks for help. Eric ... dis_is_eagle
Partition around medoids525 (10/4/2006 12:13:54 PM) comp.programming Hi.I need a simple implementation of the PAM(partition around medoids) algorithm in C.Bye. Eric ... dis_is_eagle
LFSR in c376 (9/26/2006 1:38:49 PM) comp.programming Hi.Can anybody explain me the working of a Linear Feedback Shift register(LFSR) with a simple C program? Thanks for any help. Eric ... dis_is_eagle
Apriori algorithm in c118 (9/23/2006 10:12:04 AM) comp.programming Hi. Can anybody provide me a simple implementation of the apriori algorithm in C? The ones available in the net are too complex.Thanks for any help. Eric ... dis_is_eagle
Apriori Algorithm in C120 (9/22/2006 6:24:53 PM) comp.lang.c Hi, I need a simple implementation of the apriori algorithm in c.The ones available in the net are too complex.Thanks for any help. Eric ... dis_is_eagle
pointer and storage2523 (9/17/2006 2:21:10 PM) comp.lang.c Hi.I have a question on the following statement. char* a="hello"; The question is where "hello" gets stored.Is it in some static area ,stack or heap.I have observed that attempting to modify "hello" results... dis_is_eagle
c++ struct530 (9/10/2006 2:17:47 PM) comp.lang.c Hi.I would like to know the difference between a C struct and a C++ struct.I think in a C++ struct member variables and functions are by default private whether in a C struct they are public by default.Is there... dis_is_eagle
pointer to constant339 (9/5/2006 11:27:01 AM) comp.lang.c Hi.I have a doubt about the following program. int main() { char str[]="hello"; const char* str1=str; strcpy(str1,"world"); return 0; } I thought as str1 is constant, so copying world to it wil... dis_is_eagle
dis_is_eagle's replies:
Items(4) /1
evaluation of for loop726 (7/30/2006 2:47:01 PM) comp.lang.c hi..i have a question on the execution of for loop...i think the order of execution of the for loop is initialization,condition and increment...but i couldnt understand the following questions.... 1: int x=1,... dis_is_eagle(28)
c interview2738 (8/1/2006 7:20:30 AM) comp.lang.c hi....i am preparing for interview...where can i get helpful c interview questions and tips...also,can anybody provide me with a soft copy of the c-faq book...thanx and regards.. eric ... dis_is_eagle(28)
LFSR in c376 (9/26/2006 1:38:49 PM) comp.programming Hi.Can anybody explain me the working of a Linear Feedback Shift register(LFSR) with a simple C program? Thanks for any help. Eric ... dis_is_eagle(28)