Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

Declaring a variable-length array of fixed-length strings

c arrays pointers syntax

Are "not, and, or, not_eq.." part of the C++ standard? (And why might they be used or avoided in code?)

c++ syntax

What do < and > mean such as implements Comparable<BigInteger>?

What does a syntax like this mean in C#?

c# syntax

Incorrect syntax near '-'

Meaning of lone curly-braced code blocks in C

c syntax formatting

Capitalizing the letter following a dash and removing the dash

What are the distinctions between the various symbols (*,&, etc) combined with parameters? [duplicate]

c++ syntax notation

Python: What do double parenthesis do?

python syntax parentheses

Why is `int ( *array )[10] = malloc(...);` valid C code? [duplicate]

c arrays pointers syntax malloc

Why does the program give "illegal start of type" error?

What is special about numbers starting with zero?

Statement with ? in C [duplicate]

c syntax ternary-operator

Why must 'if' clause in Perl come with either curly brackets or nothing?

perl if-statement syntax

Weird Java Syntax

java syntax

Meaning of backslash in Haskell code?

haskell syntax

Deciphering (*(void(*)())0)()

c syntax function-pointers

typedef'ing function *signature* (not a pointer to), so that it can be reused?

What does << represent in python?

python syntax

WHERE x IN (5) vs WHERE x = 5 ... why use IN?

sql mysql syntax