How to format source code in discussion board message
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, can anybody tell me how i can format source code in discussion board messages? Thanks in advance Holger Persch
"can anybody tell me how i can format source code in discussion board messages?" Let's test. The following code is inside a < pre >...< /pre > block:
void CMyClass::OnSomeEvent()
{
// TODO: Add code here
}