Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

In ASP.NET, what are the different ways to inline code in the .aspx?

.net asp.net syntax

Why is there "class" in "template <class x>"?

c++ templates syntax

C if condition not working as expected

c syntax

C++ operator overloading, understanding the Google style guide

c++ syntax

Help me improve this Erlang?

How to convert hex string to integer in Python?

python string 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