Advertisement

1 - 10 of 11 containing alltags:("c/unix") (0.001 seconds)
System is WinNT4, and Win95. I need a macro which saves text files (.cpp, .h, .rc2) in unix format? or how can this be done?
Zones: C++Date Answered: 03/04/1998 Grade: C Views: 0
I'm trying to write a program that would accept string input and convert it to hex. Say for example Input: 616263 Output (printf %x): 'abc'  ---> NOT '363136323633' Is there a way to this an...
Zones: CDate Answered: 02/17/2003 Grade: B Views: 0
I want to know how can i compile a c procedure called processCancelledOrders in unix. Please provide me the full command including any flags needed.
Zones: CDate Answered: 01/02/2007 Grade: A Views: 0
I want to convert a char* to a string type variaable.  if(!fileStream) { cout <<"Error Opening"; return;}         string strLine;  while(!fileStream.eof())         {         fileStream.g...
Zones: C++Date Answered: 05/29/2008 Grade: A Views: 19
I can't find example in this site about reading from 2 pipes. One of the pipe will be read and the other pipe used for writing. I understand in the c program, I will need to do the following: ...
Zones: Unix Systems Programming, CDate Answered: 11/06/2008 Grade: B Views: 30
Is there a mod function in Unix C for AIX OS? I tried using '%' but it didn't work. regards, Theta
Zones: CDate Answered: 03/02/1999 Grade: A Views: 4
How do I write a very simple unix like shell in C ? Thanks!
Zones: CDate Answered: 09/15/2003 Grade: B Views: 60
I have multiple files (tcpdump logs) with thousands of lines using the following format 00:28:59.809928 IP 127.0.0.4.sip > 127.0.0.5.sip: SIP, length: 393 00:28:59.810136 IP 127.0.0.5.sip > 127...
Zones: Unix, Linux, Unix NetworkingDate Answered: 03/16/2008 Grade: A Views: 4
Hi there, I'm about to start a new job which requires programming in C/C++ for Unix. I know the basic commands when it comes to programming in them for Windows OS. But for Unix, totally now i...
Zones: Unix Systems Programming, C, C++Date Answered: 04/01/2008 Grade: A Views: 0
I have written client program in C language using unix. It is talking to server program. I want to set up a time out for Client. For example, after a fixed amount of time, if it does not get a res...
Zones: CDate Asked: 07/07/2008 Points: 250 Comments: 7