Coder Social home page Coder Social logo

mgtu-cpp-public's Introduction

mgtu-cpp-public

####Что студент знает после лекции 1

Ниже представлен список того, что, ожидается, студент знает после того, как прослушал лекцию 1 по АЯП. Знание этих материалов будет отрабатываться на лабораторной работе 2.

  1. Спецификатор auto (C++11) (http://ru.cppreference.com/w/cpp/language/auto)
  2. Range-based for loop (http://ru.cppreference.com/w/cpp/language/range-for)
  3. Namespace (http://ru.cppreference.com/w/cpp/language/namespace)
  4. Class declaration (http://ru.cppreference.com/w/cpp/language/class)
  5. Объявление переменной -- объекта класса
  6. Спецификаторы доступа к членам класса (http://en.cppreference.com/w/cpp/language/access)
  7. Члены класса: поля, методы; объявление и реализация метода
  8. Конструктор класса (путано) (http://en.cppreference.com/w/cpp/language/default_constructor, http://en.cppreference.com/w/cpp/language/copy_constructor, http://en.cppreference.com/w/cpp/language/explicit, http://www.tutorialspoint.com/cplusplus/cpp_constructor_destructor.htm (см. parametrized))
  9. Move-конструктор (непонятно) (http://en.cppreference.com/w/cpp/language/move_constructor)
  10. Деструктор класса (http://en.cppreference.com/w/cpp/language/destructor)
  11. Статические члены класса (без примера, непонятно) (http://en.cppreference.com/w/cpp/language/static)
  12. Указатель this (http://en.cppreference.com/w/cpp/language/this)
  13. Friend class, friend function (http://en.cppreference.com/w/cpp/language/friend)

mgtu-cpp-public's People

Contributors

mironenko avatar

Watchers

Anne 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.