Aug 31, 2013

What is a program?

Unknown | 3:59 PM | Be the first to comment!
A program is a sequence of instructions that specifies how to perform a computation. The computation might be something mathematical, such as solving a system of equations or finding the roots of a polynomial, but it can also be a symbolic computation, such as searching and replacing text in a document or (strangely enough) compiling a...
Read more ...

Aug 30, 2013

How to create a Batch Program

Unknown | 3:42 PM | 1 Comment so far
Batch file programming is the native programming offered by the Microsoft Windows Operating System. The batch file is created using any text editors like notepad, WordPad, WinWord or so on, which comprises of a sequence of built-in commands used to perform some often done tasks like deleting a series of files of the same type or of different...
Read more ...

Aug 29, 2013

What is C/C++ and why use C/C++?

Unknown | 4:44 PM | Be the first to comment!
What is C/C++: C++ is a modern, high-level programming language leveraged by millions of programmers around the world. It’s one of the most popular languages for writing computer applications. In the early days of computing, programs were written in machine language, which consists of the primitive instructions that can be executed...
Read more ...

Aug 28, 2013

Creating Python programs

Unknown | 2:08 PM | Be the first to comment!
Welcome to Python! This post will show you how to start writing programs. Python programs are nothing more than text files, and they may be edited with a standard text editor Program (Sometimes, Python programs are distributed in compiled form. We won't have to worry about that for quite a while.). What text editor you use will probably...
Read more ...
Pages (3)123 Next
Twitter Delicious Facebook Digg Stumbleupon Favorites More

Search