Forum: C++
Feb 10th, 2007, 2:10 PM
|
|
Replies: 2
Views: 130
|
Forum: C++
Feb 10th, 2007, 9:30 AM
|
|
Replies: 2
Views: 130
Detecting if DLL is available
Hi.
I don't know much about dynamic DLL loading but I'm using a library which DLL is loaded at start in a point that is unknown to me. I dont want to require users for having this library and only...
|
Forum: PHP
Aug 6th, 2006, 12:20 AM
|
|
Replies: 2
Views: 167
Sure kurifu, thanks for looking into...
Sure kurifu, thanks for looking into this!
first the $map is initialized like this: $map = array();
and filled with new Tile()
this is how the map is saved:
|
Forum: PHP
Aug 4th, 2006, 10:27 PM
|
|
Replies: 2
Views: 167
How to save the array vars in a class?
Hi,
I'm using serialize to save an object which worked until I started using Arrays in the class. Please see this code below:
class Base extends Tile
{
var $owner;
var $resources = Array();
...
|
Forum: C
May 1st, 2006, 1:27 AM
|
|
Replies: 10
Views: 407
|
Forum: C
Apr 30th, 2006, 8:08 AM
|
|
Replies: 10
Views: 407
|
Forum: C
Apr 28th, 2006, 9:40 PM
|
|
Replies: 10
Views: 407
|
Forum: C
Apr 27th, 2006, 6:57 AM
|
|
Replies: 10
Views: 407
|
Forum: C
Apr 26th, 2006, 10:24 PM
|
|
Replies: 10
Views: 407
Safe string copy?
Hi,
strcpy is a one way to copy strings but what if I need to make sure that the dest string (buffer) is large enough to hold the source string, is there a function for that?
I could just check the...
|
Forum: C++
Apr 11th, 2006, 7:05 AM
|
|
Replies: 2
Views: 172
|
Forum: C++
Apr 10th, 2006, 8:33 AM
|
|
Replies: 2
Views: 172
HTTP compression
Hi,
I'm using HTTP 1.1 to download files from server but it could really use a compression because the total size of the files is quite much. So my question is simply, can you some how request the...
|