i think i may have an interest in learning a programming language since i like computers
i have seen binary and that does not seem interesting.
should i start learning a language, and what should i start learning?
-
If you're going to start learning to program, DO NOT START WITH C++. You will be far better off learning a high-level language which conforms-to and enforces OO, is not loosely/duck typed, exposes you to low-level array manipulation, etc... like C#.