display line numbers?

Is there a way to display the line numbers?

Thanks,

jrkopacz

The lines numbers of what?

The line numbers on my program. So I don't have to count from the first line when I have an error on line 243.

The line # of the cursor's position is displayed at the bottom left of the window. Not quite the same as proper line numbers I admit, but AFAIK as good as it gets in the IDE.


Rob

You could also consider using an external editor like notepad++ on the windows platform that uses linenumbers and has c++ highlighting.

Check the Filemenu -> preferences