What is "H" in MSVC ++?

I was thinking about my code and I accidentally clicked Ln 74

at the bottom of the MSVC ++ window. I got the screen that said Line number (1 - 136):

and it moved the cursor to the entered line. When I click on Col 1

or Ch 1

, I get the same screen.

I know what it Ln 74

means i'm on line 74, which Col 1

means i'm in column 1, but what does it mean Ch 1

?

+1


a source to share


2 answers


Symbol 1?



+6


a source


As Paul wrote, this is probably character. The difference between a column and a character has to do with the width of the tabs. A tab is one character that can span multiple columns.



+2


a source







All Articles