Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caiorss/C-Cpp-Notes
/ functions
Functions
864 in github.com/caiorss/C-Cpp-Notes
⨍
Functions
864
◇
Types & classes
178
↓ 1 callers
Method
getMonth
src/cppClasses1.cpp:32
↓ 1 callers
Method
getName
(self)
src/dlls/example-windows1/testlib.py:129
↓ 1 callers
Method
getType
(self)
src/dlls/example-windows1/testlib.py:126
↓ 1 callers
Function
getUserName
Requires: <windows.h>, <winbase.h> and <Lmcons.h>
src/windows/winapi1-utf8.cpp:41
↓ 1 callers
Method
getYear
src/cppClasses1.cpp:28
↓ 1 callers
Function
identifyAndPrint
src/cpp17/variant.cpp:118
↓ 1 callers
Method
isAlive
Check whether the connection is alive by trying to connect to client. */
src/sample-programs/bsd-socket-shell.cpp:169
↓ 1 callers
Function
isInOwnConsole
Return true if program was launched by clicking on it, return false if this program was launched from command line.
src/windows/currentProcess.cpp:12
↓ 1 callers
Function
launchedFromConsole
src/windows/winlNet-basic.cpp:50
↓ 1 callers
Function
loadDLL
src/template-variadic.cpp:76
↓ 1 callers
Function
makeDate
src/cppClasses1.cpp:40
↓ 1 callers
Function
makeDummyHeap
src/object-lifecycle.cpp:81
↓ 1 callers
Method
max
src/gsl-vector-wrapper.cpp:100
↓ 1 callers
Function
messageBox
src/windows/winapi1-utf8.cpp:51
↓ 1 callers
Method
min
src/gsl-vector-wrapper.cpp:103
↓ 1 callers
Method
name
src/design-patterns/visitor-instrospection.cpp:80
↓ 1 callers
Function
operator new
Global free-function overloading of new operator Note: Cannot be declared inside a namespace Note: DO NOT DO IT!
src/new-delete-experiment1.cpp:114
↓ 1 callers
Method
operator==
src/iterator-numeric-range1.cpp:65
↓ 1 callers
Function
parseStreamToAST
src/sample-programs/rpn-calculator.cpp:47
↓ 1 callers
Method
peek
src/sample-programs/rpn-calculator.cpp:108
↓ 1 callers
Method
peek
src/sample-programs/rpn-calculator.cpp:253
↓ 1 callers
Method
pop
src/sample-programs/rpn-calculator.cpp:101
↓ 1 callers
Method
print
src/sample-programs/rpn-calculator.cpp:116
↓ 1 callers
Function
printArguments
src/cpp17/fold-expressions1.cpp:22
↓ 1 callers
Function
printChar
src/sample-programs/binfo.cpp:212
↓ 1 callers
Method
printMessage
src/design-patterns/factory-universal1.cpp:196
↓ 1 callers
Method
printNameA
src/inheritance-multiple-ambiguity.cpp:23
↓ 1 callers
Method
printNameB
src/inheritance-multiple-ambiguity.cpp:64
↓ 1 callers
Function
printTypes
src/template-variadic.cpp:26
↓ 1 callers
Function
printVectorWithIterator
src/cppStlVector.cpp:52
↓ 1 callers
Method
printme
Required by:
src/design-patterns/crtp-operators.cpp:82
↓ 1 callers
Method
recvText
src/sample-programs/bsd-socket-shell.cpp:200
↓ 1 callers
Method
remove_engine
src/smart_ptr_unique1.cpp:115
↓ 1 callers
Method
resizeInPercent
src/smart_ptr_shared1.cpp:106
↓ 1 callers
Method
run
src/smart_ptr_unique1.cpp:41
↓ 1 callers
Method
run
src/sample-programs/posix-daemon.cpp:45
↓ 1 callers
Function
runShellClient
src/sample-programs/bsd-socket-shell.cpp:396
↓ 1 callers
Method
sayA
src/design-patterns/type-erasure1.cpp:79
↓ 1 callers
Method
sayC
src/design-patterns/type-erasure1.cpp:99
↓ 1 callers
Method
self
src/design-patterns/virtual-constructor2.cpp:27
↓ 1 callers
Method
set
src/move_member_funcs.cpp:83
↓ 1 callers
Method
setName
src/dlls/example-windows1/testlib.cpp:247
↓ 1 callers
Method
showDate
src/cppClasses1.cpp:20
↓ 1 callers
Method
showDate2
src/cppClasses1.cpp:24
↓ 1 callers
Method
showKeyBaseA
Access ambiguous protected field from base class
src/inheritance-multiple-ambiguity.cpp:102
↓ 1 callers
Method
showKeyBaseB
src/inheritance-multiple-ambiguity.cpp:109
↓ 1 callers
Function
showType
src/boost/boost-pointer-container.cpp:64
↓ 1 callers
Function
showVector
src/lambdaFun.cpp:18
↓ 1 callers
Method
size
src/design-patterns/factory-universal1.cpp:154
↓ 1 callers
Method
stepFn
src/design-patterns/crtp1.cpp:33
↓ 1 callers
Function
stringToHex
Turn non-printable characters into hexadecimal notation, for instance, * the character '\n', 0x0A is printed as \x0A and 'a' is printed as 'a'. *
src/design-patterns/visitor-instrospection.cpp:175
↓ 1 callers
Function
sumVectors1
Pass the vectors by value. It copies the vectors, so passing by reference does not copies the vectors and it is more efficient.
src/cppStlVector.cpp:11
↓ 1 callers
Function
sumVectors2
src/cppStlVector.cpp:21
↓ 1 callers
Function
tabulateDynamicList
The advantage of dynamic polymorphism is that instances of polymorphic types * can be stored in containers and addressed in the same way. */
src/cpp-functor.cpp:80
↓ 1 callers
Function
tabulateLambdaList
src/cpp-functor.cpp:91
↓ 1 callers
Function
testHTTPRequest
src/windows/winlNet-basic.cpp:73
↓ 1 callers
Function
testObject
src/object-lifecycle.cpp:68
↓ 1 callers
Function
testlib_SampleClass_delete
src/dlls/example-windows1/testlib.cpp:197
↓ 1 callers
Function
testlib_SampleClass_getName
src/dlls/example-windows1/testlib.cpp:217
↓ 1 callers
Function
testlib_SampleClass_make1
src/dlls/example-windows1/testlib.cpp:190
↓ 1 callers
Function
testlib_vectorD_Linalg_norm
src/dlls/example-windows1/testlib.cpp:135
↓ 1 callers
Function
testlib_vectorD_Linalg_printVector
src/dlls/example-windows1/testlib.cpp:141
↓ 1 callers
Function
testlib_vectorD_delete
src/dlls/example-windows1/testlib.cpp:128
↓ 1 callers
Function
testlib_vectorD_make1
src/dlls/example-windows1/testlib.cpp:114
↓ 1 callers
Function
to_hexfloat
src/numerics/decompose_binary32flt.cpp:33
↓ 1 callers
Method
type
src/smart_ptr_unique1.cpp:36
↓ 1 callers
Function
utf8_decode
Credits: https://gist.github.com/pezy/8571764
src/windows/listFiles.cpp:151
↓ 1 callers
Function
utf8_encode
src/windows/listFiles.cpp:138
↓ 1 callers
Function
utf8_encode
Convert a wide Unicode string to an UTF8 string Credits: https://gist.github.com/pezy/8571764
src/windows/winapi1-utf8.cpp:65
↓ 1 callers
Function
vectorAnalytics
src/cppStlVector.cpp:110
↓ 1 callers
Function
vectorAverage
src/cppStlVector.cpp:99
↓ 1 callers
Function
vectorNorm
src/arraysFun.cpp:64
↓ 1 callers
Function
vectorProd
Returns the product of all vectors elements.
src/cppStlVector.cpp:76
↓ 1 callers
Function
vectorSum
src/arraysFun.cpp:54
Method
AClass
Default constructor
src/move_member_funcs.cpp:21
Method
AClass
src/design-patterns/visitor-instrospection.cpp:150
Function
APIENTRY
src/dlls/example-windows1/testlib.cpp:37
Method
ASTFun
src/sample-programs/rpn-calculator.cpp:39
Method
ASTNum
src/sample-programs/rpn-calculator.cpp:31
Method
BSDSocket
src/sample-programs/bsd-socket-shell.cpp:56
Method
Base
src/boost/boost-pointer-container.cpp:18
Method
Base
src/design-patterns/factory-universal1.cpp:163
Method
Base
src/design-patterns/factory-pattern1.cpp:87
Method
BaseA
src/inheritance-multiple-ambiguity.cpp:14
Method
BaseB
src/inheritance-multiple-ambiguity.cpp:55
Method
Blob
src/design-patterns/visitor1-cpp17.cpp:30
Method
Blob
src/design-patterns/visitor2.cpp:50
Method
Blob
src/design-patterns/visitor1.cpp:58
Method
CNCMachine
src/template-variadic.cpp:54
Method
Circle
src/design-patterns/visitor1-cpp17.cpp:19
Method
Circle
src/design-patterns/visitor2.cpp:39
Method
Circle
src/design-patterns/visitor1.cpp:41
Method
Circle
dotnet-cpp-ffi1/hpc.cpp:165
Function
Circle_delete
dotnet-cpp-ffi1/hpc.cpp:186
Function
Circle_getArea
dotnet-cpp-ffi1/hpc.cpp:193
Function
Circle_new
Return a void pointer to the circle object.
dotnet-cpp-ffi1/hpc.cpp:182
Function
CloseHandleLog
src/windows/listFiles.cpp:43
Method
CloseHandleRAAI
src/windows/listFiles.cpp:39
Method
Complex
src/operator-overload1.cpp:90
Method
ComputeAreaVisitor
src/design-patterns/visitor1.cpp:94
← previous
next →
201–300 of 864, ranked by callers