Skip to content

Commit 206c8b6

Browse files
committed
modificados: README.md
1 parent 525bd63 commit 206c8b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ This proyect contains code which shows how to use, in a basic way, the next conc
1414
+ *thread*, *async* and *promise*/*future* samples (**threads.h/cpp**).
1515
+ Generate a Timestamp string with milliseconds. (**timetst.h/cpp**)
1616
+ Getting file information. (**file.h/cpp**)
17-
+ Samples of Lambdas functions.
18-
+ Samples of *string_view*.
19-
+ Pairs and Tupples.
20-
+ Samples of metaprogramming.
21-
+ Passing different kind of parameter in functions.
22-
+ A Matrix template library and how to use it.
17+
+ Samples of Lambdas functions. (**lambdas.h/cpp**)
18+
+ Samples of *string_view*. (**str_view.h/cpp**)
19+
+ Pairs and Tupples. (**tpair.h/cpp**)
20+
+ Samples of metaprogramming. (**metaprog.h/cpp**)
21+
+ Passing different kind of parameter in functions. (**parameters.h/cpp**)
22+
+ A Matrix template library and how to use it. (**matrix.hpp, test_matrix.h/cpp**)
2323

2424
# Compiling
2525

0 commit comments

Comments
 (0)