So, I'm about 10 weeks out from graduating college (a big feat since I've been to three different schools in 7 years
) and I've been desperately trying to beef up my skills.*
C++ is my strongest computer language but it seems like I can never find any books that teach more in depth about it. I've been through countless books only to finally grab the "Thinking in C++" series. It was like a complete slap in the face.
I feel like I know nothing!
Never before have I seen books talk about inlining functions (I knew they existed, just not how to use them). I've never seen any books utilize exception handling, and numerous other things that this series does.
My question is if I make it through these two books (which I'm currently working at) will that give me enough knowledge to pursue entry level programming positions? I have no professional programming experience, only professional IT experience.
I know thats kind of a broad question but I was wondering if anyone had any experience in a situation like mine : /
Don't get me wrong, I know the main parts of C++, classes, functions, pointers, memory management, data structures like lists, queues, etc etc and have written a lot of C++ code for things like a mini game engine, small C++ games written using SDL, and numerous other things. I just feel like I don't know enough : /
C++ is my strongest computer language but it seems like I can never find any books that teach more in depth about it. I've been through countless books only to finally grab the "Thinking in C++" series. It was like a complete slap in the face.
I feel like I know nothing!
Never before have I seen books talk about inlining functions (I knew they existed, just not how to use them). I've never seen any books utilize exception handling, and numerous other things that this series does.
My question is if I make it through these two books (which I'm currently working at) will that give me enough knowledge to pursue entry level programming positions? I have no professional programming experience, only professional IT experience.
I know thats kind of a broad question but I was wondering if anyone had any experience in a situation like mine : /
Don't get me wrong, I know the main parts of C++, classes, functions, pointers, memory management, data structures like lists, queues, etc etc and have written a lot of C++ code for things like a mini game engine, small C++ games written using SDL, and numerous other things. I just feel like I don't know enough : /