FrancisMT
Provide me with a stable Internet connection and the appropriate literature and you shall see what I’m capable of.
@EditShareCoPorto, Portugal
Pinned Repositories
Cpp_Arithmetic-Expressions-Parser-And-Evaluator
A C++ program that can parse and evaluate arithmetic expressions
Cpp_Asynchronous_Providers
Basic project showcasing the different uses of asynchronous providers in C++11
Cpp_Basic-Win32-DLL
A basic project to learn how to setup, create and link an C++ Win32 DLL in Visual Studio.
Cpp_Binds-And-Function-Wrappers
Just a basic implementation of a function vector to showcase the different kind of functions that can be added to it.
Cpp_Calculator_Challenge
A C++ calculator that can receive different instructions and react accordingly
Cpp_Common_Interview_Coding_Challenges
A collection of common coding challenges (and corresponding implementations) asked during job interviews.
Cpp_Periodic-Task-Scheduler
Periodic Task Scheduler
Cpp_Pimpl-Wrapper
Simple implementation of a wrapper for the pimpl idiom in order to reduce some boilerplate code from the original idiom.
Cpp_Regex-Tutorial
Some examples of how to use regular expressions using C++11
Csharp_Route-Delivery-Service
Delivery Service Coding Challenge
FrancisMT's Repositories
FrancisMT/Cpp_Common_Interview_Coding_Challenges
A collection of common coding challenges (and corresponding implementations) asked during job interviews.
FrancisMT/Cpp_Regex-Tutorial
Some examples of how to use regular expressions using C++11
FrancisMT/Cpp_Singleton-Design-Pattern
Simple implementation of the singleton design pattern in C++11
FrancisMT/Cpp_Arithmetic-Expressions-Parser-And-Evaluator
A C++ program that can parse and evaluate arithmetic expressions
FrancisMT/Cpp_Asynchronous_Providers
Basic project showcasing the different uses of asynchronous providers in C++11
FrancisMT/Cpp_Basic-Win32-DLL
A basic project to learn how to setup, create and link an C++ Win32 DLL in Visual Studio.
FrancisMT/Cpp_Binds-And-Function-Wrappers
Just a basic implementation of a function vector to showcase the different kind of functions that can be added to it.
FrancisMT/Cpp_Calculator_Challenge
A C++ calculator that can receive different instructions and react accordingly
FrancisMT/Cpp_Callbacks
Example of how to use and implement callbacks in C++11
FrancisMT/Cpp_Periodic-Task-Scheduler
Periodic Task Scheduler
FrancisMT/Cpp_Pimpl-Wrapper
Simple implementation of a wrapper for the pimpl idiom in order to reduce some boilerplate code from the original idiom.
FrancisMT/Csharp_Route-Delivery-Service
Delivery Service Coding Challenge
FrancisMT/Cpp_Casts
Simple example of how to use the different cast types in C++.
FrancisMT/Cpp_ComputePipeline_Challenge
C++ implementation of the ComputePipeline coding challenge
FrancisMT/Cpp_Factorial-Calculator
An implementation of the factorial method using template metaprogramming.
FrancisMT/Cpp_Fibonacci-Number-Generator
A simple implementation of the a Fibonacci Number generator with a compile time method and a runtime one to exemplify which is faster.
FrancisMT/Cpp_IsPointer_With_Variadic_Templates
Basic implementation using, variadic templates, of a template method to check if a group of types are pointers.
FrancisMT/Cpp_IsSameClass_With_Variadic_Templates
Basic implementation, using variadic templates, of a template method to check if a group of objects are of the same class type.
FrancisMT/Cpp_Lambdas-As-Function-Pointers
A basic implementation of different methods for passing lambdas and capturing lambdas as function pointers.
FrancisMT/Cpp_ObjectBox-Example
Basic project to play aroung with ObjectBox
FrancisMT/Cpp_Pimpl-Basic-Project
Basic Implementation of the Pimpl Idiom.
FrancisMT/Cpp_RuleOfFive
Base implementation of the Rule of Five: destructor, copy constructor, copy assignment operator, move constructor and move assignment operator.
FrancisMT/Cpp_std-foreach-With-Range-Semantics
Example of how to use std::for_each with range semantics.
FrancisMT/Cpp_String-Reverser
Some methods showcasing different approaches on how to reverse a string.
FrancisMT/Cpp_Super-Keyword
Simple example of how to use the "super" keyword in C++
FrancisMT/Cpp_Template-With-Optional-From-Callback
A simple example on how to check at compile time (using template metaprogramming) that a method receives a valid callback and that it returns a std::optional
FrancisMT/Cpp_Threading_Example
A basic project showcasing threading works in C++11
FrancisMT/Cpp_VSCode-Configs
FrancisMT/GitStory
This is a WIP project whose goal is to gather and show data about your project: top contributors, graph of number of commits per month, etc
FrancisMT/Go_GuestListService
A guest list http service implemented in Go