Code Monkey home page Code Monkey logo

beginningcppprogrammingfrombeginnertobeyondnotes's Introduction

BeginningCppProgrammingFromBeginnerToBeyondNOTES

Notes from the Udemy Course Beginning C++ Programming Fromm Beginner to Beyond

NOTES for Udemy course Beginning C++ Programming - From Beginner to Beyond

Why learn C++

C ++ is super fast. It's a general purpose programming language that supports both procedural and object oriented programming.

Caveat C++ is complex.

Modern C++ and the C++ standard.

Classical C++ Pre C++11 Modern C++ post C++11

How does it all work?

Program is like a recipe for the computer. It tells it what to do.

Programming language ( the source code ) is high level and intended for humans. This is C++, Java, python ect.

You'll use an editor to write the source code.

Binary code ( object code ) is low level for the computer to understand.

A compiler translates from high-level to low level.

Linker links together our code with other libraries.

Finally Test and debug

The C++ Build Process

Write source code .cpp

Then Compiler turns translates the source code into object code .obj

Finally the object files and any libraries that our program requires must be linked together.

This final step creates an executive file that can run. On windows its .exe linux and mac don't have an extension.

Installation of code lite on ubuntu.

sudo apt install build-essential

g++ --version

To install CodeLite go to https://wiki.codelite.org/pmwiki.php/Main/Repositories#toc1

Next video configuring codelite on ubuntu linux ...

beginningcppprogrammingfrombeginnertobeyondnotes's People

Contributors

vrmn avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.