I had always used <bits/stdc++>
library for my codes, however, I noticed that <bits\stdc++.h>
works as well on CodeBlocks 16.01 on GNU GCC compiler, Windows 7/10 environment.
My question is Which of those is right, and if not both, why is one wrong?
I have successfully compiled code with that include in more than one computer.