Giter VIP home page Giter VIP logo

ufmg-pds2's Introduction

โ™ ๏ธ Description

This repository contains all programs developed in C++ while studying computer science at Federal University of Minas Gerais (UFMG).

๐Ÿš€ Running

To run any program, use g++ to compile them through the own folder:

g++ <filename>.cpp <implementation>.cpp -o ./main.out && ./main.out

Change <filename> and <implementation> by the desired program and implementations (if exists).

Example inside the fundamentals/introduction folder: g++ helloWorld.cpp -o ./main.out && ./main.out

You can generate main.out with another extension like .exe, so use the one that works on your OS.

๐ŸŒ‘ Fundamentals

The folder fundamentals contains all programs developed in the first module of the course, such as: introduction, memory, Abstract Data Types and Standard Template Library.

Introduction

The folder introduction contains basic programs to learn and pratice C++ syntax.

Memory

The folder memory contains programs to learn about pointers and dynamic memory.

ADTs - Abstract Data Types

The folder abstractDataTypes contains programs to learn about adts, structs and good practices when developing definitions and implementations.

STL - Standard Template Library

The folder standardTemplateLibrary contains programs to learn about STL, the main C++ library to work with containers, iterators and algorithms.

๐ŸŒ’ POO Basic

The folder poo_basic contains all programs developed in the third module of the course, such as: attributes, methods, encapsulation, inheritance and polimorfism.

๐ŸŒ“ POO Advanced

The folder poo_advanced contains all programs developed in the fourth module of the course, such as: overflow, polimorfism, polygons and ring arrays.

๐ŸŒ” Correct Programs

The folder correct_programs contains all programs developed in the fiveth module of the course.

๐ŸŒ• Almost 100 in this subject!


Organized with Commitizen

Made with โ˜• and C++

ufmg-pds2's People

Contributors

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