Sorry, a comment I attempted to post on John-Scott's blog (of http://blog.portable-eggplant.org/) had a bunch of the code removed from it. Just posting it here so it's not lost.
Hey John,
So I was out of town for the weekend (without internet access even!!).
But by trimming I simply mean...
schwotte,
Thanks for the reply -- sorry to take so long in getting back. I tried your solution and saw some small progress but still was unable to get php working correctly.
Instead i went through and backed up all my config files and reinstalled all my php and apache packages (turns out...
Hey guys,
I'm hoping that someone with more xml experience can see the easy explanation as to why i'm having difficulties here. Basically I'm attempting to extract elements from a gpx file (xml file for gps data). I had this working in rexml but it was TERRIBLY slow.
And, I can actually get...
Hey guys,
So I'm having problems with php5 on apache2. Basically, instead of the server executing the php scripts, it prompts you to dl the source.
The php files in question are for my wiki (dokuwiki) which was running fine until i upgraded my solaris10 box the other night (using blastwave...
Perf,
Thanks. You're right it does work. I was just staring at it too long and had my client testing it out right before i overwrote the entire array with clean data (ugh...).
Thanks for the info on std::vector as well.
Hi.
I'm trying to figure out how to overload operator[] for use in a 2d array of ints class: TwoDArray.
I need to be able to access the array data using normal 2d array notation like this:
TwoDArray temp; // constructors set to temp[10][10]
temp[5][6] = 2;
My TwoDArray class inherits a 1d...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.