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

André Caron

André Caron has asked 30 questions and find answers to 157 problems.

Stats

3.6k
EtPoint
1.0k
Vote count
30
questions
157
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