Giter Site home page Giter Site logo

help-gebi's Introduction

Proiectul salveaza-l pe Gebi

Descriere

Nu fi lenes, apuca-te de treaba ca ai un job de schimbat.

In fisierul de exemple o sa gasesti exemple cu lucrurile pe care trebuie sa le inveti. Incerc sa-ti dau exemple cu chestii mai dubioase, multe din ele nu se folosesc, dar e bine sa stii de ele ca exista.

In principiu ca deja stii sa programezi si ai proiecte relevante, cel mai probabil nu o sa fie la fel de multa presiune pe tine sa stii tot, dar tot trebuie sa arati ca stii ceva din c++ si ca vrei sa inveti.

Compilare

Descarca mingw de aici https://sourceforge.net/projects/mingw/

Instaleaza-l si dupa adauga-l in path

Pentru a compila si rula:

g++ <nume_fisier>
./a

Exemplu:

./"1. basic_pointers.cpp"
./a

De invatat

  • Memory management
    • Pointeri
    • Smart pointeri
    • Diferenta dintre malloc si new (malloc doar aloca memorie, new aloca - memorie si cheama constructorul)
  • Reference (si diferente intre ele si pointeri, cand folosesti ce)
  • Iteratori
  • Lib standard (sa stii cateva chestii importante, e prea stufoasa)
    • std::sort
    • std::vector
    • std::set
    • std::map / std::unoredered_map (care e diferenta)
    • std::string
  • OOP stuff
    • Clase (constructor / destructor(nu ai in java) / copy constructor / - move constructor etc)
    • Tipuri de overload la operatori
    • Inheritance
    • Polimorphism
    • Static polymorphism (function overload, templates)
    • Dynamic (pointer / reference)
    • Object slicing
    • Friend classes / functions
    • Rule of 5 / 7
    • Diferenta intre shallow copy si deep copy
    • Move semantics (legat de pointers and stuff)

help-gebi's People

Contributors

rocco2300 avatar

Watchers

 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.