User talk:SieQ: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(greet)
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Hi! Welcome to the VDC, and thanks for doing translation. &mdash;'''[[User:Maven|Maven]]''' <sup>([[User talk:Maven|talk]])</sup> 19:49, 6 Nov 2005 (PST)
Hi! Welcome to the VDC, and thanks for doing translation. &mdash;'''[[User:Maven|Maven]]''' <sup>([[User talk:Maven|talk]])</sup> 19:49, 6 Nov 2005 (PST)
Was that really an infinite loop?  CUtlVector manages the array so 1 is moved to 0 when the 0<sup>th</sup> is removed... I've seen it done in Source b4 also&mdash;'''[[User:Ts2do|ts2do]]''' 17:18, 19 Jan 2006 (PST)
:You just didn't remove any element of CUtlVector, so the while loop never finished. --[[User:SieQ|SieQ]] 02:26, 20 Jan 2006 (PST)
oh right! I can change it back to 0 now though&mdash;'''[[User:Ts2do|ts2do]]''' 11:58, 20 Jan 2006 (PST)

Latest revision as of 12:58, 20 January 2006

Hi! Welcome to the VDC, and thanks for doing translation. —Maven (talk) 19:49, 6 Nov 2005 (PST)

Was that really an infinite loop? CUtlVector manages the array so 1 is moved to 0 when the 0th is removed... I've seen it done in Source b4 also—ts2do 17:18, 19 Jan 2006 (PST)

You just didn't remove any element of CUtlVector, so the while loop never finished. --SieQ 02:26, 20 Jan 2006 (PST)

oh right! I can change it back to 0 now though—ts2do 11:58, 20 Jan 2006 (PST)