Web
WEB is a computer programming system created by Donald Knuth as the first implementation of what he called "literate programming".
Forum Post

Ether header for tagged frames

Hi, Need Help! I'm porting VxWorks code to Linux. Here in VxWorks I have a structure called ether_tag_header. What is the equivalent structure in Linux? Note: struct ether_tag_header { u_char...
Forum Post

c++ cURL and CGI on Red Hat

I have a c++ cgi program that uses cURL to communicate to paypal. I'm attaching the whole file. There's a lot of commented out nonsense in there from various things I've tried, but I don't think...
Forum Post

Low level program to read mjpeg stream

Hi all Well first I’ll just say I am a complete Linux beginner, but I have done vbs, js, php, html web type stuff so I’m not a complete beginner to programming. However I've been trying to learn...
Forum Post

Low level program to read mjpeg stream

Hi all Well first I’ll just say I am a complete Linux beginner, but I have done vbs, js, php, html web type stuff so I’m not a complete beginner to programming. However I've been trying to learn...
Forum Post

Re: Call perl program from C

Well, this post is rather old. I am returning to Programmers Heaven, so I just saw it. Ok, my sugesstion is that you could create two pipe files. You would perform this outside from your program....
Forum Post

Call perl program from C

I've been trying to call a perl program (an entire program not just a subroutine)and I really don't want to use call() or any exec() functions as I'd like to not have to initialize the perl...
Forum Post

ndbm.h and support for C++

hi, I try to use ndbm.h header file and its methods... I wrote a simple test program that just makes a call to dbm_open(); when I try to compile with gcc, it works ok. But with g++ it...
Forum Post

Bordeaux for FreeBSD coming soon

Hello, Over the last couple day's I have been working on the Bordeaux for FreeBSD 7 port. We now have everything compiling and running but a lot more testing needs to be done before it's ready for...
Forum Post

Embed Movies in .pdf LaTeX Documents

Hi, I am writing all my presentations in LaTeX. LaTeX creates .pdf files. I would like to be able to include certain movies in the .pdf files which could then be played by one single click. Is this...
Forum Post

Looking for best Perl driver for Oracle 10g on Solaris?

Hi All, I heard Oracle 10g comes with it's own driver that you can set your $ORACLE_HOME to. Can anyone enlighten me on where I can find more information on this and setting up my Solaris...
Forum Post

Re: Crosspost at Beginner C and Cpp

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

Re: cI Cannot for the life of me get this code to compile

undefined reference means that the compiler has never heard of rtupdate0, rtupdate1, etc. you must tell gcc where to find these functions so for example if you are using a unix based system you...
Forum Post

Unix pipe question

Hey folks, I've been roaming the web for an answer to my problem but have still to find an easily understandable method. I am currently writing a slightly modified "grep" tool, with the added...
Forum Post

Re: IPC - paricularly pipes & sockets

Don't know if you have already come across any of these but here we go anyway: Spencer's socket site (include links to sample code) http://www.lowtek.com/sockets/ Beej's Guide to Network...
Forum Post

Re: getch() , how to use it in Unix

you're getting the errors because you didn't link to the curses library when you compiled your program. Try: gcc program.c -o program -lcurses I'm not sure that your program will work because...
Forum Post

Re: Perl and Batch files

: : Hi! Me and my friends are building a shell that are going to work in UNIX. The final part that we want to implement is that it are going to accept batch support - anyone in here who knows that?...
Forum Post

Re: How Do I Start Game in Assembly

: : Dear All, : : : : I have an assignment regardign the snake game in Assembly Language under FreeBSD 4.8. : : : : I need assistance in this regard : : What do you need help with? Is it...
Forum Post

Re: system() ?

: Can fork() be specified with additional parameters for the new spawned process? : I looked in to the msdn and it seems that the fork that is under Unix is called createProcess for Windows Here...
Forum Post

Re: Gethostbyname Network problems

: Your right very new to C/C++ I have a book but i find it easier to lean with the book and code, the only problem is, is that i cant find a book that gos into sockets in any real detail with out it...
1 2 3 4 5 6 7 8 9  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.