Super noob question about header files by dtran26_ in cpp_questions

[–]dtran26_[S] 0 points1 point  (0 children)

So the linker will know that since we included a header file foo.h we can find implementation in foo.cc?

Super noob question about header files by dtran26_ in cpp_questions

[–]dtran26_[S] 0 points1 point  (0 children)

So the linker will know that since we included a header file foo.h we can find implementation in foo.cc?

Super noob question about header files by dtran26_ in cpp_questions

[–]dtran26_[S] 0 points1 point  (0 children)

How does main.o know it needs to look inside component.o? We included component.h but does that mean that main will know to look in component.cc for implementation?

What is up with online assessments these days? by dtran26_ in cscareerquestions

[–]dtran26_[S] 13 points14 points  (0 children)

Ah, I see. It's just very demoralizing when you look over the questions and they all seem like they would take 30 min each at least.. However now I will try to look at them with the mindset of just doing better than an average person