Index of /~TDDD38/lecture/examples/basics

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README2015-09-09 09:07 645  
[TXT]basic_csv.cc2015-09-03 14:06 2.3K 
[TXT]basic_if.cc2015-09-03 14:06 297  
[TXT]basic_manip.cc2015-09-03 14:06 262  
[TXT]basic_overloading.cc2015-09-03 14:06 1.0K 
[TXT]basic_stream.cc2015-09-03 14:06 245  
[TXT]basic_types.cc2015-09-03 14:06 382  

This is a collection of examples to highlight some specific part(s) of the basics of C++.

File			Description

basic_csv.cc		A "complete" implementation of csv file parsing.
			Showing use of the auto keyword and type aliases

basic_if.cc		A simple program showing (mis-)use of return value
			of an assignment and implicit conversions

basic_manip.cc		Simple example of (output) stream manipulations

basic_overloading.cc	Some implicit and explicit type conversions
			with parameter passing and function overloading

basic_stream.cc		Using input operation as loop condition

basic_types.cc		A look at narrowing conversions with {}-initializer