問題タブ [tsavedialog]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
13 問題
0
投票する
1
に答える
71
参照
c++ - 数値の配列から txt を保存するためのファイル ダイアログの保存
TSaveTextFileDialog を使用して、int と float の 2 つの配列をそれぞれ「csv スタイル」の .txt ファイルに保存します。Windows VCL アプリケーションを使用して C++ Builder でそれを実行しようとしています。これは私の試みです:
ただし、文字列には「SaveToFile」のメンバーがありません。どうすれば解決できますか?前もって感謝します。