Search Results

Search: Posts Made By: cb.mark
Forum: Programming 12-02-2006
11,918
Posted By cb.mark
brilliant. Popen did just what i wanted. thanks!
brilliant. Popen did just what i wanted. thanks!
Forum: Programming 12-01-2006
11,918
Posted By cb.mark
Basically i have a fork and a execl i need to...
Basically i have a fork and a execl i need to send the output of the execl instead of onto the screen, into a variable. I need to do this as the need to send it over a socket. I have writing the...
Forum: Programming 12-01-2006
3,058
Posted By cb.mark
Basically i have a fork and a execl i need to...
Basically i have a fork and a execl i need to send the output of the execl instead of onto the screen, into a variable. I need to do this as the need to send it over a socket.
Forum: Programming 12-01-2006
11,918
Posted By cb.mark
I want to change stdout to instead of displaying...
I want to change stdout to instead of displaying on a monitor put it in a variable.
Forum: Programming 12-01-2006
3,058
Posted By cb.mark
FILE to String data types
Hi,
I am trying to read a FILE data type into a String data type, I tried to make the FILE* veriable just equal the String veriable but i get:

Conversion from 'FILE*' to 'String' is ambiguous
...
Forum: Programming 12-01-2006
11,918
Posted By cb.mark
stdout to a variable?
Hi, I need to set stdout to go to a String variable, has anyone got any ideas?
Forum: Programming 11-23-2006
2,822
Posted By cb.mark
Perl CGI Scripts
I need to create a webserver to run Perl CGI Scripts. Anyone have any ideas or good links?
Yes I know there are lovely programs out there, but I need to build one in C.

Thanks!
Forum: IP Networking 11-10-2006
3,072
Posted By cb.mark
Simple Web Server
Hi i am looking to design a simple web server for a local machine to work along dansgaudian. The server need to display a cgi perl script that gives the user notification of an 'Access Denied'.
...
Forum: Programming 11-10-2006
4,080
Posted By cb.mark
DansGuardian has a few requirements. It requires...
DansGuardian has a few requirements. It requires Squid for the web proxy, and it requires a web server like Apache.
http://linsec.ca/bin/view/Main/DansGuardian

Also:
The server is used to...
Forum: Programming 11-10-2006
4,080
Posted By cb.mark
yes it has. to display the output of the blocked...
yes it has. to display the output of the blocked webpages. I know it seems pointless but its a project.
Forum: Programming 11-10-2006
4,080
Posted By cb.mark
Web server for dansguardian
Hi, I am currently doing a project to remove the dependency on a web server of dansguardian if anyone has any tips or points either on sections of code I need to modify or about how to build a very...
Forum: Programming 10-07-2006
9,229
Posted By cb.mark
Thanks
Thanks i got it working. It was a missed out tab.
36,680
Posted By cb.mark
Thanks
Thanks so much! It was the fact I didn't have the <tab> instead i had spaces.
36,680
Posted By cb.mark
makefile error
Hi, i have am make file problem too. It is driving me mad!

My make file is:
Code:

program : main.o a.o b.o
cc -o program main.o a.o b.o
main.o : main.c
cc -c main.c
a.o : a.c
...
Forum: Programming 09-29-2006
9,229
Posted By cb.mark
Another Make File Problem
Hi, i have am make file problem too. It is driving me mad!

My make file is:

program : main.o a.o b.o
cc -o program main.o a.o b.o
main.o : main.c
cc -c main.c
a.o : a.c
cc...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 10:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy