Search code examples
Why does Microsoft use types like __int32 etc instead of int32_t?...


c++visual-c++integerbuilt-in-types

Read More
Can I add custom methods/attributes to built-in Python types?...


pythoncustom-attributesmonkeypatchingbuilt-in-types

Read More
In what cases are objects zero-initialized instead of default-initialized?...


c++initializationlanguage-lawyerbuilt-in-types

Read More
What happens when I mix signed and unsigned types in C++?...


c++expressionunsignedbuilt-in-types

Read More
How to override the hash function for integers in python?...


pythonpython-3.xhashhashtablebuilt-in-types

Read More
how can I use builtin function in my python divisor code?...


pythonfor-loopif-statementtypesbuilt-in-types

Read More
How can I extend a built-in type in cython?...


pythoncythonsubclassbuilt-in-types

Read More
Abstract class Container - Python...


pythonoopabstract-classduck-typingbuilt-in-types

Read More
How to make python class support item assignment?...


pythoninheritancebuilt-in-typesobject-composition

Read More
What is the time complexity of bitwise operations in python?...


pythonintegertime-complexitybitwise-operatorsbuilt-in-types

Read More
What is the difference between isinstance('aaa', basestring) and isinstance('aaa', s...


pythonpython-2.xbuilt-in-types

Read More
Python Division Of Complex Numbers Without Using Built In Types and Operators...


pythondivisioncomplex-numbersbuilt-in-types

Read More
Does the window.screen object include the entire browser window in or just the same inner part of it...


javascriptbrowserwindowbuilt-in-types

Read More
Overloading const version of [] operator for a templated class...


c++operator-overloadingconstantsc++17built-in-types

Read More
How to display Django BooleanFields selected true in template?...


pythondjangotemplatesbuilt-in-types

Read More
int a=int(); what happens in C++98?...


c++constructorc++98built-in-types

Read More
Why is memset causing problem despite being used on built-in types?...


c++arraysmemsetbuilt-in-types

Read More
custom constructors for built-in types in c++...


c++constructorbuilt-in-types

Read More
Why std::declval<int>() = std::declval<int>() is invalid?...


c++assignment-operatorbuilt-in-types

Read More
Custom comparison functions for built-in types in Python...


pythonbuilt-in-types

Read More
How are built-in types protected from overwriting (assigning to) their methods?...


pythonbuilt-in-types

Read More
Python getting values from class...


pythonclassobjectbuilt-in-types

Read More
What is the proper way to add a method to a built-in class in ruby?...


rubystringbuilt-in-types

Read More
Are type on python's builtin unique...


pythonbuilt-in-types

Read More
Is ok to have one constructor for each built in data types C++...


c++constructorbuilt-in-types

Read More
How Python converts string to integer...


pythonbuilt-inbuilt-in-types

Read More
Do primitive types have also constructors in C++?...


c++constructorprimitive-typesbuilt-in-types

Read More
Primitive built-in types initialization...


c++typesconventionbuilt-in-types

Read More
Which built-in function should come first in this particular case?...


pythonbuilt-in-types

Read More
Passsing primitives by value...


c++typesbuilt-in-types

Read More
BackNext