mirror of
				https://github.com/red0124/ssp.git
				synced 2025-10-31 05:06:46 +01:00 
			
		
		
		
	update README
This commit is contained in:
		
							parent
							
								
									1ddc61c62e
								
							
						
					
					
						commit
						954d1922ab
					
				| @ -34,7 +34,7 @@ Bill (Heath) Gates,65,3.3 | |||||||
| #include <ss/parser.hpp> | #include <ss/parser.hpp> | ||||||
| 
 | 
 | ||||||
| int main() { | int main() { | ||||||
|     ss::parser p{"students.csv"}; |     ss::parser p{"students.csv", ","}; | ||||||
| 
 | 
 | ||||||
|     for(auto& [name, age, grade] : p.iterate<std::string, int, double>()) { |     for(auto& [name, age, grade] : p.iterate<std::string, int, double>()) { | ||||||
|         if (p.valid()) { |         if (p.valid()) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user