Presentation is loading. Please wait.

Presentation is loading. Please wait.

What is a compiler? Compiler Source code (e.g. C++) Target code

Similar presentations


Presentation on theme: "What is a compiler? Compiler Source code (e.g. C++) Target code"— Presentation transcript:

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)


Download ppt "What is a compiler? Compiler Source code (e.g. C++) Target code"

Similar presentations


Ads by Google