MCPcopy Create free account

hub / github.com/bewuethr/stroustrup-ppp / functions

Functions3,960 in github.com/bewuethr/stroustrup-ppp

↓ 1 callersFunctionexpression
code_snippets/Chapter08/chapter.8.2-better.cpp:59
↓ 1 callersFunctionexpression
code_snippets/Chapter08/chapter.8.5.8.no-link.cpp:34
↓ 1 callersFunctionf
code_snippets/Chapter14/chapter.14.1.3.crash.cpp:12
↓ 1 callersFunctionf
code_snippets/Chapter18/chapter.18.5.2-2.cpp:26
↓ 1 callersFunctionf
Don't return a pointer to a local variable:
code_snippets/Chapter18/chapter.18.5.4.crash.cpp:49
↓ 1 callersFunctionf
code_snippets/Chapter18/chapter.18.5.2-1.cpp:26
↓ 1 callersFunctionf
code_snippets/Chapter18/chapter.18.5.cpp:12
↓ 1 callersFunctionf
code_snippets/Chapter25/chapter.25.4.2.no-link.cpp:52
↓ 1 callersFunctionf
code_snippets/Chapter21/chapter.21.4.cpp:32
↓ 1 callersFunctionf
code_snippets/Chapter21/chapter.21.7.4.cpp:35
↓ 1 callersFunctionf
code_snippets/Chapter21/chapter.21.8.cpp:42
↓ 1 callersFunctionf
code_snippets/Chapter21/chapter.21.2-2.cpp:24
↓ 1 callersFunctionf
code_snippets/Chapter21/chapter.21.2-1.cpp:23
↓ 1 callersFunctionf
code_snippets/Chapter21/chapter.21.7.1.cpp:43
↓ 1 callersFunctionf
code_snippets/Chapter27/chapter.27.6.2.cpp:15
↓ 1 callersFunctionf
code_snippets/Chapter27/chapter.27.6.3.cpp:11
↓ 1 callersFunctionf
code_snippets/Chapter20/chapter.20.9.cpp:52
↓ 1 callersFunctionf
code_snippets/Chapter20/chapter.20.4.2.cpp:106
↓ 1 callersFunctionf
code_snippets/Chapter17/chapter.17.7.cpp:27
↓ 1 callersFunctionf
code_snippets/Chapter17/chapter.17.5.2.cpp:24
↓ 1 callersFunctionf
code_snippets/Chapter17/chapter.17.5-1.cpp:26
↓ 1 callersFunctionf
code_snippets/Chapter09/chapter.9.4.5.cpp:35
↓ 1 callersFunctionf
code_snippets/Chapter09/chapter.9.4.2-problematic.cpp:39
↓ 1 callersFunctionf
code_snippets/Chapter24/chapter.24.9.cpp:38
↓ 1 callersFunctionf
code_snippets/Chapter24/chapter.24.5.1.cpp:15
↓ 1 callersFunctionf
code_snippets/Chapter19/chapter.19.3.5.cpp:35
↓ 1 callersFunctionf
code_snippets/Chapter19/chapter.19.5.2.cpp:13
↓ 1 callersFunctionf
code_snippets/Chapter08/chapter.8.6.1.cpp:13
↓ 1 callersFunctionf
code_snippets/Chapter08/chapter.8.5.4-two.cpp:23
↓ 1 callersFunctionf
code_snippets/Chapter08/chapter.8.5.4-one.cpp:23
↓ 1 callersFunctionf
code_snippets/Chapter08/chapter.8.2-better.cpp:68
↓ 1 callersFunctionf
code_snippets/Chapter08/chapter.8.4-one.cpp:11
↓ 1 callersFunctionf
code_snippets/Chapter08/chapter.8.5.2.cpp:14
↓ 1 callersFunctionf
code_snippets/Chapter08/chapter.8.3.cpp:22
↓ 1 callersFunctionf
code_snippets/Chapter08/chapter.8.6.cpp:14
↓ 1 callersFunctionf
chapter17/chapter17_trythis.cpp:25
↓ 1 callersFunctionf
chapter19/chapter19_ex02.cpp:11
↓ 1 callersFunctionf
chapter19/chapter19_ex12.cpp:39
↓ 1 callersMethodf
code_snippets/Chapter27/chapter.27.2.3.cpp:24
↓ 1 callersMethodf
code_snippets/Chapter09/chapter.9.3.cpp:13
↓ 1 callersMethodf
code_snippets/Chapter08/chapter.8.4-three.crash.cpp:67
↓ 1 callersMethodf
chapter14/chapter14_drill.cpp:8
↓ 1 callersMethodf
struct X with member functions f(), g(), X(), m3() and main(), member variable m
chapter09/chapter09_ex04.cpp:4
↓ 1 callersFunctionf1
code_snippets/Chapter24/chapter.24.5.1.cpp:30
↓ 1 callersFunctionf1
code_snippets/Chapter08/chapter.8.4-three.crash.cpp:49
↓ 1 callersFunctionf1
chapter19/chapter19_ex11.cpp:114
↓ 1 callersFunctionf1
test pvector
chapter20/chapter20_ex15.cpp:141
↓ 1 callersFunctionf1
chapter21/chapter21_drill.cpp:99
↓ 1 callersFunctionf2
code_snippets/Chapter18/chapter.18.5.cpp:23
↓ 1 callersFunctionf2
code_snippets/Chapter17/chapter.17.5-1.cpp:34
↓ 1 callersFunctionf2
shows how auto_pntr destroys its object when an exception is thrown
chapter19/chapter19_ex10.cpp:50
↓ 1 callersFunctionf2
chapter19/chapter19_ex11.cpp:105
↓ 1 callersFunctionf2
test ovector
chapter20/chapter20_ex15.cpp:154
↓ 1 callersFunctionf2
chapter21/chapter21_drill.cpp:159
↓ 1 callersFunctionf3
code_snippets/Chapter17/chapter.17.5-2.cpp:26
↓ 1 callersFunctionf3
chapter19/chapter19_ex11.cpp:96
↓ 1 callersFunctionf3
test ownership_vector
chapter20/chapter20_ex15.cpp:173
↓ 1 callersFunctionf3
chapter21/chapter21_drill.cpp:250
↓ 1 callersFunctionf4
chapter21/chapter21_drill.cpp:321
↓ 1 callersFunctionfac
code_snippets/Chapter15/chapter.15.5.cpp:16
↓ 1 callersFunctionfac
chapter15/chapter15_ex01.cpp:5
↓ 1 callersFunctionfactorial
calculate factorial
chapter06/chapter06_ex10.cpp:11
↓ 1 callersFunctionfactorial
calculate factorial d must be a non-negative integer; 0! is defined as 1
chapter06/chapter06_ex02.cpp:120
↓ 1 callersFunctionfct
code_snippets/Chapter20/chapter.20.1.2-1.cpp:16
↓ 1 callersFunctionfct
code_snippets/Chapter20/chapter.20.1.2-3.cpp:30
↓ 1 callersFunctionfct
code_snippets/Chapter20/chapter.20.1.2-2.cpp:30
↓ 1 callersFunctionfct
code_snippets/Chapter20/chapter.20.1.1.cpp:18
↓ 1 callersFunctionfct
code_snippets/Chapter20/chapter.20.1.cpp:18
↓ 1 callersFunctionfct
code_snippets/Chapter20/chapter.20.3.1.cpp:30
↓ 1 callersFunctionfct
code_snippets/Chapter17/chapter.17.5.2.cpp:14
↓ 1 callersMethodfct_mbutton_pressed
lib_files/Simple_window.h:261
↓ 1 callersFunctionfct_that_can_return_a_0
code_snippets/Chapter18/chapter.18.5.4.crash.cpp:41
↓ 1 callersFunctionff
code_snippets/Chapter17/chapter.17.7.cpp:38
↓ 1 callersFunctionfibonacci
fill a vector with the Fibonacci sequence
chapter08/chapter08_ex02.cpp:20
↓ 1 callersMethodfile
chapter19/chapter19_ex12.cpp:15
↓ 1 callersMethodfill_color
chapter19/chapter19_ex14_Graph.h:188
↓ 1 callersFunctionfill_from_file
read Readings into vector from file
chapter10/chapter10_ex04b.cpp:46
↓ 1 callersFunctionfill_from_file
read Readings into vector from file
chapter10/chapter10_ex03.cpp:38
↓ 1 callersFunctionfill_from_file
function to read from file
chapter10/chapter10_drill.cpp:59
↓ 1 callersFunctionfill_vector
code_snippets/Chapter10/chapter.10.6-problematic.cpp:11
↓ 1 callersFunctionfind
code_snippets/Chapter21/chapter.21.2-1.cpp:14
↓ 1 callersFunctionfind
chapter19/chapter19_ex04.cpp:154
↓ 1 callersMethodfind
returns pointer to element with key x if x exists in list, 0 otherwise
chapter18/chapter18_ex11.cpp:40
↓ 1 callersFunctionfind1
chapter21/chapter21_trythis1.cpp:8
↓ 1 callersFunctionfind2
chapter21/chapter21_trythis1.cpp:17
↓ 1 callersFunctionfind_from_addr
return name of sender of Message, if any, otherwise ""
chapter23/chapter23_ex04.cpp:89
↓ 1 callersFunctionfind_from_addr
find the name of the sender in a Message; return true if found if found, place the sender's name in s
chapter23/chapter23_ex01.cpp:99
↓ 1 callersFunctionfind_from_addr
return name of sender of Message, if any, otherwise ""
chapter23/chapter23_ex03.cpp:86
↓ 1 callersFunctionfind_index
look up index if given string in vector of strings
chapter08/chapter08_ex07.cpp:38
↓ 1 callersFunctionfind_subject
return the subject of the Message, if any, otherwise ""
chapter23/chapter23_ex04.cpp:97
↓ 1 callersFunctionfind_subject
return the subject of the Message, if any, otherwise ""
chapter23/chapter23_ex03.cpp:94
↓ 1 callersFunctionfind_text
code_snippets/Chapter20/chapter.20.6.2.cpp:108
↓ 1 callersFunctionfindx
chapter17/chapter17_ex05.cpp:7
↓ 1 callersFunctionfindx
chapter18/chapter18_ex01.cpp:30
↓ 1 callersMethodfirst_name
chapter15/chapter15_drill_class.cpp:17
↓ 1 callersMethodfont_size
chapter22/chapter22_Graph.h:279
↓ 1 callersFunctionfoo
code_snippets/Chapter19/chapter.19.1.cpp:11
↓ 1 callersFunctionfrag
chapter25/chapter25_trythis1.cpp:21
↓ 1 callersMethodfree
chapter25/chapter25_ex14.cpp:41
↓ 1 callersFunctionfrom_binary
converts the binary file to text file s
chapter11/chapter11_ex08.cpp:23
← previousnext →1,101–1,200 of 3,960, ranked by callers