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
↓ 2 callers
Function
print_str
chapter18/chapter18_ex01.cpp:60
↓ 2 callers
Function
print_table
chapter27/chapter27_ex12.c:86
↓ 2 callers
Function
print_vec
chapter18/chapter18_drill2.cpp:7
↓ 2 callers
Function
printout
code_snippets/Chapter19/chapter.19.3.4.cpp:48
↓ 2 callers
Function
push_front
chapter27/chapter27_ex06.cpp:88
↓ 2 callers
Function
push_front
add p at front of lst; return 0 if okay, -1 if not */
chapter27/chapter27_ex03.c:90
↓ 2 callers
Function
push_front
chapter27/chapter27_ex02.c:82
↓ 2 callers
Method
put_on_top
code_snippets/GUI/Window.cpp:73
↓ 2 callers
Method
putback
chapter06/chapter06_ex06.cpp:49
↓ 2 callers
Method
putback
The putback() member function puts its argument back into the Token_stream's buffer:
code_snippets/Chapter06/chapter.6.8.2.cpp:44
↓ 2 callers
Method
pvf
chapter14/chapter14_drill.cpp:20
↓ 2 callers
Function
rand_string
chapter26/chapter26_ex12.cpp:36
↓ 2 callers
Function
randint
chapter26/chapter26_ex12.cpp:24
↓ 2 callers
Function
random_matrix
creates random nxn-matrix with elements in range [-10:10)
chapter26/chapter26_ex11.cpp:56
↓ 2 callers
Function
random_vector
code_snippets/Chapter24/chapter.24.6.3.cpp:101
↓ 2 callers
Method
read_ages
prompt user to enter age for each name
chapter09/chapter09_ex02.cpp:33
↓ 2 callers
Method
read_names
reads series of names
chapter09/chapter09_ex02.cpp:21
↓ 2 callers
Function
reset_label
lib_files/Simple_window.cpp:459
↓ 2 callers
Method
reset_precision
chapter19/chapter19_ex14_Graph.h:230
↓ 2 callers
Function
reverse1
reverse and return copy
chapter08/chapter08_ex05.cpp:18
↓ 2 callers
Function
reverse1
reverse and return copy
chapter08/chapter08_ex06.cpp:15
↓ 2 callers
Function
reverse2
reverse, operate on reference
chapter08/chapter08_ex05.cpp:28
↓ 2 callers
Function
reverse2
reverse, operate on reference
chapter08/chapter08_ex06.cpp:25
↓ 2 callers
Function
rotate
code_snippets/Chapter27/chapter.27.2.4.no-link.c:59
↓ 2 callers
Function
rotate
chapter27/chapter27_ex16.c:33
↓ 2 callers
Function
rotate
chapter27/chapter27_ex15.c:44
↓ 2 callers
Function
row_sum
sum of elements in m[n]
chapter26/chapter26_ex11.cpp:34
↓ 2 callers
Method
set
access: read
code_snippets/Chapter18/chapter.18.2.1.cpp:25
↓ 2 callers
Method
set_angles
lib_files/Graph.h:655
↓ 2 callers
Method
set_fee
chapter09/Liber.cpp:108
↓ 2 callers
Method
set_label
chapter22/chapter22_GUI.cpp:60
↓ 2 callers
Method
set_label
chapter26/Graph.h:250
↓ 2 callers
Method
set_mask
code_snippets/GUI/Graph.h:357
↓ 2 callers
Method
set_mask
lib_files/Graph.h:780
↓ 2 callers
Method
set_msg
chapter19/chapter19_ex13.cpp:26
↓ 2 callers
Method
set_radius
chapter19/chapter19_ex14_Graph.h:376
↓ 2 callers
Method
set_side
lib_files/Graph.h:430
↓ 2 callers
Method
set_textsize
chapter19/chapter19_ex14_GUI.cpp:100
↓ 2 callers
Function
sgn
signum function
chapter12/chapter12_ex01.cpp:319
↓ 2 callers
Function
shift_right
move elements in lst one to the right, starting with first_idx */
chapter27/chapter27_ex06.cpp:75
↓ 2 callers
Function
shortest
chapter21/chapter21_ex14_tq.cpp:150
↓ 2 callers
Method
size
code_snippets/Chapter17/chapter.17.7.cpp:19
↓ 2 callers
Method
size
chapter19/chapter19_ex14_Graph.h:167
↓ 2 callers
Method
size
chapter20/chapter20_trythis5.cpp:57
↓ 2 callers
Function
start_with
chapter21/chapter21_ex14_tq.cpp:169
↓ 2 callers
Function
statement
chapter10/chapter10_ex07.cpp:359
↓ 2 callers
Function
strcomp
chapter18/chapter18_ex04.cpp:39
↓ 2 callers
Function
strcomp
chapter18/chapter18_ex04a.cpp:47
↓ 2 callers
Function
strdupl
chapter18/chapter18_ex04.cpp:6
↓ 2 callers
Function
strdupl
chapter18/chapter18_ex04a.cpp:7
↓ 2 callers
Method
style
code_snippets/GUI/Graph.h:153
↓ 2 callers
Method
title
chapter09/Liber.h:34
↓ 2 callers
Function
to_string
code_snippets/Chapter24/chapter.24.6.1.cpp:30
↓ 2 callers
Function
to_string
code_snippets/Chapter24/chapter.24.6.3.cpp:29
↓ 2 callers
Method
wait_for_button
chapter22/chapter22_Simple_window.cpp:22
↓ 2 callers
Method
wait_for_button
chapter26/Simple_window.cpp:21
↓ 2 callers
Method
wake_wumpus
wake Wumpus: stays in same room (P=0.25), move to neighbouring room (P=0.75)
chapter19/chapter19_ex14_wumpus.cpp:150
↓ 2 callers
Method
wake_wumpus
wake Wumpus: stays in same room (P=0.25), move to neighbouring room (P=0.75)
chapter18/wumpus.cpp:148
↓ 2 callers
Function
x_max
invoke GUI library's main event loop
chapter22/chapter22_Window.h:57
↓ 2 callers
Function
y_max
width of screen in pixels
chapter21/chapter21_ex11_Window.h:58
↓ 2 callers
Method
year
code_snippets/Chapter09/chapter.9.7.5.cpp:19
↓ 2 callers
Method
year
chapter21/chapter21_ex09.cpp:82
↓ 1 callers
Function
ac_func
chapter20/chapter20_trythis7.cpp:14
↓ 1 callers
Method
action11
lib_files/Simple_window.h:58
↓ 1 callers
Method
action12
lib_files/Simple_window.h:59
↓ 1 callers
Method
action13
lib_files/Simple_window.h:60
↓ 1 callers
Method
action14
lib_files/Simple_window.h:61
↓ 1 callers
Method
action21
lib_files/Simple_window.h:62
↓ 1 callers
Method
action22
lib_files/Simple_window.h:63
↓ 1 callers
Method
action23
lib_files/Simple_window.h:64
↓ 1 callers
Method
action24
lib_files/Simple_window.h:65
↓ 1 callers
Method
action31
lib_files/Simple_window.h:66
↓ 1 callers
Method
action32
lib_files/Simple_window.h:67
↓ 1 callers
Method
action33
lib_files/Simple_window.h:68
↓ 1 callers
Method
action34
lib_files/Simple_window.h:69
↓ 1 callers
Method
action41
lib_files/Simple_window.h:70
↓ 1 callers
Method
action42
lib_files/Simple_window.h:71
↓ 1 callers
Method
action43
lib_files/Simple_window.h:72
↓ 1 callers
Method
action44
lib_files/Simple_window.h:73
↓ 1 callers
Method
add
insert n after this object
chapter17/chapter17_ex11.cpp:40
↓ 1 callers
Method
add
insert n after this object
chapter17/chapter17_ex14.cpp:51
↓ 1 callers
Method
add
open sequence of lines
chapter19/chapter19_ex14_Graph.h:317
↓ 1 callers
Function
add_day
chapter09/Chrono.cpp:414
↓ 1 callers
Method
add_day
code_snippets/Chapter09/chapter.9.4.2-better.cpp:21
↓ 1 callers
Method
add_day
code_snippets/Chapter09/chapter.9.4.4-inside.cpp:18
↓ 1 callers
Method
add_day
code_snippets/Chapter09/chapter.9.4.4-outside.cpp:29
↓ 1 callers
Method
add_day
code_snippets/Chapter09/chapter.9.4.6.cpp:21
↓ 1 callers
Function
add_ordered
chapter19/chapter19_ex04.cpp:119
↓ 1 callers
Function
add_size
copy C-style string into new array one element bigger
chapter17/chapter17_ex07.cpp:7
↓ 1 callers
Method
add_tunnel
chapter19/chapter19_ex14_Graph.h:460
↓ 1 callers
Method
add_year
chapter09/Chrono.cpp:48
↓ 1 callers
Function
adjust_y
chapter22/chapter22_ex15.cpp:94
↓ 1 callers
Function
adjust_y
chapter22/chapter22_ex16.cpp:128
↓ 1 callers
Function
advance
code_snippets/Chapter20/chapter.20.6.2.cpp:78
↓ 1 callers
Function
advance
return link n "hops" before or after p: */
chapter27/chapter27_ex06.cpp:156
↓ 1 callers
Function
advance
return link n "hops" before or after p: */
chapter27/chapter27_ex02.c:152
↓ 1 callers
Function
advance
chapter20/chapter20_ex06.cpp:106
↓ 1 callers
Method
advance
move n positions in list, return 0 for "not found" positive n moves forward, negative backward
chapter17/chapter17_ex11.cpp:80
↓ 1 callers
Method
age
chapter15/chapter15_drill_class.cpp:19
↓ 1 callers
Function
ai_func
requires size of array as it decays to a pointer
chapter20/chapter20_trythis8.cpp:7
← previous
next →
801–900 of 3,960, ranked by callers