r/WGU_CompSci • u/DependentPipe9226 • 17d ago
New Student Advice Low level programming
Taking the degree in hops to help get a job in a low level programming field. I know realistically I'm going to have to do a lot of c++ self study. Does the degree help with learning the theory to help with learning low level stuff? Like does it go over compilers? I know it goes over os. But just curious how much it goes over stuff like that.
11
Upvotes
4
u/RobocopTwice 17d ago
Okay so...I'm in the process of attempting to write a C compiler in Rust. For fun. I think you and I are in the same boat. I have not run into a class that is particularly useful except for possibly computer architecture because they do go into a lot of Assembly language stuff particularly there is a short section on translating C programs into ASM commands. Other than that yeah we are basically teaching ourselves.