On 11/11/2009 08:13 PM, Roland Plüss wrote:
Another solution would be "sprintf(&buffer[0], ... )" which is again valid since&buffer[0] is of type "char*".
&buffer[0] is exactly the same as buffer... the equivalence between pointers and arrays is quite basic C and C++, try it. :-)
Glad that you got it working anyway. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
