No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: Im guessing it's because on your last line of the program you have an extra " after fi. | |
Ive recently spent a lot of time using BSD sockets in Linux to do socket programming. I have written this howto with samples to show a person how to send a message buffer. Feel free to comment on this and correct anything that you think i have said wrong or … | |
Re: I know this post is old, but in case future people are wondering...... The GNU make utility looks for only these file names in order "GNUmakefile" ,"makefile","Makefile"...... but for the most part never use the first one.... there are other make utilities and they only look for the latter two. … | |
Re: Do you need to talk to the comm port using Windows or Linux? | |
Re: another way to keep it open for as long as you wish would be to just declare an int(or really any type for that matter) and then read it in place this where you have cin.get above... this does the same thing.. it will wait until you press return to … | |
Re: [QUOTE=army88m2;663647]I was wondering if this code was correct or not. I am trying to copy all the files and subdirectories in one directory to a newly created directory. cp -R dir/*newdir/* any suggestions?[/QUOTE] cp -r dir/* newdir/ | |
Re: this problem was solved by changing the kernel type from 2.4 to 2.6 |
The End.