Tagged Questions

0
votes
12answers
566 views

Super Robust as chrome c++ and portable - tips - help - comments

We are producing a portable code (win+macOs) and we are looking at how to make the code more rubust as it crashes every so often... (overflows or bad initializations usually) :-( I was reading that ...