Friday, July 3, 2015

Digest for comp.lang.c++@googlegroups.com - 2 updates in 2 topics

"Öö Tiib" <ootiib@hot.ee>: Jul 03 02:58PM -0700

> > thread are appreciated.
 
> I hope people will realize the C++ community needs the
> C++ Middleware Writer just as we need the C++ community.
 
I think you are OK and all ... but I do not even see what is the
significance of your data serialization/deserialization/transfer utility
compared to any other similar thing. It is code like any other piece
of code. None of pieces of code can compare with community of humans,
so I don't get what you are saying.
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Jul 03 03:38PM +0100

On 01/07/2015 11:45, Alf P. Steinbach wrote:
>> be a good learning experience to fix it.
 
> I see no problem with other than that it may produce spurious warnings
> about signed/unsigned comparison (which however is safe).
 
The problem is you are using the wrong type for the job: the correct
type to use here is either 'std::size_t' or
'std::vector<int>::size_type' and not 'int'. Lazy fuckers who infect
all of their code with 'int' need to be using Java and not C++.
 
/Flibble
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.lang.c+++unsubscribe@googlegroups.com.

No comments: