Skip to content
View SamuelLost's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report SamuelLost

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SamuelLost/README.md

68747470733a2f2f692e70696e696d672e636f6d2f6f726967696e616c732f63362f33632f61652f63363363616531333434373636663134643964313834653561616665643036352e676966

#include <iostream>
#include <string>

class Developer {
private:
    std::string name_;
    int age_;
    std::string country_;
    std::string work_;
public: 
    Developer(std::string name, int age, std::string country, std::string work) 
                : name_(name), age_(age), country_(country), work_(work) {}

    std::string getName() const { return name_; }
    int getAge() const { return age_; }
    std::string getCountry() const { return country_; }
    std::string getWork() const { return work_; }
};

int main() {
    Developer dev("Samuel Henrique", 23, "Brazil", "Embedded Developer");
    std::cout << "Hi! I'm " << dev.getName() << ", I'm " << dev.getAge() 
                << " years old, and I'm from " << dev.getCountry() << "!" << std::endl;

    std::cout << "I'm currently studying to be a " << dev.getWork() << "!" << std::endl;
    return 0;
}
HMTL5

📫 How to reach me:

Instagram Linktree Linkedin

🎖️ Skills with experience:


C Cplusplus JAVA LINUX ARDUINO SPRING BOOT

💻 Tools:


VSC ECLIPSE NOTION INTELLIJ PYCHARM Github JIRA Linux Git

🥉 Other Knowledge / less experience:


PYTHON JS REACT POSTGRES FIREBASE MSQL

📓 Studying in this moment:


Cplusplus LINUX JAVA PYTHON

🗃️ Areas of Interest:

Pinned Loading

  1. cardapio-fullstack cardapio-fullstack Public

    TypeScript

  2. rtos-praticas rtos-praticas Public

    Códigos desenvolvidos durante a cadeira de RTOS, utilizando os microcontroladores FRDM-KL43Z, FRDM-KL46Z e FRDM-KL25Z

    C

  3. springboot-project springboot-project Public

    Java

  4. TPSE2 TPSE2 Public

    C++

  5. andersonsilva019/robarm andersonsilva019/robarm Public

    Embedded Linux

    C++ 2

  6. qxd0214/Projeto-Gangorra qxd0214/Projeto-Gangorra Public

    Projeto das disciplinas de Sistemas Embarcados e Instrumentação

    C++ 1