While I would agree with kebo, I would also say that since you are using C++ a good background in OO design would do you good. Just because you know a language, syntax, keywords, etc, that doesn't mean you can design large programs well. I would suspect no matter where you end up, if you program, you are also going to have to design as well. In fact if you can design something well, then you'll save a lot of time in the long run debugging / modifying code.
|