Download presentation
Presentation is loading. Please wait.
Published byShauna Payne Modified over 6 years ago
1
What is a compiler? Compiler Source code (e.g. C++) Target code
class D : public C { public: int foo(std::string & s); } int D::foo(std::string & s) return s.length(); Compiler Source code (e.g. C++) Target code (e.g. machine code)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.