-
Notifications
You must be signed in to change notification settings - Fork 487
/
peppers.cpp.html
23 lines (21 loc) · 1.12 KB
/
peppers.cpp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="GNU source-highlight
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite">
<title>peppers.cpp</title>
</head>
<body style="background-color:white">
<pre><b><span style="color:#000080">#include</span></b> <span style="color:#FF0000">"peppers.h"</span>
Peppers<span style="color:#990000">::</span><b><span style="color:#000000">Peppers</span></b><span style="color:#990000">()</span> <span style="color:#FF0000">{</span>
quantity<span style="color:#990000">=</span><span style="color:#993399">0</span><span style="color:#990000">;</span>
<span style="color:#FF0000">}</span>
Peppers<span style="color:#990000">::</span><b><span style="color:#000000">Peppers</span></b><span style="color:#990000">(</span><span style="color:#009900">int</span> amount<span style="color:#990000">)</span> <span style="color:#FF0000">{</span>
quantity<span style="color:#990000">=</span>amount<span style="color:#990000">;</span>
<span style="color:#FF0000">}</span>
</pre>
</body>
</html>