wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.09k stars 1.76k forks source link

wxFFile docs should mention MSDOS text/binary distinction #19419

Closed wxtrac closed 2 years ago

wxtrac commented 24 years ago

Issue migrated from trac ticket # 54

component: documentation | priority: normal

2000-10-08 07:03:59: bgdarnel created the issue


I just spent an hour and a half tracking down an obscure bug in my program under Windows which turned out to be caused by my use of "r" instead of "rb". The use of "b" should be documented, as Unix programmers may not be familiar with this nuisance.

wxtrac commented 23 years ago

2000-10-20 17:49:21: @vadz commented


it's mentioned in the C docs too but I guess it doesn't cost much to mention it here as well... done.