Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for n30h4x

My question is how would I implement sending arguments to a program running in the background? Can anyone point me in the right direction?

Member Avatar for n30h4x
0
204
Member Avatar for beaverkill

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 …

Member Avatar for n30h4x
0
7K
Member Avatar for n30h4x

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 …

Member Avatar for n30h4x
0
157
Member Avatar for n30h4x

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?

Member Avatar for n30h4x
0
127

The End.