Archive | Programming

[Android Video] Switch the screen by Intent

Video guide switch screens using the Android Intent

The core of the program

There are many programs you write, but does not understand what is the required command, Where is the command added or removed are, Where is the core of the program, what is not core. A program is like a pen, important part is still the intestine pen (pen), bark just to beautify, making it easier than alone.

Understand ZIP code but do not be

There are quite a lot you can read code is, but then they start again unable ZIP code is, do not know how code. This is very normal. It's like you hear a song, out song, know this song or, but can not write a song like that. Or when reading poems, you know it or, […]

When to use a brace, when using quotation

In the process of learning to program, there is a lot you can not distinguish and do not know when to use braces, when to use parentheses. This article we will clarify a bit more about them

Select topics practice facility, specialized, graduating, Information Technology projects

Now is the time of the practice session basis, professional practice, graduation and projects are coming. A lot of you are wondering what to choose topics for easy practice, fit. Choosing topics to choose topics matching capabilities, professional and consistent with each drill, you need to understand the necessity of the first degree […]

Programming C: Posts 13 – Type of structure – struct

For arrays, can save a lot of information has the same data type. But with this type of structure we can store information more different data types.

Programming C: Posts 12 – The relationship between pointers and arrays, string

Arrays and pointers positive relationship signed intimately. This article will help you understand somewhat the relationship.

Programming C: Posts 9 – Arrays in C

A set of array elements with the same type of data. Array of arrays 1 evening, 2 evening,... And each type of data, there 1 corresponding array (integer array, real array, character array (Chain)),... I mainly consider the array 1 dimensional array 2 evening

Programming C: Posts 10 – String in c

In all Import Export in c we've become familiar with how to declare, entry and string in C simply. In this article we will talk more about the examples, homework chain .

Programming C: Posts 14 – Import and export files in C / C ++

During the programming process, we often have to read and write data to a file. This article will guide you how to make simple with C and C ++. Noted: In the example below, the input and output files in the same folder with the source files. Example: Cho file input.txt, The first line consists of 1 n is the number of friends, n the next line per line […]