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
↓ 6 callers
Function
print_lst
chapter27/chapter27_ex02.c:168
↓ 6 callers
Function
print_str
chapter18/chapter18_ex04.cpp:53
↓ 6 callers
Method
putback
The putback() member function puts its argument back into the Token_stream's buffer:
code_snippets/Chapter07/chapter.7.8.3.cpp:113
↓ 6 callers
Method
putback
The putback() member function puts its argument back into the Token_stream's buffer:
code_snippets/Chapter07/chapter.7.8.2.cpp:113
↓ 6 callers
Method
putback
The putback() member function puts its argument back into the Token_stream's buffer:
code_snippets/Chapter07/chapter.7.8.1.cpp:113
↓ 6 callers
Method
putback
put Token back into Token stream
chapter16/chapter16_ex09_calc.cpp:78
↓ 6 callers
Method
putback
The putback() member function puts its argument back into the Token_stream's buffer:
chapter10/chapter10_ex10.cpp:112
↓ 6 callers
Function
read_orders_from_file
chapter21/chapter21_ex09.cpp:244
↓ 6 callers
Method
reserve
chapter19/chapter19_ex08.cpp:174
↓ 6 callers
Method
set_node_label
set label of node specified by string n to lbl. n is a sequence of l and r for navigating left and right in the tree
lib_files/Graph.cpp:1639
↓ 6 callers
Method
size
code_snippets/Chapter19/chapter.19.3.4.cpp:26
↓ 6 callers
Method
size
chapter19/chapter19_ex16.cpp:53
↓ 6 callers
Method
sort
sort name vector alphabetically, match age vector
chapter09/chapter09_ex02.cpp:55
↓ 6 callers
Method
tag_pressed
chapter19/chapter19_ex14_Simple_window.cpp:163
↓ 6 callers
Function
term
deal with *, /, and %
chapter10/chapter10_ex07.cpp:281
↓ 6 callers
Function
term
deal with *, / and % calls primary()
chapter25/chapter25_ex04.cpp:383
↓ 6 callers
Function
test_find
chapter26/chapter26_ex07.cpp:14
↓ 6 callers
Method
y_max
chapter19/chapter19_ex14_Window.h:31
↓ 5 callers
Method
add_book
chapter09/Liber.cpp:168
↓ 5 callers
Method
add_patron
chapter09/Liber.cpp:177
↓ 5 callers
Function
advance
chapter26/chapter26_ex07_text_editor.h:63
↓ 5 callers
Method
attach
chapter22/chapter22_GUI.cpp:16
↓ 5 callers
Method
begin
code_snippets/Chapter20/chapter.20.6.2.cpp:59
↓ 5 callers
Method
begin
chapter23/chapter23_ex03.cpp:22
↓ 5 callers
Function
center
chapter21/chapter21_ex11_Graph.cpp:311
↓ 5 callers
Method
conv_double
chapter09/chapter09_ex13.cpp:27
↓ 5 callers
Function
copy
code_snippets/Chapter18/chapter.18.3.1.cpp:28
↓ 5 callers
Function
copy
code_snippets/Chapter21/chapter.21.7.1.cpp:23
↓ 5 callers
Method
count
chapter21/chapter21_ex09.cpp:124
↓ 5 callers
Function
day_of_week
chapter09/Chrono.cpp:167
↓ 5 callers
Function
days_linear
number of days since Jan 1, 1970 (day 0)
chapter09/Chrono.cpp:224
↓ 5 callers
Method
destroy
destroy the T in p
chapter20/chapter20_trythis5.cpp:22
↓ 5 callers
Function
dot_product
code_snippets/Chapter24/Matrix.h:701
↓ 5 callers
Method
draw
chapter22/chapter22_Graph.cpp:48
↓ 5 callers
Method
end
code_snippets/Chapter23/chapter.23.4.1.cpp:26
↓ 5 callers
Function
error
Helper function to show an error message
code_snippets/Chapter11/std_lib_facilities.h:58
↓ 5 callers
Function
ff
code_snippets/Chapter08/chapter.8.5.7.cpp:59
↓ 5 callers
Method
get_fees
chapter09/Liber.h:67
↓ 5 callers
Method
get_line
chapter20/chapter20_ex06.cpp:52
↓ 5 callers
Method
get_player_loc
chapter18/wumpus.cpp:139
↓ 5 callers
Method
get_pos
chapter20/chapter20_ex06.cpp:53
↓ 5 callers
Method
hazard_warnings
check for Wumpus, pits and bats in neighbouring rooms
chapter19/chapter19_ex14_wumpus.cpp:108
↓ 5 callers
Method
hide
code_snippets/GUI/GUI.h:110
↓ 5 callers
Method
ignore
ignore Tokens up to specific kind
chapter07/chapter07_ex11.cpp:185
↓ 5 callers
Function
is_declared
chapter26/chapter26_ex06.cpp:174
↓ 5 callers
Function
keep_window_open
The call to keep_window_open() is needed on some Windows machines to prevent them from closing the window before you have a chance to read the output.
code_snippets/Chapter05/std_lib_facilities.h:23
↓ 5 callers
Method
label
chapter22/chapter22_Graph.h:273
↓ 5 callers
Method
n_purchases
chapter21/chapter21_ex09.cpp:171
↓ 5 callers
Method
pop_back
chapter20/chapter20_ex14.cpp:120
↓ 5 callers
Function
print
code_snippets/Chapter08/chapter.8.8.cpp:17
↓ 5 callers
Function
print
chapter26/chapter26_ex07_text_editor.cpp:60
↓ 5 callers
Function
print
chapter08/chapter08_drill.cpp:7
↓ 5 callers
Function
print_all
chapter19/chapter19_ex04.cpp:187
↓ 5 callers
Method
putback
The putback() member function puts its argument back into the Token_stream's buffer:
chapter06/chapter06_ex02.cpp:67
↓ 5 callers
Function
rand_int
code_snippets/Chapter26/chapter.26.3.2.3.cpp:16
↓ 5 callers
Function
randint
produces a pseudo-random number in the range [0:INT_MAX]
chapter08/chapter08_ex08.cpp:17
↓ 5 callers
Function
read_val
chapter19/chapter19_drill.cpp:43
↓ 5 callers
Method
room_description
give neighbouring rooms
chapter19/chapter19_ex14_wumpus.cpp:129
↓ 5 callers
Function
scale_and_add
chapter24/Matrix.h:697
↓ 5 callers
Method
set
chapter19/chapter19_drill.cpp:29
↓ 5 callers
Method
set_label
chapter21/chapter21_ex11_GUI.cpp:60
↓ 5 callers
Method
set_mask
chapter19/chapter19_ex14_Graph.h:435
↓ 5 callers
Method
set_style
lib_files/Graph.cpp:96
↓ 5 callers
Method
show
chapter19/chapter19_ex14_Graph.cpp:707
↓ 5 callers
Method
size
chapter20/chapter20_ex15.cpp:43
↓ 5 callers
Function
suspicious
code_snippets/Chapter19/chapter.19.5.1.cpp:17
↓ 5 callers
Function
to_string
lib_files/std_lib_facilities.h:59
↓ 5 callers
Method
unit_price
chapter21/chapter21_ex09.cpp:123
↓ 5 callers
Method
x_max
code_snippets/GUI/Window.h:35
↓ 5 callers
Method
x_max
chapter19/chapter19_ex14_Window.h:30
↓ 5 callers
Method
y_max
code_snippets/GUI/Window.h:36
↓ 4 callers
Method
address
chapter21/chapter21_ex09.cpp:169
↓ 4 callers
Function
advance
chapter27/chapter27_ex04.cpp:22
↓ 4 callers
Method
allocate
chapter20/chapter20_trythis5.cpp:28
↓ 4 callers
Method
allocate
chapter20/chapter20_ex18.cpp:28
↓ 4 callers
Function
apply
chapter24/Matrix.h:726
↓ 4 callers
Function
area
code_snippets/Chapter05/chapter.5.3.3.cpp:23
↓ 4 callers
Function
as_bytes
code_snippets/Chapter11/chapter.11.3.2.cpp:12
↓ 4 callers
Method
begin
code_snippets/Chapter21/chapter.21.2.1.cpp:59
↓ 4 callers
Method
begin
chapter20/chapter20_ex18.cpp:63
↓ 4 callers
Function
better
code_snippets/Chapter25/chapter.25.4.3.no-link.cpp:99
↓ 4 callers
Function
cat_dot
chapter18/chapter18_ex07.cpp:6
↓ 4 callers
Function
cmp_to_str
chapter20/chapter20_trythis7.cpp:44
↓ 4 callers
Method
color
chapter19/chapter19_ex14_Graph.h:184
↓ 4 callers
Function
copy
chapter18/chapter18_trythis1.cpp:29
↓ 4 callers
Function
copy_if
code_snippets/Chapter21/chapter.21.7.4.cpp:14
↓ 4 callers
Method
day
non-modifying operations:
code_snippets/Chapter09/chapter.9.8.cpp:30
↓ 4 callers
Method
day
code_snippets/Chapter09/chapter.9.7.4.cpp:36
↓ 4 callers
Method
day
non-modifying operations:
code_snippets/Chapter09/Chrono.h:30
↓ 4 callers
Function
day_in_year
number of day in year
chapter09/Chrono.cpp:204
↓ 4 callers
Method
declare
add (var,val) to var_table
chapter07/chapter07_ex11.cpp:252
↓ 4 callers
Method
declare
add (var,val) to var_table
chapter07/chapter07_drill_and_ex.cpp:260
↓ 4 callers
Method
declare
add (var,val) to var_table
chapter16/chapter16_ex09_calc.cpp:141
↓ 4 callers
Method
declare
add (var,val) to var_table
chapter25/chapter25_ex04.cpp:285
↓ 4 callers
Method
declare
add (var,val) to var_table
chapter08/chapter08_ex01.cpp:247
↓ 4 callers
Method
destroy
destroy the T in p
chapter20/chapter20_ex18.cpp:22
↓ 4 callers
Method
detach
chapter19/chapter19_ex14_Window.cpp:56
↓ 4 callers
Method
draw
code_snippets/GUI/Graph.cpp:49
↓ 4 callers
Method
draw
chapter26/Graph.cpp:50
↓ 4 callers
Method
draw
chapter21/chapter21_ex11_Graph.cpp:48
← previous
next →
301–400 of 3,960, ranked by callers