View unanswered posts | View active topics It is currently Fri Nov 22, 2024 1:00 am



Post new topic Reply to topic  [ 4 posts ] 
 What is the computer programing languages? 
Author Message

Joined: Sat May 08, 2010 3:05 pm
Posts: 15
Location: u.k
Post Re: What is the computer programing languages?
Hello
Learn C and C++

Getting Started with C++ Get answers to questions about C++ programming basics and suggestions on learning C++.

From C++ Beginner to C++ Expert A series of books that takes you from knowing nothing about programming to a C++ expert

Tutorials Both C and C++ programming language tutorials, Standard Template Library tutorials, OpenGL programming and graphics tutorials, AI, data structures and algorithms tutorials.

Articles Read articles written about C, C++, AI, and other programming and computer science topics.

Quiz Take either the 50 question C++ programming language/computer science megaquiz or a series of smaller quizzes on different topics like memory allocation and templates.

Challenges C++ Programming challenges -- attempt to write these programs, either by filling in a prewritten framework or by writing your own program from scratch.

Programmer's Tools

What do I need? From a powerful text editor, to a good compiler, to a feature-rich debugger, having the right tools makes a good programmer great.

Compilers Which compiler is right for you? Compiler information and reviews.

Editors What's a text editor, why do you need one, and which should you choose?

Debuggers Tutorials on using debuggers and advice on which debugger to choose.

Resources

Programming Links Directory A directory of Programming Resources

Source Code Source code to learn from, or to incorporate into your own programs.

Code Snippets Incomplete programs that fulfill a particular task well, available for viewing directly online, and typically shorter than the full programs available in the source code repository. Find out more about snippets, or help other programmers by adding your own.

Programming Tips Find or contribute C and C++ programming tips and tricks.

C++ Syntax Reference Find the proper syntax for any C or C++ keyword or statement

Glossary A growing glossary of programming and computer science terms and jargon.


Function Lookup Look at the standard C and C++ functions.

AI Programming AI Horizon is Cprogramming.com's sister site for AI programming resources


Sat May 08, 2010 4:15 pm
Profile WWW

Joined: Wed Jun 16, 2010 11:09 am
Posts: 11
Post Re: What is the computer programing languages?
computer programming languages is mostly depend on the coding.programming languages are there:
C,C++,JAVA,ViSUAL BASIC,.NET.It is very is to read &write.in this we can create the programs like
GP series,Factorials ,print the Stars etc.


Wed Jun 16, 2010 1:00 pm
Profile

Joined: Thu Jul 29, 2010 9:30 pm
Posts: 12
Post Re: What is the computer programing languages?
Hi

High-level programming languages, while simple compared to human languages, are more complex than the languages the computer actually understands, called machine languages. Each different type of CPU has its own unique machine language.

Lying between machine languages and high-level languages are languages called assembly languages. Assembly languages are similar to machine languages, but they are much easier to program in because they allow a programmer to substitute names for numbers. Machine languages consist of numbers only.

Lying above high-level languages are languages called fourth-generation languages (usually abbreviated 4GL). 4GLs are far removed from machine languages and represent the class of computer languages closest to human languages.

Regardless of what language you use, you eventually need to convert your program into machine language so that the computer can understand it. There are two ways to do this:

compile the program
interpret the program

Thanks


Thu Jul 29, 2010 9:57 pm
Profile

Joined: Mon Aug 02, 2010 7:58 pm
Posts: 22
Post Re: What is the computer programing languages?
Hi

A programming language is an artificial language designed to express computations that can be performed by a machine, particularly a computer. Programming languages can be used to create programs that control the behavior of a machine, to express algorithms precisely, or as a mode of human communication.

Thanks


Mon Aug 02, 2010 8:39 pm
Profile WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.