1-10 of 465 hubssort by Hot Best Latest

92

8 Great Careers for a Computer Science Major

 You are about to graduate with a degree in computer science. You thought that this was a good decision because you are fascinated by computer programs and really enjoyed learning about how to design them....

9 comments    careers jobs computer science
Cybermouse profile image88

Software Version Numbers Explained

First of all, I have to say that the conventions used for determining software versions vary from company to company, and being a software developer myself, I doubt I use the same conventions as anyone else....

2 comments    software build number
89

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...

7 comments    how to internet software
C Programming, Free C Language Tutorials.84

Pointers in C Programming

In this tutorial I am going to discuss what pointer is and how to use them in our C program. Many C programming learner thinks that pointer is one of the difficult topic in C language but it’s not...

2 comments    web apple microsoft
84

Dragon Naturally Speaking Review

Dragon Naturally Speaking is voice recognition software that allows you to dictate and command your computer with your voice. We review the product and share our experiences with you.

16 comments    technology computers nuance
85

Nested Structures : Structures within Structures

Programming Tutorials : C/C++ Programming Structures can be implemented with functions and arrays. Moreover, structures can be implemented as the member of other structure. This is termed as structure within...

3 comments    education employee int
83

Write a C/C++ program for displaying today's date by using structure.

Programming Tutorials : C/C++ Programming It's a simple program to start learning structure in C/C++. This program will display today's date. Suppose today's date is 30.10.2008. So, the output of the program...

5 comments    structue in c write a program
83

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...

7 comments    education make writing
nicomp profile image82

Random Numbers in Cpp

This little software project illustrates techniques for working with random numbers in C++. The project consists of 3 individual files: main.cpp, the entry point for the application, RandomNumber.cpp, the...

6 comments    education software computer
Free C programming tutorials for all beginners.82

Types of Function in C Programming Languages:

In my previous c programming tutorial I tried to explain what the function, its advantages is and how to declare a C function. And I told you that there are five types of functions and they are: ...

8 comments    tutorial data arguments
working