[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] Re: How to know a variable is a uninitialized variable?

This is a compiler issue. Unfortunatelly most compilers won't even warn you. That is why the constructor concept in c++ is important: it forces you to at least think about initaling your variables, although it does not enforce it.