Skip to content

Commit

Permalink
fixed ch02 file name
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Apr 12, 2015
1 parent 5dfb610 commit 356cbc4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ch02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,10 +736,10 @@ int main()
>Write your own version of the Sales_data.h header and
use it to rewrite the exercise from § 2.6.2(p. 76)

You can add some function in your header file. Look at [here](https://github.com/pezy/Cpp-Primer/blob/master/ch02/Sales_data.h).
You can add some function in your header file. Look at [here](ex2_42.h).

rewrite the exercise:

- 1.5.1. [Code](ex2.42_1.cpp)
- 1.5.2. [Code](ex2.42_2.cpp)
- 1.6. [Code](ex2.42_3.cpp)
- 1.5.1. [Code](ex2_42_1.cpp)
- 1.5.2. [Code](ex2_42_2.cpp)
- 1.6. [Code](ex2_42_3.cpp)
File renamed without changes.
2 changes: 1 addition & 1 deletion ch02/ex2.42_1.cpp → ch02/ex2_42_1.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <iostream>
#include "Sales_data.h"
#include "ex2_42.h"

int main()
{
Expand Down
2 changes: 1 addition & 1 deletion ch02/ex2.42_2.cpp → ch02/ex2_42_2.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <iostream>
#include "Sales_data.h"
#include "ex2_42.h"

int main()
{
Expand Down
2 changes: 1 addition & 1 deletion ch02/ex2.42_3.cpp → ch02/ex2_42_3.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <iostream>
#include "Sales_data.h"
#include "ex2_42.h"

int main()
{
Expand Down

0 comments on commit 356cbc4

Please sign in to comment.