Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top C Solutions: 201 - 214 of 214
 
Hi, I have two thread .One name as ONLINE and other as OFFLINE thread.both the thread is in DLL that is getting loaded dynamically and after processing it has to unload. requriment: Online ...
We write Embedded C for Freescale MPC561 Micrcontroller.  It has 32-bit data bus.  It is Big Endian.  DATA0 is the most significant bit and DATA31 is the least significant bit.   This microco...
Hi, I want to create a rudimentary C server program that will be run on  Windows XP. When i do it with winsoc, i must use C++. Is there another way? I managed to do it in linux by using...
Hi I have made a shared object library and i am linking that shared object file(.so file) with my c code. now the question is that do i always need to include the function prototypes/declar...
Hi Guys, I just need to know how easy it is for a C programmer to learn Java and do web programming. To give you a little info, I'm planning to hire a person who is extremely smart and h...
Hi to all! I was wondering about the possibility of managing usernames which contain blank spaces. I use read function to read the commands which the client sends to the server, somethin...
I have a program written in C that currently relies entirely on the Windows API for it's GUI. I would like to give it a facelift. Are there any 3rd party tools for this? I looked at Codejock a...
hi, can anyone help me understand wats going on here? how to i actually derived the values? in a senario like e.g: int a = 5; int b = 11; printf("%d %d", a&b, a|b);
Hi, I use GetCommState() for my serial printer. If I don't configure my printer in the windows printer, then this function succeeds. If i add it to the windows printer, then it fails with e...
Hi, i need to do something with mySQL database from my program written in C.I want to use prepare statement to interact with the db?Can someone here can give me an example of using it in C? ...
1. Are there any solaris unix shell commands/shell scripts that could examine any unresolved symbols, unresolved external symbols or unresolved external linkages of any C executables/libraries...
Hi, A c program calling ftp scripts was running all night, calling a unix script which uses the ftp command every 5 seconds to send out a file. I got following error once : "Function waitp...
hi, i am using grof and i am getting this error message..could any one pls help?
Hi,experts here. I have found a typical definition of variant length argument list here: typedef char* va_list; #define va_start(list) list = (char*)&va_alist #define va_end(list) #defi...