Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of cbuchart

cbuchart

cbuchart has asked 23 questions and find answers to 78 problems.

Stats

1.6k
EtPoint
396
Vote count
23
questions
78
answers

About

  • Senior C++ Software Engineer @ Wallbox
  • Invited Professor @ TECNUN
  • Author of HeaderFiles.com (in Spanish)
std::vector<std::string> interests = {
  "C++",
  "algorithm performance",
  "computational geometry",
  "user interfaces design",
  "memory management",
};