A programming language is an artificial language designed to express computations that can be performed by a machine.
I keep hearing this term tossed around in several different contexts. What is it?
programming-languages declarative glossaryIt wasn't that long ago that I was a beginning coder, trying to find good books/tutorials on languages I …
programming-languagesFor example, in a Windows folder, if we create some files and name them 1.html, 2.txt, 3.txt, photo.jpg, zen.…
windows algorithm programming-languages char special-charactersWhat does "type-safe" mean?
language-agnostic programming-languages computer-science terminology type-safetyWhy don't more mainstream statically typed languages support function/method overloading by return type? I can't think of any that …
programming-languages language-design overloading function-callsPlease explain from Linux, Windows perspectives? I am programming in C#, would these two terms make a difference. Please post …
windows linux multithreading programming-languagesI was working with a new C++ developer a while back when he asked the question: "Why can't variable names …
c++ variables programming-languages language-design variable-namesI want to start an activity in my onReceive() method. package com.splashscreenactivity; import android.content.BroadcastReceiver; import android.content.…
android programming-languages android-activityWhat would be the best way to detect what programming language is used in a snippet of code?
programming-languages language-detectionThis has to be a common question that all programmers have from time to time. How do I read a …
file-io language-agnostic programming-languages