FITFLOP
Home

type-safety (2 post)


posts by category not found!

Alternative for "any function" ((...args: any[]) => any) without using any

Escaping the any Trap Alternatives to args any any in Type Script Type Script with its strong typing system is known for its ability to catch errors during deve

3 min read 05-10-2024 24
Alternative for "any function" ((...args: any[]) => any) without using any
Alternative for "any function" ((...args: any[]) => any) without using any

Ensuring std::cin doesn't allow non-integer input

Protecting Your C Code Preventing Non Integer Input with std cin In C the std cin object is often used to get input from the user However if the user enters non

2 min read 01-10-2024 30
Ensuring std::cin doesn't allow non-integer input
Ensuring std::cin doesn't allow non-integer input