Forum: C++ Aug 29th, 2008 |
| Replies: 0 Views: 1,835 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... |
Forum: C++ Aug 29th, 2008 |
| Replies: 5 Views: 1,220 Actually it should function as intended.... -o doesn't necessarily need a name... the default is a.out. |
Forum: C++ Aug 28th, 2008 |
| Replies: 5 Views: 1,220 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... |
Forum: Shell Scripting Aug 28th, 2008 |
| Replies: 6 Views: 1,578 Im guessing it's because on your last line of the program you have an extra " after fi. |
Forum: C++ Aug 21st, 2008 |
| Replies: 10 Views: 1,424 oops.... my fault i meant it's in windows.h |
Forum: C++ Aug 21st, 2008 |
| Replies: 10 Views: 1,424 Talking to the comm port in Windows you should use the winsock.h library.
In linux the procedure for writing to the port is exactly the same as writing to a file.
Steps:
open() //the first... |
Forum: C++ Aug 20th, 2008 |
| Replies: 9 Views: 1,381 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... |
Forum: C++ Aug 20th, 2008 |
| Replies: 10 Views: 1,424 Do you need to talk to the comm port using Windows or Linux? |
Forum: IT Professionals' Lounge Aug 14th, 2008 |
| Replies: 2 Views: 952 |
Forum: IT Professionals' Lounge Aug 13th, 2008 |
| Replies: 1 Views: 718 this problem was solved by changing the kernel type from 2.4 to 2.6 |