Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of cbuchart

cbuchart

cbuchart has asked 24 questions and find answers to 81 problems.

Stats

1.7k
EtPoint
407
Vote count
24
questions
81
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",
};