Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of cbuchart

cbuchart

cbuchart has asked 26 questions and find answers to 86 problems.

Stats

1.8k
EtPoint
433
Vote count
26
questions
86
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",
};