Searched refs:sines_name (Results 1 – 1 of 1) sorted by relevance
162 const char sines_name[] = "sines.hpp"; // Assuming in same directory as .exe in main() local164 std::ofstream fout(sines_name, std::ios_base::out); // Creates if no file exists, in main()168 std::cout << "Open file " << sines_name << " failed!" << std::endl; in main()173 std::cout << "Open file " << sines_name << " for output OK." << std::endl; in main()202 std::cout << "Closed file " << sines_name << " for output." << std::endl; in main()