What does it mean if I have in the middle of c++ code, things in brackets likt:
[..]
What do these brackets mean? is it cli?
What does it mean if I have in the middle of c++ code, things in brackets likt:
[..]
What do these brackets mean? is it cli?
This is probably in your code editor and the purpose is to allow you to see more "context" code. Thus if you close a block of code you see more of what follows underneath.