No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
My question is how would I implement sending arguments to a program running in the background? Can anyone point me in the right direction? | |
Re: All you have to do is include the .cpp file [CODE]#include "abc.cpp"[/CODE] and compile only the .cpp with the main(). You need to use "" because the, <>, are telling the compiler the included files are in the main compiler library where all the headers are located such as the … | |
So I am in the process of writing simple client type program that send files over ssh. My goal is to have a shell script that interacts. for an example if i wanted to send a file to the server it wound be something like 'foo send FILENAME'. My question … | |
So my goal for a project of mine, is to output the values of variables into their respected locations in PDF file. Where would I need to look to get started on this? Are there any library's anyone would recommend? |
The End.