Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in programming-languages

Using 'defined' with 'ifdef'?

c programming-languages

Is there any programming language where the variables types sizes in bits depends on the platform (32 vs 64 bit)?

Tips for developing in several languages at once [closed]

programming-languages

Why is bounds checking not implemented in some of the languages?

Possible to write an HTML form in C or C++ [closed]

Learning a language while on a project? [closed]

programming-languages

Tips for making code last [closed]

programming-languages

What are some examples of where using parentheses in a program lowers readability?

What characteristics make programmers conceive a language as beautiful?

Syntaxless programming language [closed]

Haskell - The Craft of Functional Programming (exercise 4.3)

Does LINQ replace regex in all cases

Figuring out the right language for the job: branching out from C#

What classes of applications or problems do you prefer Python to strictly OO Languages?

What languages other than Python have an explicit self?

Avoiding Multiple If's in c# - Best practise

what is a programming language?

Programming Languages that Make Use of Special Characters

Why only C++(and D language) provides variadic templates feature? Are variadic templates that good? [closed]

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