From a5d224e537adfce02b6ba8f2db477d1d60e71d9d Mon Sep 17 00:00:00 2001 From: Arash Partow Date: Tue, 4 Oct 2016 15:09:09 +1100 Subject: [PATCH] C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html --- exprtk_simple_example_18.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exprtk_simple_example_18.cpp b/exprtk_simple_example_18.cpp index afdd674..4cf4b79 100644 --- a/exprtk_simple_example_18.cpp +++ b/exprtk_simple_example_18.cpp @@ -33,7 +33,7 @@ void file_io() " var file_name := 'file.txt'; " " var stream := null; " " " - " if (stream := open('file.txt','w')) " + " if (stream := open(file_name,'w')) " " println('Successfully opened file: ' + file_name); " " else " " { "