Talk:Read a file line by line: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Some constraints?: new section)
m (clarifified how to enable prompting when not entering an edit summary.)
Line 10: Line 10:
-----
-----


Click on:
Under
::::* {option)   Preferences
* My preferences
* (tab) Editing
::::* (tab)   Editing
* checkbox: [] Prompt me when entering a blank edit summary.
::::* (checkbox) &nbsp; <big>[ ]</big> &nbsp; Prompt me when entering a blank edit summary.
* click on Save
::::* (button) &nbsp; Save


-- [[User:Gerard Schildberger|Gerard Schildberger]] 16:31, 8 July 2012 (UTC)
-- [[User:Gerard Schildberger|Gerard Schildberger]] 16:31, 8 July 2012 (UTC)

Revision as of 23:38, 8 March 2015

C++ could use an STL-algorithm implemented solution, ala: http://stackoverflow.com/questions/1567082/how-do-i-iterate-over-cin-line-by-line-in-c/1567703#1567703


Could someone show the NetRexx Solution? Thanks in advance!

YOY can't I get used to entering the summary
Could a prompt be implemented when one saves without summary?

--Walterpachl 16:20, 8 July 2012 (UTC)



Click on:

  • {option)   Preferences
  • (tab)   Editing
  • (checkbox)   [ ]   Prompt me when entering a blank edit summary.
  • (button)   Save

-- Gerard Schildberger 16:31, 8 July 2012 (UTC)

Some constraints?

I'd like to see some constraints on this task. This task is a potential example of the classic "buffer overflow" problem, and neglecting to even mention that issue in this context seems irresponsible. Perhaps we could impose some reasonable line length limit? (Would a megabyte be a reasonable line length limit?) --Rdm (talk) 23:06, 8 March 2015 (UTC)