Boost logo

Boost Users :

Subject: Re: [Boost-users] scatter error
From: alev mutlu (koor230_at_[hidden])
Date: 2010-03-16 12:20:24


Ok, I've removed the concatenation part, but the errors remain unchanged.
I should be doing worng elsewhere.

On Tue, Mar 16, 2010 at 5:00 PM, Steven Watanabe <watanabesj_at_[hidden]>wrote:

> AMDG
>
>
> alev mutlu wrote:
>
>> for(int i = 0; i < arraySize; i++){
>> c.field_name = "field_name=" + i;
>> c.field_type = "field_type=" + i;
>> c.field_ref = "field_ref=" + i;
>> c.field_colType = "field_colType=" + i;
>> C.push_back(c);
>> }
>>
>>
>
> This does pointer arithmetic, not string concatenation.
>
> In Christ,
> Steven Watanabe
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net