Menu: Difference between revisions

Content added Content deleted
m (neaten up heading material)
(→‎{{header|C++}}: Flag a mistake)
Line 98: Line 98:


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