Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
108 views

1.introduction To Programming

Need and Scope for programming Programming Languages IDEs available for C/C++ Little Knowledge about C Language Welcome to C++ Algorithms and Data-structures An example “Hello World” program How your C++ code works

Uploaded by

Ranjith M Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
108 views

1.introduction To Programming

Need and Scope for programming Programming Languages IDEs available for C/C++ Little Knowledge about C Language Welcome to C++ Algorithms and Data-structures An example “Hello World” program How your C++ code works

Uploaded by

Ranjith M Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Introduction to

Programming
-RANJITH KUMAR

Topics covered in this video

Need and Scope for programming

Programming Languages

IDEs available for C/C++

Little Knowledge about C Language

Welcome to C++

Algorithms and Data-structures

An example Hello World program

How your C++ code works

Needs and scope

System Programming Desktop and Mobile Apps

Web Server Programming Google, Amazon, Flipkart

Network Programming(Socket Programming) Modems ,


Routers

Hardware and Embedded Programming FingerPrint and


other Biometric Systems, Car Dashboard, MP3, CD, DVD
and Blu-ray players.

The list goes on

Programming Languages

ALGOL

PASCAL

FORTRAN

Lisp

Java

Python

Ruby

And the whole list is here..(Around 6000)

http://en.wikipedia.org/wiki/List_of_programming_lang
uages

- C++ is built over C

Integrated Development
Environment

CodeBlocks

CodeLite

Dev C++ - This is what I use in the video series

Eclipse with CDT plugin

Netbeans

Microsoft Visual Studio

Little Knowledge about C


Language

Dennis Ritchie between 1969 and 1973 at AT&T Bell


Labs

INFLUENCED BY:

B (BCPL, CPL), ALGOL 68, Assembly, PL/I, FORTRAN

INFLUENCED:

C++, D, Go, Rust, Java, JavaScript, Limbo, LPC, C#,


Objective-C, Perl, PHP, Python, Verilog (hardware
description language) and Unix's C shell

Welcome to C++

Bjarne Stroustrup in 1983

Object Oriented Programming Language

Maintained and Standardized regularly

Why C++?

Programming interviews and contests

Hackerrank.com, topcoder.com, hackerearth.com,


codechef.com

Algorithms and Data structures

Algorithm Step by step procedure

Data Structure Way for organizing data

Why?

Applications : Internet, Computational Biology,


Computer Graphics, Security, Multimedia, Physics.

HelloWorld Program
Compiled Successfully in Orwell Dev c++
#include<iostream>
using namespace std;
int main(){
cout <<" Hello World";
return 0;
}
TO GET Orwell Dev C++ :
http://sourceforge.net/projects/orwelldevcpp/

How your C++ code Works?

Thank you

Please do subscribe to my youtube channel and if


my video helped you, please hit the like button

\(-.-)/

You might also like