Wolframore
- Joined Jan 21, 2019
- 2,619
Back when I started my editor didn’t add line numbers. I remember skipping numbers so I could add lines in-between later.Of course you need line numbers. Did you ever get an error in your C code that the debug software caught? It always refers to the LINE NUMBER!
In BASIC editors the line numbers are automatically inserted for you so you rarely have to think about them. But when you have an error, they are easy to find.
Hey what do you know... my editor does have line numbers... never noticed cause it's never been important like it is in BASIC... for instance you can't use the GOTO command... it doesn't work.
If you want to list the annoying things about C/C++ don't forget all the formatting requirements... you get used to it but it's a challenge at first... luckily most editors will check for these issues and compiler also flags errors. Then a quick look at reference should be all that's required to fix the issue...
I like being able to call up subroutines by name.
But sorry to discount the pain of learning a new programming language. it is a pain and I am no expert but from where I stand I like what it's able to do. It really makes the main program simpler and it is better organized if you look at it from a structure point of view.
Last edited: