All Projects â†’ Novout â†’ cpp4noobs

Novout / cpp4noobs

Licence: MIT license
📘 Tutorial C++ in Brazilian Portuguese

Projects that are alternatives of or similar to cpp4noobs

bare bones
Ada Bare Bones OS development tutorial source code
Stars: ✭ 74 (-38.84%)
Mutual labels:  tutorial-exercises
k8s-101
Kubernetes Intro Workshop
Stars: ✭ 16 (-86.78%)
Mutual labels:  tutorial-exercises
android-cuberto-dialog-design
This is an implementation inspired by beautiful design by Cuberto on his Dribble page, which can be found here https://dribbble.com/shots/3206606-Landing-page-wip
Stars: ✭ 15 (-87.6%)
Mutual labels:  tutorial-exercises
Build Your Own X
🤓 Build your own (insert technology here)
Stars: ✭ 125,520 (+103635.54%)
Mutual labels:  tutorial-exercises
Learn React App
Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
Stars: ✭ 3,364 (+2680.17%)
Mutual labels:  tutorial-exercises
RxJava-Codelab
Codelab project for demonstration of RxJava features
Stars: ✭ 44 (-63.64%)
Mutual labels:  tutorial-exercises
Monthly-App-Challenge-2022
Retos mensuales de la comunidad MoureDev para crear pequeñas aplicaciones en base a requisitos
Stars: ✭ 153 (+26.45%)
Mutual labels:  tutorial-exercises
MAC0460
All contents from the course MAC0460 - An introduction to machine learning
Stars: ✭ 48 (-60.33%)
Mutual labels:  tutorial-exercises
api.symfony-3.crud
Symfony 3 and FOS REST Bundle - CRUD API
Stars: ✭ 15 (-87.6%)
Mutual labels:  tutorial-exercises
RustLabs
The Ultimate Workshop Track for #Rust Developer
Stars: ✭ 22 (-81.82%)
Mutual labels:  tutorial-exercises
01 Python Introduction
Learn the basics of Python. These tutorials are for Python beginners. so even if you have no prior knowledge of Python, you won’t face any difficulty understanding these tutorials.
Stars: ✭ 229 (+89.26%)
Mutual labels:  tutorial-exercises
datatableton
100 exercises to learn Python Datatable
Stars: ✭ 245 (+102.48%)
Mutual labels:  tutorial-exercises
eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Stars: ✭ 75 (-38.02%)
Mutual labels:  tutorial-exercises
tutorial-code
Source code & exercises in Arend's documentation
Stars: ✭ 18 (-85.12%)
Mutual labels:  tutorial-exercises
Weekly-Challenge-2022-Swift
Retos semanales de la comunidad MoureDev para practicar Swift & iOS
Stars: ✭ 328 (+171.07%)
Mutual labels:  tutorial-exercises

Logo

Tutorial de C++ da He4rt Developers

Conteúdo

  • Para não precisar rodar o projeto localmente, pode acessar diretamente por aqui

Sobre o Projeto

Produzido com a colaboração de integrantes da He4rt Developers, esse tutorial tem como objetivo principal apresentar e ensinar a linguagem de programação C++ de uma maneira fácil, descomplicada e acessível para todos.

Desenvolvido Com

Iniciando

Para fazer uma cópia e rodar o projeto localmente, siga estes passos.

Pré-requisitos

Os programas a seguir são necessários para estender, modificar e utilizar o projeto.

Instalação

  1. Clone o repositorio
git clone https://github.com/Novout/cpp4noobs.git
  1. Instale as dependências
yarn install

Como Usar

Para iniciar o servidor de desenvolvimento utilize o seguinte comando

yarn dev

Para realizar a build do projeto execute o seguinte comando

yarn build

Contribuidores

Como Contribuir

Contribuições fazem com que a comunidade open source seja um lugar incrível para aprender, inspirar e criar. Todas contribuições são extremamente apreciadas

  1. Realize um Fork do projeto
  2. Adicione o conteúdo (git add -A)
  3. Crie um branch com a nova feature (git checkout -b feature/featureBraba)
  4. Realize o Commit (git commit -m 'adicionando conteudo brabo')
  5. Realize o Push no Branch (git push origin feature/featureBraba)
  6. Abra um Pull Request

Licença

Distribuido sobre a licença MIT. Leia o arquivo LICENSE para mais informações.

Contato

He4rt Developers - @He4rt_Developers

Thiago Rezende - @HorusHe4rt - [email protected]

Giovane Cardoso - @NovoutT - [email protected]

Link do Projeto: https://github.com/Novout/He4rt-CPP-Tutorial

Base

O tutorial tem como base os sites LearnCPP e cppreference.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].