Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of André Caron

André Caron

André Caron has asked 31 questions and find answers to 163 problems.

Stats

3.7k
EtPoint
1.1k
Vote count
31
questions
163
answers

About

You can find some of my M.Sc. projects and more of my personal projects online.

Some of my better posts on StackOverflow:

  • In C++, why should new be used as little as possible?
  • Not using getters and setters
  • Why and when shouldn't I kill a thread?
  • How to properly use namespaces to avoid name collision?
  • Using a Class Variable vs Sending Local Variable to Functions/Methods