Application
Tools And Utilities
Remove
Platform
License
Any
I found that my problem was that I was secretly seg faulting in the child, which was causing the child to silently fail. The code works if you substitute the strcpy() with "arglist = strdup(tok...
let me see if i understood
if i have some c++ code and using unix system a call back function would be a system call.
code is more like pseudo-code
#include
using namespace std;
int...
The compiler switch for windows should be #ifdef _WIN32. I have no idea what the equal one for unix is.
Odd... It is all standard C++ except these lines:
#include
#include
#include
should be
#include
#include
#include
But I doubt that's the problem.
hi
i want to a write performance profiler in c .. i have no idea of how to go about it . any suggestion's would be helpful for me..
thanks
I recently began teaching myself C with the help of a book called "C Programming for Absolute Beginners". In the book it has you download a Unix command prompt which is where it tells to you make all...
: This message was edited by IDK at 2006-8-28 2:43:22
: : Note that C99 is just a draft standard and not many compilers support it. Correct me if I'm wrong, but I doubt that 'man' would refer to...
This message was edited by IDK at 2006-8-28 2:43:22
: Note that C99 is just a draft standard and not many compilers support it. Correct me if I'm wrong, but I doubt that 'man' would refer to C99?...
Hi All
I am trying to make a shared library from a pro c program program.pc and its function is called from another program abc.c. I am able to generate program.so file but in the program.pc file...
Hey,
Simple question here. I have a java program that I created on a unix machine.
To make a long story short: I created a few .java files. I compiled them into .class files. However, at...
ASM is not well documented in unix so it will be twice as harder than dos.
: : Dear All,
: :
: : I have an assignment regardign the snake game in Assembly Language under FreeBSD 4.8.
: :
:...
Hi
I am writing a program in C++ on VMS where in I have to see if a machine (windows) is reachable (from a VMS machine).
I am pretty much new to Unix environment.
Please help out on this....
: Dear All,
:
: I have an assignment regardign the snake game in Assembly Language under FreeBSD 4.8.
:
: I need assistance in this regard
:
:
:
Does your assignment specificaly say...
: Greetings
:
: I'm looking for freelance job, living in Ukraine, Kyiv. I've 9 years experience in Unix programming from shell scripting up to kernel level programming.
: I could also form a...
: This message was edited by Eric Tetz at 2005-1-20 21:14:23
: : when compiling programs like this, I just use c++ -o test
: : test.cpp because thats the only way I know how to use the
: :...
This message was edited by Eric Tetz at 2005-1-20 21:14:23
: when compiling programs like this, I just use c++ -o test
: test.cpp because thats the only way I know how to use the
: command-line...
: : : : Hi Folks, as a lifetime unix coder I have been asked to port a fairly
: : : : simple C application to w2k. I have little idea where to start. Should I get Microsoft Visual C++ to compile...
: Hi Folks, as a lifetime unix coder I have been asked to port a fairly
: simple C application to w2k. I have little idea where to start. Should I get Microsoft Visual C++ to compile the C code?
:...
Hi Folks, as a lifetime unix coder I have been asked to port a fairly
simple C application to w2k. I have little idea where to start. Should I get Microsoft Visual C++ to compile the C code?
How...
This message was edited by nkamp at 2004-8-23 5:23:13
Hello,
I'am not familiar with perl but I want to change a existing perl script file running under Unix. The only thing what I want to know...