Language
Any
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...
Please Help needed to compile my first kernel program
I have compile & install new kernel 2.6.32.3 on path: /root/linux2.6.32.3/
I have written small program at path: /root/abc/
I already...
I have a script which assigns the output of a shell command to a string, for later comparison.
The command typically outputs either "Idle" or
"Uploading 1 file (102.8 KB/sec, 1 min left)"
I...
how to write code for an application that makes it open source? hope, i am clear with my view.
i mean windows was written in C and its closed whereas linux written in c is open.where is the...
I'm trying to make a script that sort's numbers that are passed as parameters.( bubblesort)
#!/bin/sh
MINPARAMETERS=2
declare -a EXITNUMBERS
HELPNUMBER
if
then
echo "The script...
Okay, so I had these three bat files I converted to shells so I could run this on Linux, which I'm operating through PuTTy.
I made another shell file which would run the other three: 1.sh, 2.sh,...
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.
Hi everybody!
Is there a free software availaible to emulate/generate an Ethernet loopback on a desktop/notebook/netbook?
I have searched the net for that kind of software but didn't get any...
The reason to use a shared library is that is saves memory space. Imagine that you develop a library that is going to be used by a lot of softwares (like zlib), it doesn't make sense that each...
hi all
i want to know how simple module is inserted in kernel?
how that module is compiled?
how 2 make makefile of that module?
plz help me.
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...
my dear freind,
google/use richard steven's advanced programming in Unix environment.
thats wgat i do normally, if cant find then reply i will give you the
link.
well!!
fork()
it divides the...
: i'm workin' on an application and i want to use it without the
: source files.
: so can the application written in java run independ of the source?
: and how can i make it? can you help me?
:...
:
: So in my opinion, the answer to the question why they used an int
: for memset is: because they weren't thinking in a rational and
: system-independant way when they wrote the C standard....
: oh i forgotten to mention it is in arm linux so i dont think these tool will b worth or r they?
:
I think all those debuggers need is a Posix enviroment, i.e any unix machine, which includes...
: hi,
: pls suggest me a fundamental book which help me in unix .
: thnk u.
: asad ahmad
: taj
:
I rough went through this book recently, though it is...