Tagged Questions
The language-concepts tag has no wiki summary.
9
votes
9answers
411 views
Delphi - How can i improve
Ok, so ive been programming in Delphi for 3-4 years now and consider myself an intermediate level application designer with a sound understanding of concepts. But how do i get better? Ive just been ...
3
votes
1answer
153 views
What is a language construct? How (theoreticaly) it is being implemented in C?
I am familiar with how PHP functions are mapped to functions in C in the C code beneath PHP.
I know in C what a function means and what a MACRO() means.
I do not understand what is a language ...
3
votes
8answers
572 views
What are some examples of where using parentheses in a program lowers readability?
I always thought that parentheses improved readability, but in my textbook there is a statement that the use of parentheses dramatically reduces the readability of a program. Does anyone have any ...
1
vote
2answers
1k views
Images for Assembler, Interpreter and Compiler?
I got an assignment to make hand-drawn posters of
Assembler
Interpreter
Compiler
I googled for images of above three but not able to get some exact images which can define the above three ...
1
vote
4answers
932 views
Are there examples for programming-languages support automatic management of resources besides memory?
The idea of automatic memory management has gained big support with new programming languages. I'm interested if concepts exists for automatic management of other resources like files, network-sockets ...