Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

Why does c# need "var" identifier? [duplicate]

c# scala syntax

Please explain this C++ syntax which seems to be incomplete or lacks assignment?

why is this array to 2d array boolean true?

java arrays syntax boolean

Unknown class? C2143 syntax error: missing ";" before '*'

why formatting an int as 6*1000*1000 and not 6000000 [duplicate]

c syntax formatting int

jQuery error: missing ( before formal parameters

javascript jquery syntax

What is a "for(;;)" loop used for? [duplicate]

java syntax for-loop

Problems with case 'p' || 'P': syntax within a switch statement in C++

Parse error: syntax error, unexpected 'public' (T_PUBLIC) [closed]

Why find_if not working in my program?

c++ syntax

Instantiating objects on both sides of assignment operator in Scala; how does it work

scala syntax

Should I use double-quotes or single-quotes for quoting strings if I want to be consistent across multiple languages?

Passing An Array By Reference In Objective-C

objective-c cocoa syntax

Pascal's repeat... until vs. C's do... while

c syntax loops pascal

MySQL error - "You have an error in your SQL syntax"

Accessing a dictionary member within the same dictionary

python syntax dictionary

Anonymous functions syntax in jQuery

javascript jquery syntax

What is the difference between the two ways we declared a struct?

c++ syntax

Issue with Haskell's "do"

haskell syntax monads

Why does code with multiple semicolons compile?

c# syntax