User Tools

Site Tools


c_-_c_files:read_file_into_string

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

c_-_c_files:read_file_into_string [2021/04/28 09:21] – created peterc_-_c_files:read_file_into_string [2021/04/28 09:21] (current) peter
Line 1: Line 1:
 ====== C - C++ Files - Read file into string ====== ====== C - C++ Files - Read file into string ======
  
-<code cpp> +===== read_file_into_string.hpp =====
- +
-read_file_into_string.hpp+
  
 +<code cpp>
 #pragma once #pragma once
  
Line 11: Line 10:
 std::wstring read_file_into_wstring(std::string filename); std::wstring read_file_into_wstring(std::string filename);
 std::string read_file_into_string(std::string filename); std::string read_file_into_string(std::string filename);
 +</code>
 +
 +----
  
 ===== read_file_into_string.cpp ===== ===== read_file_into_string.cpp =====
c_-_c_files/read_file_into_string.1619601674.txt.gz · Last modified: 2021/04/28 09:21 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki