Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bewuethr/stroustrup-ppp
/ functions
Functions
3,960 in github.com/bewuethr/stroustrup-ppp
⨍
Functions
3,960
◇
Types & classes
884
↓ 3 callers
Function
term
deal with *, /, and %
chapter10/chapter10_ex10.cpp:277
↓ 3 callers
Function
term
deal with *, / and % calls primary()
chapter08/chapter08_ex01.cpp:338
↓ 3 callers
Method
to_cur_pressed
lib_files/Simple_window.cpp:353
↓ 3 callers
Function
write_orders_to_file
chapter21/chapter21_ex09.cpp:258
↓ 3 callers
Method
xfer
chapter24/Matrix.h:258
↓ 3 callers
Method
xfer
code_snippets/Chapter24/Matrix.h:258
↓ 3 callers
Function
y_max
width of screen in pixels
chapter19/chapter19_ex14_Window.h:59
↓ 2 callers
Method
add
chapter22/chapter22_Graph.cpp:25
↓ 2 callers
Method
add
chapter26/Graph.cpp:27
↓ 2 callers
Method
add
chapter19/chapter19_ex14_Graph.cpp:25
↓ 2 callers
Method
add
chapter21/chapter21_ex11_Graph.cpp:25
↓ 2 callers
Function
add_day
code_snippets/Chapter09/chapter.9.4.1.cpp:28
↓ 2 callers
Method
add_day
code_snippets/Chapter09/chapter.9.7.4.cpp:44
↓ 2 callers
Method
add_shape
lib_files/Graph.h:212
↓ 2 callers
Method
address
chapter21/chapter21_ex11_Order.h:100
↓ 2 callers
Function
advance
return link n "hops" before or after p if ok, ERROR_PTR if not */
chapter27/chapter27_ex03.c:163
↓ 2 callers
Function
area
calculate area of a rectangle; throw a Bad_area exception in case of a bad argument
code_snippets/Chapter05/chapter.5.6.1.cpp:17
↓ 2 callers
Function
area
code_snippets/Chapter05/chapter.5.5.cpp:9
↓ 2 callers
Function
area
calculate area of a rectangle; return -1 to indicate a bad argument
code_snippets/Chapter05/chapter.5.5.3.cpp:40
↓ 2 callers
Function
area
code_snippets/Chapter05/chapter.5.5.2.cpp:25
↓ 2 callers
Function
array_data
chapter27/chapter27_ex14.c:39
↓ 2 callers
Method
attach
chapter26/GUI.cpp:16
↓ 2 callers
Method
author
chapter09/Liber.h:35
↓ 2 callers
Function
back_substitution
chapter24/chapter24_ex08.cpp:98
↓ 2 callers
Function
back_substitution
chapter24/chapter24_ex04.cpp:91
↓ 2 callers
Method
begin
code_snippets/Chapter23/chapter.23.4.no-link.cpp:25
↓ 2 callers
Function
cat_dot
chapter18/chapter18_ex05.cpp:8
↓ 2 callers
Method
check_out
chapter09/Liber.cpp:58
↓ 2 callers
Method
checked_out
chapter09/Liber.h:38
↓ 2 callers
Function
contains
chapter19/chapter19_ex14_wumpus.cpp:21
↓ 2 callers
Function
contains
chapter18/wumpus.cpp:21
↓ 2 callers
Function
create
chapter27/chapter27_ex03.c:38
↓ 2 callers
Method
date
chapter21/chapter21_ex09.cpp:170
↓ 2 callers
Method
day
code_snippets/Chapter09/chapter.9.7.5.cpp:17
↓ 2 callers
Method
day
chapter21/chapter21_ex09.cpp:80
↓ 2 callers
Method
debug_print
print lists at higher levels
chapter18/chapter18_ex11.cpp:123
↓ 2 callers
Function
declaration
assume we have seen "let" or "const" handle: name = expression declare a variable called "name" with the initial value "expression"
chapter07/chapter07_ex11.cpp:417
↓ 2 callers
Function
declaration
assume we have seen "let" or "const" handle: name = expression declare a variable called "name" with the initial value "expression"
chapter07/chapter07_drill_and_ex.cpp:420
↓ 2 callers
Function
declaration
assume we have seen "let" or "const" handle: name = expression declare a variable called "name" with the initial value "expression"
chapter25/chapter25_ex04.cpp:466
↓ 2 callers
Function
declaration
assume we have seen "let" or "const" handle: name = expression declare a variable called "name" with the initial value "expression"
chapter08/chapter08_ex01.cpp:407
↓ 2 callers
Method
declare
chapter19/chapter19_ex03.cpp:58
↓ 2 callers
Function
diag_vec
chapter20/chapter20_trythis5.cpp:182
↓ 2 callers
Method
dim3
number of elements in a column
chapter24/Matrix.h:598
↓ 2 callers
Function
draw
chapter27/chapter27_ex15.c:39
↓ 2 callers
Function
encipher
code_snippets/Chapter25/chapter.25.5.6-1.cpp:11
↓ 2 callers
Method
end
code_snippets/Chapter23/chapter.23.4.no-link.cpp:26
↓ 2 callers
Method
end
chapter20/chapter20_ex18.cpp:64
↓ 2 callers
Function
end_of_loop
code_snippets/Chapter10/chapter.10.11.2.cpp:167
↓ 2 callers
Function
end_of_loop
chapter10/chapter10_ex05.cpp:164
↓ 2 callers
Function
erase
code_snippets/Chapter17/chapter.17.9.4.cpp:42
↓ 2 callers
Function
erase
code_snippets/Chapter17/chapter.17.9.5.cpp:42
↓ 2 callers
Function
erase
remove p from lst; return a pointer to the link after p*/
chapter27/chapter27_ex06.cpp:135
↓ 2 callers
Function
erase
remove p from lst; return a pointer to the link after p*/
chapter27/chapter27_ex02.c:117
↓ 2 callers
Method
erase
code_snippets/Chapter20/chapter.20.8.no-link.cpp:50
↓ 2 callers
Method
erase
code_snippets/Chapter17/chapter.17.10.1.cpp:47
↓ 2 callers
Method
erase
chapter20/chapter20_ex06.cpp:145
↓ 2 callers
Function
error
Helper function to show an error message
code_snippets/Chapter25/std_lib_facilities.h:22
↓ 2 callers
Function
exch_rate
one unit of c2 is worth how many units of c1?
chapter09/chapter09_ex14.cpp:34
↓ 2 callers
Function
expression
deal with + and -
chapter06/chapter06_drill.cpp:158
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.7-problematic.cpp:218
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.2.cpp:144
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.7-better.cpp:237
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.3.cpp:144
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.6.2.cpp:165
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.5.cpp:160
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.4.cpp:148
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.6.3.cpp:218
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter07/chapter.7.6.1.cpp:165
↓ 2 callers
Function
expression
code_snippets/Chapter06/chapter.6.6-problematic.cpp:93
↓ 2 callers
Function
expression
deal with + and -
code_snippets/Chapter06/chapter.6.7.cpp:144
↓ 2 callers
Function
f
code_snippets/Chapter09/chapter.9.5.cpp:41
↓ 2 callers
Function
f
code_snippets/Chapter09/chapter.9.4.6.cpp:60
↓ 2 callers
Function
f
call-by-value (give the function a copy of the value passed)
code_snippets/Chapter08/chapter.8.5.3.cpp:13
↓ 2 callers
Function
f
code_snippets/Chapter08/chapter.8.5.7.cpp:53
↓ 2 callers
Function
f
code_snippets/Chapter08/f.cpp:25
↓ 2 callers
Function
f
chapter14/chapter14_drill.cpp:40
↓ 2 callers
Function
f
chapter18/chapter18_drill2.cpp:12
↓ 2 callers
Function
f
chapter18/chapter18_drill1.cpp:12
↓ 2 callers
Function
f
chapter21/chapter21_trythis3.cpp:25
↓ 2 callers
Function
file_check
chapter21/chapter21_ex14.cpp:37
↓ 2 callers
Function
fill
code_snippets/Chapter19/chapter.19.3.5.cpp:28
↓ 2 callers
Method
find
find s in list; return 0 for "not found"
chapter17/chapter17_ex13.cpp:112
↓ 2 callers
Method
find
find s in list; return 0 for "not found"
chapter17/chapter17_ex11.cpp:59
↓ 2 callers
Method
find
find s in list; return 0 for "not found"
chapter17/chapter17_ex14.cpp:73
↓ 2 callers
Function
find_from_addr
code_snippets/Chapter23/chapter.23.4.1.cpp:87
↓ 2 callers
Function
find_from_addr
return name of sender of Message, if any, otherwise ""
chapter23/chapter23_ex05.cpp:93
↓ 2 callers
Function
find_prefix
returns the rest of the first line in m that starts with s
chapter23/chapter23_ex04.cpp:76
↓ 2 callers
Function
find_prefix
returns the rest of the first line in m that starts with s
chapter23/chapter23_ex03.cpp:73
↓ 2 callers
Function
find_prefix
returns the rest of the first line in m that starts with s
chapter23/chapter23_ex05.cpp:80
↓ 2 callers
Function
find_subject
code_snippets/Chapter23/chapter.23.4.1.cpp:99
↓ 2 callers
Function
find_subject
return the subject of the Message, if any, otherwise ""
chapter23/chapter23_ex01.cpp:112
↓ 2 callers
Function
find_subject
return the subject of the Message, if any, otherwise ""
chapter23/chapter23_ex05.cpp:101
↓ 2 callers
Function
findx
find substring x in string s, return pointer to first element of x in s
chapter18/chapter18_ex04.cpp:23
↓ 2 callers
Function
findx
find substring x in string s, return pointer to first element of x in s
chapter18/chapter18_ex04a.cpp:29
↓ 2 callers
Method
focus1
chapter26/Graph.h:305
↓ 2 callers
Method
focus2
chapter26/Graph.h:306
↓ 2 callers
Function
framed_area
code_snippets/Chapter05/chapter.5.6.1.cpp:25
↓ 2 callers
Function
framed_area
code_snippets/Chapter05/chapter.5.5.cpp:16
↓ 2 callers
Function
framed_area
code_snippets/Chapter05/chapter.5.5.3.cpp:28
↓ 2 callers
Function
framed_area
code_snippets/Chapter05/chapter.5.5.2.cpp:15
← previous
next →
601–700 of 3,960, ranked by callers