Why VB is popular in America!
-
Depends on the building. I think most buildings define a ground level (the entry) or a Lobby and use a letter for the definition on the elevator. My sisters apartment Building has it as such B (Basement) G (Ground) 1 (First Floor) 2 etc etc [EDIT] I use my sisters apartment as an example cause my place of living is even more complicated (yet simple). It is a split entry house. So I have upstairs and downstairs :-D
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.
Yes but when anyone says first floor here we always mean the ground floor. This confuses Brits and Aussies, and some Indians as well.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
I realized this as I was explaining the 1s floor vs 2nd floor differences[^] between UK and American english. In the UK (and India, Australia) floors are 0-indexed. The ground floor is 0, the first floor above ground is 1, and so on. The basement is usually -1. In the US (and I believe Canada too), floors are 1-indexed. The ground floor is 1, the next floor is 2 and so on. I don't think negative numbering is used for sub-ground levels. May explain why a lot of the C/C++ aficionados are European. While VB and BASIC are essentially American inventions.
Regards, Nish
My technology blog: voidnish.wordpress.com
Nishant Sivakumar wrote:
floors are 1-indexed
I don't see what that has to do with BASIC. You also seem to be saying that C is an unamerican invention -- I think you just killed dmr. :mad:
-
I realized this as I was explaining the 1s floor vs 2nd floor differences[^] between UK and American english. In the UK (and India, Australia) floors are 0-indexed. The ground floor is 0, the first floor above ground is 1, and so on. The basement is usually -1. In the US (and I believe Canada too), floors are 1-indexed. The ground floor is 1, the next floor is 2 and so on. I don't think negative numbering is used for sub-ground levels. May explain why a lot of the C/C++ aficionados are European. While VB and BASIC are essentially American inventions.
Regards, Nish
My technology blog: voidnish.wordpress.com
A ta d over simplistic I would venture to say. :)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
Nishant Sivakumar wrote:
floors are 1-indexed
I don't see what that has to do with BASIC. You also seem to be saying that C is an unamerican invention -- I think you just killed dmr. :mad:
PIEBALDconsult wrote:
I don't see what that has to do with BASIC.
It's a CodeProject meme from a few years ago where some of us (mostly John, CG and myself) would joke about C/C++ guys 0-indexing in real life vs VB guys who'd use 1-based indexing. :)
Regards, Nish
My technology blog: voidnish.wordpress.com
-
A ta d over simplistic I would venture to say. :)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
digital man wrote:
A ta d over simplistic I would venture to say.
It's all this C# I did the other day. Zapped my brains :-)
Regards, Nish
My technology blog: voidnish.wordpress.com
-
Yes but when anyone says first floor here we always mean the ground floor. This confuses Brits and Aussies, and some Indians as well.
Regards, Nish
My technology blog: voidnish.wordpress.com
I would think that is only the case in those building. Like in my sisters apartment building she lives on floor 3. You go to the elevator and press 3 or walk up the stairs till you see 3. If someone told you level 4, well they are... How to a put this delicately. "An idiot". I have stayed in hotels that have Lobby as the main. In fact there are no rooms on the main floor (conference rooms etc, but no sleeping rooms). These in particular define the "1st" floor as that above the lobby. If the conceirge tells you, "Your room is on floor 3" and you press three but really he meant 2 (cause he thinks of the lobby as 1), he should be fired or atleast given a good lashing. However, with that said there are plenty of hotels (in particual motels are this way) that have the "1st" floor defined as the ground level. Just have to be observant I think. I do see how getting a "1st" floor room might end up confusing in the states. Because in some cases it is ground and some not. So one thinks its ground and goes looking for the room and then realizes they are on the "G" level or "L" level. But any other level you need to use stairs or an elevator regardless so you quickly realize where you are and where you need to be.
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.
-
I realized this as I was explaining the 1s floor vs 2nd floor differences[^] between UK and American english. In the UK (and India, Australia) floors are 0-indexed. The ground floor is 0, the first floor above ground is 1, and so on. The basement is usually -1. In the US (and I believe Canada too), floors are 1-indexed. The ground floor is 1, the next floor is 2 and so on. I don't think negative numbering is used for sub-ground levels. May explain why a lot of the C/C++ aficionados are European. While VB and BASIC are essentially American inventions.
Regards, Nish
My technology blog: voidnish.wordpress.com
-
I would think that is only the case in those building. Like in my sisters apartment building she lives on floor 3. You go to the elevator and press 3 or walk up the stairs till you see 3. If someone told you level 4, well they are... How to a put this delicately. "An idiot". I have stayed in hotels that have Lobby as the main. In fact there are no rooms on the main floor (conference rooms etc, but no sleeping rooms). These in particular define the "1st" floor as that above the lobby. If the conceirge tells you, "Your room is on floor 3" and you press three but really he meant 2 (cause he thinks of the lobby as 1), he should be fired or atleast given a good lashing. However, with that said there are plenty of hotels (in particual motels are this way) that have the "1st" floor defined as the ground level. Just have to be observant I think. I do see how getting a "1st" floor room might end up confusing in the states. Because in some cases it is ground and some not. So one thinks its ground and goes looking for the room and then realizes they are on the "G" level or "L" level. But any other level you need to use stairs or an elevator regardless so you quickly realize where you are and where you need to be.
Computers have been intelligent for a long time now. It just so happens that the program writers are about as effective as a room full of monkeys trying to crank out a copy of Hamlet.
Yeah, I know what you are saying here. My OP was primarily meant as humor :-) I still do confuse my mom when I tell her during a phone call that Smitha's (my wife) in the 2nd floor. To my mom that indicates I live in a 3-storey home (which I don't). Nowadays I just say upstairs (in my native language, not in english).
Regards, Nish
My technology blog: voidnish.wordpress.com
-
I realized this as I was explaining the 1s floor vs 2nd floor differences[^] between UK and American english. In the UK (and India, Australia) floors are 0-indexed. The ground floor is 0, the first floor above ground is 1, and so on. The basement is usually -1. In the US (and I believe Canada too), floors are 1-indexed. The ground floor is 1, the next floor is 2 and so on. I don't think negative numbering is used for sub-ground levels. May explain why a lot of the C/C++ aficionados are European. While VB and BASIC are essentially American inventions.
Regards, Nish
My technology blog: voidnish.wordpress.com
So is there a concept of story (number of floors) in the UK? Such as a three-story building (3 floors). How often does floor overrun happen in the UK?
-
harold aptroot wrote:
VB doesn't skip 13 though
Are you saying VB pre-dates Christianity? :rolleyes:
Regards, Nish
My technology blog: voidnish.wordpress.com
-
I realized this as I was explaining the 1s floor vs 2nd floor differences[^] between UK and American english. In the UK (and India, Australia) floors are 0-indexed. The ground floor is 0, the first floor above ground is 1, and so on. The basement is usually -1. In the US (and I believe Canada too), floors are 1-indexed. The ground floor is 1, the next floor is 2 and so on. I don't think negative numbering is used for sub-ground levels. May explain why a lot of the C/C++ aficionados are European. While VB and BASIC are essentially American inventions.
Regards, Nish
My technology blog: voidnish.wordpress.com
My building is built on a hill, so the groud floor is different depending what door you use to enter. Therefore the floor are not numbered, but lettered, from A to I.
-
So is there a concept of story (number of floors) in the UK? Such as a three-story building (3 floors). How often does floor overrun happen in the UK?
Paul Watt wrote:
So is there a concept of story (number of floors) in the UK?
Such as a three-story building (3 floors).They spell it as storey I think. Yeah, someone like Dalek would say he lives in a 2-story home but the top-floor would still be the first floor. :-D
Regards, Nish
My technology blog: voidnish.wordpress.com
-
My building is built on a hill, so the groud floor is different depending what door you use to enter. Therefore the floor are not numbered, but lettered, from A to I.
kevinnicol wrote:
My building is built on a hill, so the groud floor is different depending what door you use to enter. Therefore the floor are not numbered, but lettered, from A to I.
Must be nice there! :-)
Regards, Nish
My technology blog: voidnish.wordpress.com
-
harold aptroot wrote:
VB doesn't skip 13 though
Are you saying VB pre-dates Christianity? :rolleyes:
Regards, Nish
My technology blog: voidnish.wordpress.com
-
I realized this as I was explaining the 1s floor vs 2nd floor differences[^] between UK and American english. In the UK (and India, Australia) floors are 0-indexed. The ground floor is 0, the first floor above ground is 1, and so on. The basement is usually -1. In the US (and I believe Canada too), floors are 1-indexed. The ground floor is 1, the next floor is 2 and so on. I don't think negative numbering is used for sub-ground levels. May explain why a lot of the C/C++ aficionados are European. While VB and BASIC are essentially American inventions.
Regards, Nish
My technology blog: voidnish.wordpress.com
Nishant Sivakumar wrote:
The ground floor is 0, the first floor above ground is 1
so, it's not counting floors, it's counting "floors below".
-
harold aptroot wrote:
Doesn't it?
Well that'd make it a semitic language then. :-D
Regards, Nish
My technology blog: voidnish.wordpress.com
-
harold aptroot wrote:
Doesn't it?
Well that'd make it a semitic language then. :-D
Regards, Nish
My technology blog: voidnish.wordpress.com
-
I realized this as I was explaining the 1s floor vs 2nd floor differences[^] between UK and American english. In the UK (and India, Australia) floors are 0-indexed. The ground floor is 0, the first floor above ground is 1, and so on. The basement is usually -1. In the US (and I believe Canada too), floors are 1-indexed. The ground floor is 1, the next floor is 2 and so on. I don't think negative numbering is used for sub-ground levels. May explain why a lot of the C/C++ aficionados are European. While VB and BASIC are essentially American inventions.
Regards, Nish
My technology blog: voidnish.wordpress.com
So what do they do with buildings built on the side of a hill? Here there's a ground floor entrance on the basement, the first floor and the second floor (US). The main office is at the second floor ground entrance.
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
-
So what do they do with buildings built on the side of a hill? Here there's a ground floor entrance on the basement, the first floor and the second floor (US). The main office is at the second floor ground entrance.
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
It probably depends on what side of the building you are on...
-
PIEBALDconsult wrote:
I don't see what that has to do with BASIC.
It's a CodeProject meme from a few years ago where some of us (mostly John, CG and myself) would joke about C/C++ guys 0-indexing in real life vs VB guys who'd use 1-based indexing. :)
Regards, Nish
My technology blog: voidnish.wordpress.com
Nishant Sivakumar wrote:
VB guys who'd use 1-based indexing
The guys might, but the language doesn't. One could just as easily use 1-based indexing in C/C++.