Archive | Programming

[Pascal – TUT] Posts 8: Unit

The creation of the subroutine in a program made to programming objects and much more. However, This program is effective only child in our program contains only, in another program wants to use the program are required to write to them, so very laborious. To remedy, they collect the subroutine […]

[Pascal – TUT] Posts 2: The basic components of Pascal

1. Charset, key word, name of a. Charset, sign in Pascal 26 Large Latin alphabet: The,…,From 26 Latin small letter: the,…,z Mark underlined: _ Department of decimal places: 0,…,9 The mathematical symbols: + – * / = < > ( ) The special symbols: . , ‘ : ; [] ? % @ | ! & # $ {} […]

[Pascal – TUT] Posts 3: The command structure

1. A branch statement. Syntax incomplete form: If the condition is true, then perform the job (opposite condition is false does not do the job). b. Full format Syntax: If the condition is true, then perform the job 1, opposite condition is false, the execution of work 2. Note before ELSE no sign ; (semicolon). * If […]

Andriod programming – Posts 7: Toast, CheckBox, RadioButton, Dialog

In this article I will guide you to perform the operation with a number of other basic subjects in Android. To do this all excited and not too monotonous, I will guide you to make an application to enroll at OTVINA Study with basic content as follows: [qads] The principle is this brief. When you enter information […]

Andriod programming – Posts 6: Construction Practice Calculator app

Hello everyone, in 2 before we have gathered all the interface design is relatively more then. To reduce stress and unwind a little, then this article will guide you to make a complete Calculator application using the library Balan

Andriod programming – Posts 5: Interface design with LinearLayoout

LinearLayout is ViewGroup contain other View and manage horizontally or vertically (It is prescribed depending). Like so we lined up, arranged in horizontal or vertical. So when we use LinearLayout pretty easy to handle interface

Andriod programming – Posts 4: Interface design with RelativeLayout

RelativeLayout is ViewGroup contain other View and manage according to the relationship between View in it. Like you sit next to your A B, you sit underneath your C B,…

[Pascal – TUT] Posts 9: Type of record – Record

1. Declare: the. Indirect declaration syntax: Example: Noted: Without testing earlier date can be described directly as follows: b. Direct declaration syntax: 2. Retrieve To retrieve the record variable to variable record type must have access to the variable with the following syntax: Attention: – Variables can be assigned the same type record […]

fflush(stdin) in ubuntu (linux)

When programming c / c you often encounter the phenomenon of floating command (fails to enter data). To remedy this situation, you use the ffulsh(stdin) to clear the buffer. But on Linux does not have this function, please replace it with the command __fpurge(stdin); Code examples: Read more gets() and fget() in C/C

Andriod programming – Posts 1: Hello World

Android programming is creative process to how you teach your Android phone you do a certain job through a series of commands are summed up in one application. Which means you write the command line – like writing but in a syntax, certain standard rules to create an application that serves the job you need to do.