Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in programming-languages

Simple question about #import

c++ programming-languages

Why are most programming languages built on top of frameworks?

Where does log(n) come from in the O(N) notation

New line at the end of source code

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