| Home / Users' blogs / Tag: programming
"Brevity is the sister of talent." – was written in 19 century by Anton Chekhov. Programs written in a more concise python differ from similar programs written in other languages (Java, C/C++, Pascal) caused by several factors about which you will learn from this article.
Read more » | |
Rating: 0
Well, a course on C programming is at the beginning. I’ll tell the most basic things and what I know. Proposals for lectures are very welcome. I write and compile everything under Linux using gcc. If someone does not have such an opportunity, please, install Visual Studio. But it is desirable to have Linux at virtual machine at least. C language is a universal programming language. It originally appeared in the operating system UNIX. C deals with objects of the same species as the majority of computers: namely, symbols, numbers and addresses. They can be combined and sent through the ordinary arithmetic and logical operations provided by the computer.
Read more » | |
Rating: +1
I want to substantiate information about Eclipse with some practice. The story will focus on a cross-platform programming. Do you like cross-platform software? I just love it - it's so convenient to use the same tools in any operating system!
We will use a simple chiming clock as a program for porting. I wrote this program ages ago, even when I was a student, but still use it.
The specification is as follows: every hour it must strike the number of hours, every half of an hour it must strike once.
The code for Windows looks like this:
Read more -> | |
Rating: 0
When the total eclipse throws the planet into darkness...
No, no - I love "Heroes" TV series too, but today we talk about another eclipse. I can't say why Eclipse Foundation chose exactly this name. But it doesn't matter. It is tmportant that in November 2001, Borland, IBM, MERANT, QNX Software Systems, Rational Software, Red Hat, and SuSE founded a corporate consortium named Eclipse, and later, in early 2004, they reorganized it into a nonprofit organization - Eclipse Foundation.
Read more-> | |
Rating: 0 1 |
| |