Tools And Utilities
Forum Post

Re: Running a c++ game on web browser

make it a cgi file if you are on linux here's a library you can use http://www.yolinux.com/TUTORIALS/LinuxTutorialC++CGI.html if you are on windows here's a little tutorial:...
Forum Post

Re: Need Help : Embedded C in Linux

Hi, There could be two aspects to embedded linux development. If you are interested on the platform specifics, like porting of linux, boot loaders and device drivers... try... 1. Building Embedded...
Forum Post

Re: Simple Shell in C++

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...
Forum Post

Liinux + C++

Is there any shorter way to make a tar ball on linux when you have maybe a 100 dependencies
Forum Post

Please Help needed to compile my first kernel program

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...
Forum Post

My script returns an error when it doesn't like the input

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...
Forum Post

(doubt) linux vs windows

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...
Forum Post

How to work with parameters in for-loop when making a script?

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 needs...
Forum Post

How to work with parameters in for-loop when making a script?

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...
Forum Post

Running Three Shells with a Shell

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,...
Forum Post

Ethernet Loopback

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...
Forum Post

Re: static or shared library?

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...
Forum Post

Re: HELP: I need help in installing the gtk+ package..

= 2.1.4... : *** 'pkg-config --modversion glib-2.0' returned 2.10.0, but GLIB : (2.6.4) : *** was found! If pkg-config was correct, then it is best : *** to remove the old version of GLib....
Forum Post

insert module in linux kernel

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.
Forum Post

Re: POINTERS AND STRINGS

: Hehe, well he is writing in C. The C standard states that main() : shall return int if the program is running in a "hosted : environment", such as on Windows / Linux / Mac. If the program is...
Forum Post

regrd performance profiler

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
Forum Post

Re: Trinoo - which language is this?

Hi, I don't know what it means. But, did you notice this : gcc -Wall -DWINDOZE -O2 disc.c -o ... failed Did you dl and installed gcc, g++ for Windows? MinGW: Minimalist GNU for Windows ?...
Forum Post

Re: reading memory size

: How do I read the size of installed memory? : Do I use BIOS interrupt? : If so I im also interested how bios is doing this. : Perhaps by writeing and reading io mapped north bridge registers. :...
Forum Post

Re: How to get root access

: I am writing a program that uses a library that needs root access in : linux and administator rights in Windows. How do I gain access in : code? : Just my 2 bits under linux you can write a...
1 2 3 4 5 6 16 26  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.