Showing posts with label programming software. Show all posts
Showing posts with label programming software. Show all posts

Sunday, October 4, 2015

A Brief History of C++

The history of C++ begins with C. The reason for this is easy to understand: C++ is built upon the foundation of C. Thus, C++ is a superset of C. C++ expanded and enhanced the C language to support object-oriented programming (which is described later in this module). C++ also added several other improvements to the C language, including an extended set of library routines. However, much of the spirit and flavor of C++ is directly inherited from C. Therefore, to fully understand and appreciate C++, you need to understand the “how and why” behind C.
C: The Beginning of the Modern Age of Programming
The invention of C defines the beginning of the modern age of programming. Its impact should not be underestimated because it fundamentally changed the way programming was approached and thought about. Its design philosophy and syntax have influenced every major language since. C was one of the major, revolutionary forces in computing.

Saturday, October 3, 2015

Web application development with php development environment and LARAVEL

Today i am going to start a new tutorial session for the web application development freaks and who are willing to develop web applications with the newest and most excellent framework of PHP. Yes, I am telling about the laravel framework.

Web application development: When a newbie Computer Science and Engineering Student or any other computer programmer decided to build his/her career as a software engineer, he/ she just got confused (in my point of view) where to start from or which platform should be choosen? Desktop/ Mobile/Web?. Moreover they often got confused to hear that a web developer called himself/herself as a software engineer or software developer!!!. For those, i will say, A web application developer is also a software developer who make the software that can be used or maintained through the World Wide Web. An web application is a formation of some web pages (Dynamic) that can provide you some sorts of certain goals. There are lots of programming language to develop any web applications such as, PHP, ASP.Net,RUBY on Rails, PERL, HTML, CSS, JAVASCRIPT and JSP etc. In this tutorial session we will learn to develop a basic web application with PHP and it's most upgraded web application framework laravel.


Web application development with php development environment and LARAVEL