8000 Clean the intro comment · vpodaruev/programming-with-cpp@0eeadf0 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 0eeadf0

Browse files
committed
Clean the intro comment
1 parent 1a06366 commit 0eeadf0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

projects/06/calculator.cpp

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
/*
2-
calculator08.cpp
3-
4-
Helpful comments removed.
5-
6-
We have inserted 3 bugs that the compiler will catch and 3 that it won't.
7-
*/
1+
//
2+
// This is example code from Chapter 7.8 "Variables" of
3+
// "Software - Principles and Practice using C++" by Bjarne Stroustrup
4+
//
85

96
#include <std_lib_facilities.h>
107

0 commit comments

Comments
 (0)
0