I have been always ❤️ coding, especially with my favorite computer programming language : the C++.
Here is my C++ Hello World !
class YoannProfit
{
public:
YoannProfit(const std::string& sName) : m_sName("Yoann Profit | " + sName) {}
virtual ~YoannProfit() {}
void LoadResume(const std::string& sCVFilePathName) = 0;
bool DoLoveCoding() const { return true; }
const char* GetPersonalWebSite_URL() const { return "http://www.la-porte-des-etoiles.net"; }
const char* GetGameDevPortfolio_URL() const { return "http://www.la-porte-des-etoiles.net/game-dev-cp/"; }
private:
std::string m_sName;
std::vector<std::string> m_vSkills;
std::vector<std::string> m_vInterests;
};Some source codes and projects that I'm interested with and that I love to read and read again :
- 🔭 I’m looking for an IT job as a Software Developer or as a QA Engineer.
- 🌱 Exploring and reading Technical Content.
- ⚡ In my free time : I'm reading or writing codes. I'm also playing electric guitar when I got the time.
- 🔭 I’m currently working : on a personal 3D Game Engine with all the stuff needed like Physics, Networking, etc... Using and supporting DirectX 10, 11 and 12.
- 🌱 I’m currently learning : DirectX 12 GPU memory handling.
- 👯 I’m looking to collaborate on 3D graphics development.
- 🤔 I’m looking for help with water caustics rendering with some Navier-Stokes simulations.
- 💬 Ask me about : DirectX initialization, C++ goods ways of coding, Berkeley Sockets setup and also soft and little about game programming.
- 📫 How to reach me : E-mail or Private Message.
- ❤️ Love for science.
- 👪 Living in France.
- ⌚ Coding since 2012, with 10+ years of experience in personal projects software or 3D graphics modules.
- 😄 Dream of One Day : joining a video game company software.
- 🎧 I really like music (Heavy-Metal & Goa Psy Trance).
- 📝 Checkout my resume or CV.
Total Repositories Stats :
Others, not so great, but still valuable related IT skills !



