Forum: C++ Nov 27th, 2005 |
| Replies: 3 Views: 3,845 Alrightie then... I think all is well, and I've organized it a little more and taken care of that local IP-thing.. Now all that is left is to test it with someone running a Linux and see how it... |
Forum: C++ Nov 27th, 2005 |
| Replies: 3 Views: 3,845 Hey!! Ahh, all day I've been trying to learn something new, so reading over tutorials I compiled my first socket app!! The only problem is, it isn't working the way I would like it to, and I was... |
Forum: C++ Nov 13th, 2005 |
| Replies: 5 Views: 1,236 Hmmm, looks like dee_dee is quite new at this.. are you learning it in school?? Lets fix a few things here... mostly it's correct..
#include <iostream>
using namespace std; // (replaces the prior... |
Forum: C++ Nov 11th, 2005 |
| Replies: 2 Views: 1,494 ITTT WOOOORRRKKSS !! :p
Aww, thankie.. Stupid me, I thought that strcpy required an additional header... And yea ModStr(strMyString); makes sense, actually I knew that and I don't know why I was... |
Forum: C++ Nov 11th, 2005 |
| Replies: 2 Views: 1,494 Hey! I'm learning C++ and pointers are pretty new to me, I can work with them a little but still don't see the point to them.. ok, well, I do.. For example, passing variables byReference! But that's... |