This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54180] a bug using strcat function - it depends on variable declare order, but it should not.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54180

--- Comment #15 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-08-17 00:03:17 UTC ---
(In reply to comment #13)
> I disagree: 
> I know enough to use strcat and strcpy.

That's provably false.

> 1: Why those functions work false and are dependent on variables(! I name it
> correct even if it is one dimenision array of chararters) declare order I don't
> know.
> 
> 2: on this site there are enough people with very vary C and C++ language
> skills, so this sites helps on learning also. I know too much people who
> learner more from wrong experiences rather than from clear imagination.

No, this is not the place to learn how to fix your code, we have better things
to do. Please find a different site.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]