MCPcopy Create free account

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

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

↓ 10 callersFunctionw
chapter19/chapter19_ex14_Graph.cpp:304
↓ 10 callersMethodwidth
chapter19/chapter19_ex14_Graph.h:266
↓ 9 callersFunctionaccumulate
code_snippets/Chapter21/chapter.21.5.1.cpp:14
↓ 9 callersMethodclear
chapter21/chapter21_ex11_GUI.cpp:52
↓ 9 callersMethodconstruct
construct a T with the value v in p
chapter20/chapter20_trythis5.cpp:19
↓ 9 callersMethodday
return day of month
chapter09/Chrono.cpp:295
↓ 9 callersMethoddim2
number of elements in a row
code_snippets/Chapter24/Matrix.h:421
↓ 9 callersFunctiondo_branch1
code_snippets/Chapter26/chapter.26.3.3.4.cpp:13
↓ 9 callersFunctione
chapter19/chapter19_ex14_Graph.cpp:297
↓ 9 callersFunctionexpression
deal with + and -
chapter10/chapter10_ex07.cpp:317
↓ 9 callersMethodget
code_snippets/Chapter06/chapter.6.7.cpp:53
↓ 9 callersMethodget
gratuitous copy assignment
chapter19/chapter19_ex05.cpp:16
↓ 9 callersFunctionget_value
return value of single letter Roman numeral
chapter10/chapter10_ex06.cpp:156
↓ 9 callersFunctioninsert
code_snippets/Chapter17/chapter.17.9.4.cpp:21
↓ 9 callersFunctioninsert
code_snippets/Chapter17/chapter.17.9.5.cpp:21
↓ 9 callersMethodname
chapter21/chapter21_ex09.cpp:168
↓ 9 callersFunctionnw
chapter19/chapter19_ex14_Graph.cpp:339
↓ 9 callersFunctionprimary
deal with numbers and parentheses
chapter10/chapter10_ex07.cpp:255
↓ 9 callersFunctionprint
code_snippets/Chapter25/chapter.25.5.3.cpp:22
↓ 9 callersFunctiontolower
code_snippets/Chapter11/chapter.11.6.cpp:55
↓ 9 callersMethodvisibility
code_snippets/GUI/Graph.h:52
↓ 9 callersMethodvisibility
chapter26/Graph.h:52
↓ 8 callersMethodadd_day
chapter09/Chrono.cpp:34
↓ 8 callersMethodallocate
chapter19/chapter19_ex08.cpp:52
↓ 8 callersFunctionapply
code_snippets/Chapter24/Matrix.h:718
↓ 8 callersMethodbegin
chapter23/chapter23_ex01.cpp:27
↓ 8 callersMethoddata
if necessay, we can get to the raw matrix:
code_snippets/Chapter24/Matrix.h:140
↓ 8 callersMethoddraw
chapter19/chapter19_ex14_Graph.cpp:48
↓ 8 callersFunctionf
code_snippets/Chapter05/chapter.5.5.3.cpp:48
↓ 8 callersFunctionf
code_snippets/Chapter24/chapter.24.2.cpp:45
↓ 8 callersFunctionkeep_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/Chapter06/std_lib_facilities.h:23
↓ 8 callersFunctionleapyear
a leap year is disivible by 4, but not by 100, except if it is divisible by 400
chapter09/Chrono.cpp:86
↓ 8 callersFunctionn_leapyears
number of leap years between 1970 and Jan 1, year y
chapter09/Chrono.cpp:213
↓ 8 callersFunctionprint
chapter08/chapter08_ex05.cpp:6
↓ 8 callersFunctionprint
chapter08/chapter08_ex06.cpp:5
↓ 8 callersMethodpurchase
chapter21/chapter21_ex09.cpp:172
↓ 8 callersMethodputback
The putback() member function puts its argument back into the Token_stream's buffer:
code_snippets/Chapter06/chapter.6.9.cpp:44
↓ 8 callersMethodputback
The putback() member function puts its argument back into the Token_stream's buffer:
chapter26/chapter26_ex06.cpp:61
↓ 8 callersMethodset_label
lib_files/Graph.h:354
↓ 8 callersMethodsize
code_snippets/Chapter25/chapter.25.4.4.no-link.cpp:39
↓ 8 callersMethodsize
chapter25/chapter25_ex14.cpp:60
↓ 8 callersFunctiontest_strcmp
chapter27/chapter27_ex01.c:37
↓ 7 callersFunctionaccumulate
code_snippets/Chapter21/chapter.21.5.2.cpp:48
↓ 7 callersMethodconstruct
construct a T with the value v in p
chapter20/chapter20_ex18.cpp:19
↓ 7 callersMethoddeallocate
deallocate n objects of type T starting at p
chapter19/chapter19_ex08.cpp:40
↓ 7 callersFunctiondraw
chapter27/chapter27_ex16.c:28
↓ 7 callersMethodend
code_snippets/Chapter21/chapter.21.2.1.cpp:61
↓ 7 callersMethodend
chapter23/chapter23_ex01.cpp:28
↓ 7 callersMethodfind_replace
chapter20/chapter20_ex06.cpp:194
↓ 7 callersMethodget
chapter06/chapter06_ex06.cpp:56
↓ 7 callersMethodget
code_snippets/Chapter18/chapter.18.2.cpp:24
↓ 7 callersFunctionh
code_snippets/Chapter08/chapter.8.4-one.cpp:25
↓ 7 callersMethodinsert
code_snippets/Chapter17/chapter.17.10.1.cpp:34
↓ 7 callersMethodisbn
nonmodifying operations
chapter09/Liber.h:33
↓ 7 callersMethodlbl_to_idx
chapter19/chapter19_ex14_wumpus.cpp:202
↓ 7 callersFunctionmake_link
chapter27/chapter27_ex06.cpp:21
↓ 7 callersFunctionmake_name
chapter27/chapter27_ex02.c:23
↓ 7 callersMethodmove
chapter22/chapter22_Graph.cpp:61
↓ 7 callersMethodpoint
code_snippets/GUI/Graph.h:157
↓ 7 callersFunctionprint
chapter20/chapter20_ex14.cpp:167
↓ 7 callersFunctionprint_day
print weekday
chapter05/chapter05_ex14.cpp:50
↓ 7 callersMethodput
lib_files/GUI.cpp:52
↓ 7 callersMethodputback
put Token back into Token stream
chapter07/chapter07_ex11.cpp:177
↓ 7 callersMethodputback
put Token back into Token stream
chapter07/chapter07_drill_and_ex.cpp:185
↓ 7 callersMethodputback
The putback() member function puts its argument back into the Token_stream's buffer:
chapter10/chapter10_ex07.cpp:109
↓ 7 callersMethodputback
put Token back into Token stream
chapter25/chapter25_ex04.cpp:198
↓ 7 callersMethodputback
put Token back into Token stream
chapter08/chapter08_ex01.cpp:172
↓ 7 callersMethodresize
code_snippets/Chapter19/chapter.19.2.3.cpp:44
↓ 7 callersMethodshow
lib_files/GUI.h:105
↓ 7 callersFunctionstrcmp
chapter18/chapter18_ex01.cpp:46
↓ 7 callersMethodwidth
chapter22/chapter22_Graph.h:246
↓ 7 callersMethodwidth
chapter21/chapter21_ex11_Graph.h:240
↓ 7 callersFunctiony_max
width of screen in pixels
lib_files/Window.h:59
↓ 6 callersMethodas_int
code_snippets/GUI/Graph.h:107
↓ 6 callersMethodas_int
chapter26/Graph.h:107
↓ 6 callersMethodbegin
code_snippets/Chapter23/chapter.23.4.1.cpp:25
↓ 6 callersMethodbegin
chapter23/chapter23_ex04.cpp:21
↓ 6 callersMethodbegin
chapter23/chapter23_ex05.cpp:25
↓ 6 callersMethoddata
if necessay, we can get to the raw matrix:
chapter24/Matrix.h:140
↓ 6 callersMethodend
code_snippets/Chapter20/chapter.20.6.2.cpp:61
↓ 6 callersMethodend
chapter23/chapter23_ex04.cpp:22
↓ 6 callersMethodend
chapter23/chapter23_ex05.cpp:26
↓ 6 callersFunctionexpression
deal with + and - calls term()
chapter07/chapter07_ex11.cpp:388
↓ 6 callersFunctionexpression
deal with + and - calls term()
chapter07/chapter07_drill_and_ex.cpp:391
↓ 6 callersFunctionexpression
deal with + and - calls term()
chapter25/chapter25_ex04.cpp:425
↓ 6 callersFunctionexpression
deal with + and - calls term()
chapter08/chapter08_ex01.cpp:378
↓ 6 callersFunctionfind
code_snippets/Chapter21/chapter.21.2-2.cpp:14
↓ 6 callersFunctionfound
checks if x is close to the solution warns if solution is poor if do_check is false, simply returns x
chapter05/chapter05_ex07.cpp:11
↓ 6 callersMethodget_int
chapter19/chapter19_ex14_GUI.cpp:34
↓ 6 callersMethodheight
chapter22/chapter22_Graph.h:245
↓ 6 callersMethodheight
chapter19/chapter19_ex14_Graph.h:265
↓ 6 callersMethodheight
chapter21/chapter21_ex11_Graph.h:239
↓ 6 callersMethodignore
chapter10/chapter10_ex07.cpp:172
↓ 6 callersMethodinsert
insert n before this object
chapter17/chapter17_ex11.cpp:29
↓ 6 callersMethodinsert
insert n before this object
chapter17/chapter17_ex14.cpp:35
↓ 6 callersMethodmove
lib_files/Graph.cpp:61
↓ 6 callersFunctionpoor
code_snippets/Chapter25/chapter.25.4.2.no-link.cpp:45
↓ 6 callersFunctionprint
chapter27/chapter27_ex04.cpp:178
↓ 6 callersFunctionprint_lst
chapter27/chapter27_ex06.cpp:165
↓ 6 callersFunctionprint_lst
chapter27/chapter27_ex03.c:203
← previousnext →201–300 of 3,960, ranked by callers