[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]
Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS
"B. Johannessen" wrote:
>
> no, but quite a lot of us call a[0] the first element in the a[] array,
> and we call /dev/ttyS0 the first serial port, and localhost:0 the
> first local display.
>
Yes but most users aren't programmers.
Getting offtopic here, but people always tell me it's useful to have
arrays starting at 0 otherwise you have to sprinkle -1 all over the
place? Anyone got an example? I always find i have to sprinkle -1 s
all over the place exactly because they start from 0.
Eg in my xinerama patch, converting from english screen numbering to C
array indexs.
When testing if current array index is at the end i have to do if(
current_array_index == array_lengh - 1 )
Of course it's never going to change, cause changing after decades of
common useage in most programming languages is only going to cause a
million bugs.
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latestCVS, (continued)
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latestCVS, Stephen Davies, 2002/01/05
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Brian J. Murrell, 2002/01/05
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Alban Bedel, 2002/01/06
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Rick, 2002/01/06
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Attila Kinali, 2002/01/06
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Brian J. Murrell, 2002/01/07
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, daniel carter, 2002/01/14
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Attila Kinali, 2002/01/15
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Brian J. Murrell, 2002/01/15
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, B. Johannessen, 2002/01/15
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS,
dan carter <=
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Gabucino, 2002/01/16
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latestCVS, lanzz, 2002/01/16
- Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, Gabucino, 2002/01/16
Re: [MPlayer-users] Playing on specifc Xinerama screen with latest CVS, SycOtiC Smith, 2002/01/16