Brownian tree/C++ animated: Difference between revisions

m
Fixed syntax highlighting.
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
=={{header|C++}}==
[[File:brownianTreeAnim_cpp.png|300px]]
 
The green dots you can see in this picture are what I call movers. They are particles that still do not belong to the tree.
<langsyntaxhighlight lang="cpp">
#include <windows.h>
#include <string>
Line 343 ⟶ 342:
}
//--------------------------------------------------------------------------------------------------
</syntaxhighlight>
</lang>
9,476

edits