G
Guest
...
This code is broken and will or will not work depending on the
compiler and its settings, e.g. it won't work with gcc -O2. ...
How can a piece of code with no observable behaviour "not work"?
Dietmar
...
This code is broken and will or will not work depending on the
compiler and its settings, e.g. it won't work with gcc -O2. ...
How can a piece of code with no observable behaviour "not work"?
How can a piece of code work at all? Simple - wrap it into
a function (e.g. main()), add some printf() to see the result,
stuff like that.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.