Page 1 of 1

Re: What is the computer programing languages?

Posted: Sat May 08, 2010 4:15 pm
by heena
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

Re: What is the computer programing languages?

Posted: Wed Jun 16, 2010 1:00 pm
by simi
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.

Re: What is the computer programing languages?

Posted: Thu Jul 29, 2010 9:57 pm
by warner70
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

Re: What is the computer programing languages?

Posted: Mon Aug 02, 2010 8:39 pm
by harly
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