[Bug c++/59598] very simple code using file open for read
ktietz at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Dec 28 22:55:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598
Kai Tietz <ktietz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |ktietz at gcc dot gnu.org
Resolution|--- |INVALID
--- Comment #23 from Kai Tietz <ktietz at gcc dot gnu.org> ---
First, don't be so self-righteous. Your program has more then one bug ... for
sure you need to learn this language better ... within this code there are at
least two major logical failures, and one serious array out-of-bounds access on
uninitialized data, and your coding-style is simply poor. The C language isn't
Lisp, you don't need that much frames, neither you don't need to repeat within
on logical expression the prior expression ... it just makes code unreadable
... anyway
I won't tell you your bugs, as I am assuming your are a rooky student trying to
learn C and I don't want to destroy the sense of your teachers lesson.
So I close this bug as invalid, as it is ...
More information about the Gcc-bugs
mailing list