Search Results

Search: Posts Made By: hansel13
10,992
Posted By hansel13
Ha! Actually yeah that's a typo, not sure how I...
Ha! Actually yeah that's a typo, not sure how I got that from copying and pasting my code.

Anyway, no need for this thread anymore, I've finished this assignment.
10,992
Posted By hansel13
Creating background process for my shell
I actually posted this problem on a different forum, but figured this would be a more appropriate place to post it.

OK so I've created my own shell, but I can't get the background process...
1,705
Posted By hansel13
Program output overflows
I Wrote code that forks into two processes, a parent process, and a child process. The parent process will take the arguments to main() and send them one character at a time to the child process...
Forum: Open Source 04-10-2009
338,563
Posted By hansel13
I'm using vi
I'm using vi
Forum: Programming 04-10-2009
5,020
Posted By hansel13
delete this
delete this
Forum: Programming 04-09-2009
5,020
Posted By hansel13
Thank you, that clears it up. Everything works...
Thank you, that clears it up. Everything works now...


int main(int argc, char* argv[])
{
int i = 1;

for(i = 1; i < argc; i++)
{
if(i > 1)
{
...
Forum: Programming 04-09-2009
5,020
Posted By hansel13
Combining multiple command line arguments
suppose the user enters: ./Myfile blah1 blah2 blah3

I want to be able to read that in as: blah1blah2blah3
IN ONE VARIABLE

Obviously I can print it out in one line excluding the white space,...
Showing results 1 to 7 of 7

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