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?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10038358.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_20513889.html
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.
http://www.experts-exchange.com/Programming/Languages/C/Q_22108078.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23381932.html
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:
...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_23859748.html
Is there a mod function in Unix C for AIX OS? I tried using '%' but it didn't work.
regards,
Theta
http://www.experts-exchange.com/Programming/Languages/C/Q_10134419.html
Zones:
CDate Answered: 03/02/1999 Grade: A Views: 4
How do I write a very simple unix like shell in C ?
Thanks!
http://www.experts-exchange.com/Programming/Languages/C/Q_20727108.html
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...
http://www.experts-exchange.com/OS/Unix/Q_23243846.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_23284567.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_23544137.html
Zones:
CDate Asked: 07/07/2008 Points: 250 Comments: 7