Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in literals

Why are string literals l-value while all other literals are r-value?

c++ c literals string-literals

What is array literal notation in javascript and when should you use it?

What's the C++ suffix for long double literals?

Is there a boolean literal in SQLite?

sqlite boolean literals

Make C floating point literals float (rather than double)

c gcc floating-point literals

Addresses of two char pointers to different string literals are same

c pointers literals

SQL Server - boolean literal?

What are the Java semantics of an escaped number in a character literal, e.g. '\15' ?

Why can I assign 0.0 to enumeration values, but not 1.0

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?