Forum: C++ Feb 18th, 2008 |
| Replies: 3 Views: 3,546 Thanks for the quick reply. I've got the IPv6 part working now. Hope it helps others in the future =)
Reference at:... |
Forum: C++ Feb 18th, 2008 |
| Replies: 3 Views: 3,546 Hi,
I'm still pretty new to socket programming and I'm using Fedora Core 5. Currently I need a simple IPv6 client to send text messages to an IPv6 Server. From some sample codes that I have gotten,... |
Forum: C++ Jan 20th, 2008 |
| Replies: 2 Views: 545 Usually i can see the ESSID by running the command iwconfig. I've been searching and trying out various methods but I cant seem to capture the ESSID name using C++. I'm pretty sure it can be done,... |
Forum: C++ Jan 20th, 2008 |
| Replies: 2 Views: 545 Hi,
I'm using fedora core and i'm trying to write a c++ program to read the ESSID of my current wireless connection. Is there a way to do so?
KiaN |
Forum: C++ Jan 18th, 2008 |
| Replies: 4 Views: 1,462 Thanks! it worked =)
KiaN |
Forum: C++ Jan 18th, 2008 |
| Replies: 4 Views: 1,462 Hi,
I'm still pretty new to c++ programming in Fedora Core. I've successfully done up my c++ code and it can run when i did:
gcc -o test test.c
./test
However, is there a way which i could... |