<blockquote style="border-left: 2px solid #ff0000; padding-left: 5px; margin-left: 5px">> If I would have a nested class with its attributes declared public, in <br />> the private section of the outer class, would the attributes become <br />> private to other classes?<br /><br />> This is for making a node class inside a list class. Would another <br />> approach be better? The list is not to be made generic, just supposed to <br />> store pointers to a specific type.<br /><br />If the inner class is in the private section, then other classes won't be allowed to see it (as if it was in another namespace), so they won't be able to access its members. <br />What's wrong with std::list ?<br /></blockquote><BR><BR><i><a style='color:#0000FF;text-decoration:underline' target=_blank href=http://www.laposte.net>Créez votre adresse</a> électronique prenom.nom@laposte.net<BR> 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.</i><BR>