Menu: Difference between revisions

Content added Content deleted
(→‎{{header|C++}}: Flag a mistake)
(tt → code where appropriate)
Line 98: Line 98:


=={{header|C++}}==
=={{header|C++}}==
{{incorrect|C++|The <tt>dataEntry</tt> function should return a string, not void.}}
{{incorrect|C++|The <code>dataEntry</code> function should return a string, not void.}}
<lang cpp>#include <iostream>
<lang cpp>#include <iostream>
#include <boost/regex.hpp>
#include <boost/regex.hpp>