Hi there
I come from writing PHP code, and there I was using PHPDoc standards, in order to write comments in the code.
Now I'm trying to learn C/C++ (I'm using Visual Studio 2005), but I also wish to write good comments.
Is any standard to use or/and a tool which will automatize the documentation construction later?
many thx:)