Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in literals

How do you declare a Char literal in Visual Basic .NET?

vb.net literals

What's with the integer cache maintained by the interpreter?

escaping question mark in regex javascript

javascript regex literals

Python regex - r prefix

Java equivalent of C#'s verbatim strings with @

c# java string literals

Why does Python 3 allow "00" as a literal for 0 but not allow "01" as a literal for 1?

How do I write a short literal in C++?

c++ literals

Setting Short Value Java

Why write 1,000,000,000 as 1000*1000*1000 in C?

objective-c c integer literals

How do I do a literal *int64 in Go?

pointers go struct literals

Why does long long n = 2000*2000*2000*2000; overflow?

What does preceding a string literal with "r" mean? [duplicate]

Literal notation for Dictionary in C#?

c# dictionary literals

C# short/long/int literal format?

Why can't Python's raw string literals end with a single backslash?

Java: how do I get a class literal from a generic type?

java generics class literals

(-2147483648> 0) returns true in C++?

How do you specify a byte literal in Java?

java byte literals

What is the >>>= operator in C?

Why does instanceof return false for some literals?