Forum: C++ Jul 13th, 2009 |
| Replies: 3 Views: 1,255 Ahh ok
so I should go back and make all me #include <string.h>'s into #include <string> ?
Thanks |
Forum: C++ Jul 13th, 2009 |
| Replies: 3 Views: 1,255 Hi guys. I'm aware of the requirement to specify std:: as the namespace for string in some way ( whether it be using namespace std etc) - but the following error has stumped me as to its cause.
... |
Forum: C++ Apr 6th, 2009 |
| Replies: 8 Views: 450 Thanks, but I dont think that the namespace option is right for this.
The point of having the list of "unknown" managers, is that for each message that is incoming (sockets) - it will iterate... |
Forum: C++ Apr 3rd, 2009 |
| Replies: 8 Views: 450 Thats fantastic- thanks for that!
I haven't really looked into enums yet so I'll have to explore that once I start getting more than one manager ( because as I said these managers are singletons,... |
Forum: C++ Apr 3rd, 2009 |
| Replies: 8 Views: 450 ok - so this is my first even STL implementation (sort of)... so is this the sort of thing I'm looking for?
class Manager {
protected:
virtual int run(string msg);
}
class... |
Forum: C++ Apr 3rd, 2009 |
| Replies: 8 Views: 450 That sounds very helpful - if it werent for the fact I'm not sure what you mean by "dynamic cast" when I need to retreive the object back out again.
As their singletons I'll probably be storing... |
Forum: Game Development Apr 3rd, 2009 |
| Replies: 4 Views: 1,203 I'm working on one myself, and for 3D graphics I'm using Ogre3D (its pretty damn good). its LGPL so you wont (necicarily) have to release your source code if thats an issue for you... I'm working... |
Forum: C++ Apr 3rd, 2009 |
| Replies: 8 Views: 450 Hi,
I'm trying to create an array or <list> of different objects ( of different type).
All of the objects will have parent objects of a Manager type, but each one ( as a singleton) will be in... |
Forum: C++ Dec 30th, 2008 |
| Replies: 6 Views: 357 Hmmm ok.
both were compiled with the command:
g++ test1.cpp
then they were created into a.exe.
which library is the C++ as opposed to the C?.
Also - is there a specific library list that... |
Forum: C++ Dec 30th, 2008 |
| Replies: 6 Views: 357 Hi,
I've just been looking at Hello World applications for programmign CGI's - and ive discovered that:
#include <stdio.h>
int main(void) {
printf("Content-Type:... |
Forum: Perl Dec 22nd, 2008 |
| Replies: 11 Views: 1,557 |
Forum: Perl Dec 22nd, 2008 |
| Replies: 11 Views: 1,557 Ok thanks,
Do you know of any other alternatives to perl/CGI etc that means my code is secure but still cross platform?
Thanks |
Forum: Perl Dec 21st, 2008 |
| Replies: 11 Views: 1,557 Ok,
I completely understand that to compile the code is no sure means to secure it - because as you said if someone wants it enough they will get in.
What I am asking is "Is there a specific... |
Forum: Perl Dec 21st, 2008 |
| Replies: 11 Views: 1,557 Yup - I completely understand the fact that if someone really wants to crack the source they can. What im trying to do is to make that as diffucult as possible.
Im trying to secure a php through... |
Forum: Perl Dec 21st, 2008 |
| Replies: 11 Views: 1,557 So what exactly do you mean by that? - I dont understand you. |
Forum: Perl Dec 20th, 2008 |
| Replies: 11 Views: 1,557 Hi,
Firstly Ill say that I'm a comlete newbie to perl, and this is more of an investigation question than a code one.
I want to use perl for a CGI script- however I need the source code to be... |
Forum: Windows NT / 2000 / XP Jun 29th, 2008 |
| Replies: 7 Views: 698 ok, couldnt get the online scan working - im not using a remotely recent version of IE ( and i hate teh damn thign as well all hail FF)
downloaded the spyware program, ran it, it scanned removed... |
Forum: Windows NT / 2000 / XP Jun 29th, 2008 |
| Replies: 7 Views: 698 Ive downloaded the program as instructd, hwoever i not a trend micro user, and their online scan thign didnt work just hung at reading browser setup etc.
Ill try those scannes now thanks |
Forum: Python Jun 28th, 2008 |
| Replies: 0 Views: 1,042 Hi.
*** SHORT QUSETION:
Is there a way I can run a <large> socket server withought having to have a thread for each client/socket created?
***LONGER EXPLAINATION
IVe recently written a... |
Forum: Windows NT / 2000 / XP Jun 28th, 2008 |
| Replies: 7 Views: 698 Hi,
I recently discovered a few small changes to my systen:
explorer: tools -> options was missing. re-enabled through a registry edit
taskmgr: file -> new task (run...) is still missing. ... |
Forum: PHP May 29th, 2008 |
| Replies: 3 Views: 930 ok.
yes - ive got copyright for abc.def.com
Im setting it up for someone else, and their using google pages, but they have the personal account and arent using google apps - so i dont... |
Forum: PHP May 29th, 2008 |
| Replies: 3 Views: 930 Hi,
Im trying to find out about redirecting my site to another daomain - and I couldnt quite pick the right forum to post in so this seemed the best one since im most familiar with PHP.
short... |
Forum: Python Mar 6th, 2008 |
| Replies: 8 Views: 2,218 Ok,
I looked at some tutorials on *tgolden* which was recomended to me by a friend.
There is one tutorial that walks through opening the file through teh shellExecute function, and it opens... |
Forum: Python Mar 5th, 2008 |
| Replies: 8 Views: 2,218 Ok,
Nowe I hate to have to ask, but is there a default width of column size that would fit A4 paper? If i know what my margins from side will be, how would I then implement that into the code?
... |
Forum: Python Mar 5th, 2008 |
| Replies: 3 Views: 689 This is jsut off the top of my head, but its simewhere in he "lib" folder of your python installation.
if your on windows:
import sys
print sys.path
that will list the locations that... |
Forum: Python Mar 5th, 2008 |
| Replies: 8 Views: 2,218 hmmm ok.
Ive printed off and i plan on going through that turoail'/ code on the link you provoded (thanks). Im still not sure about the line numbering. As im sure your all aware, its easy to loop... |
Forum: Python Mar 4th, 2008 |
| Replies: 8 Views: 2,218 Hi,
Im relatively experienced with the Python language, but i have a smaller knowledge of its modules etc. Im familiar with Tkinter, basic sockets, basic threading, math ( i know the most about).... |