• Hubs
  • tagged programming language

1-10 of 46 hubssort by Hot Best Latest

81

File Copy Program in C Language

Today we are going to learn a simple file copy program in C language. As I said this is a simple file copy program so you should not expect its output like DOS copy command has. Ok let’s start. The main...

2 comments    programming source code c help
85

Data Types in C Language

A programming language is proposed to help programmer to process certain kinds of data and to provide useful output. The task of data processing is accomplished by executing series of commands called...

6 comments    how to internet software
Turbo C Editor Window.83

Your First C Program

You might be thinking that you have learnt lot about C language background and now eagerly want to try your first program in C. To do so first of all you need a C compiler, I have been using Turbo C++...

2 comments    how to language keyboard
highway star profile image73

Java Programming: How to insert a new line in a String

Often, when programming it is useful to manipulate Strings in a way that you need to put a new line in an already existing string or a in a string that you are building. To do this you just need to know that...

0 comments    java string programming language
80

A Brief History of the C Language

Before we start any complex program in C, we must understand what really C is, how it came into existence and how it differs from other languages of that time. In this tutorial I will try to talk about these...

6 comments    education make writing
oderog profile image76

Computer programming languages and generations

Programming languages are use to write application programs which are used by end users. The programming languages are generally used only by professional programmers to write programs. The development of...

6 comments    programming basic fortran
80

How to work with Two Dimensional Arrays in C

We know how to work with an array (1D array) having one dimension. In C language it is possible to have more than one dimension in an array. In this tutorial we are going to learn how we can use two...

2 comments    how to c programming array
highway star profile image64

Best Books to Learn Python

Python is a great emerging programming language. Here I will descrive some of the most successful books to learn Python. I have found these books an essential start for everybody that wants to learn this...

0 comments    language programming python
Ultimate Hubber profile image74

Data Types in C++

When we wish to store data while writing a C/C++ program, we need to tell the computer what kind of data it is. For example, whether it is a charactor or an integer. With the help of data types we can tell...

0 comments    hubchallenge programming cpp
68

Computer Programming Fundamentals

There are many basic fundamentals you need to know in order to be a computer programmer. Here are some of them. This is by no means a complete listing, but it will give you a bit of history and an idea of what you need to know.

0 comments    software computer computers
working