Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What does (char *)0 mean in c?

c syntax

basic python indentation/dedentation question

python syntax indentation

How to enter a Date into a table in TSQL? (Error converting data type varchar to datetime)

sql tsql syntax

Is the term 'function' valid in c#?

c# function syntax

What is the purpose of the operator "^"? [duplicate]

javascript syntax

Difference Between Dot Notation and -> in Objective C

Comparing syntax trees modulo alpha conversion

Why {} works for C Structs but not for properties

Vim syntax region - lookbehind confusion

Syntax Missing ) when all ) seem to be there?

Python: invalid syntax in function print()

python syntax printing

what is -> in c++ in a function declaration [duplicate]

c++ syntax c++11 decltype

Are blocks passed as arguments?

ruby syntax

Meaning of ${} in javascript

javascript syntax

Are there any programming languages with implicit multiplication? [closed]

In PHP, what does the ${$ } syntax do?

php syntax

Dubious syntax to access array content

c arrays syntax

PHP - strange syntax errors with brackets inside Class array

php arrays syntax brackets

Difference between object creation using `new ClassName` and `new ClassName()` in PHP

php syntax

What is the use of "else" after "for" loop in Python? [duplicate]

python syntax