fesch / Structorizer.Desktop

Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD).
https://structorizer.fisch.lu
GNU General Public License v3.0
65 stars 20 forks source link

Code export to C, C++, C#, Java, and Javascript does not even try to translate random(...) expressions #1123

Closed codemanyak closed 9 months ago

codemanyak commented 11 months ago

The Pascal-like built-in function random(n) is not translated to working code on export to the C language family (i.e., C, C++, C#, Java, Javascript), though all of these languages provide proper library support. The function call is just passed through as is.