• Image 1
  • Image 2
  • Image 3
  • Image 4
  • Image 5
  • Image 6
  • Image 7




Saturday, August 11, 2012

INTRODUCTION OF C++


Hi.. welcome to my site in in “We Are Knowledge”.. In here you want getting many IT knowledge.. And I was post many article about IT knowledge, like as web programming, dekstop programming and other… but I also posting general knowledge likely receip of Indonesian Foods…

Now I want giving you introduction about “C ++”. Previous I was giving you tutorial about many syntac in C ++ but, I not provided about it…

Ok.. let’s do read my article.. !!

C++ is Programming language based of dekstop programming.. C ++ is evolution from programming language C.  before the C + + language, advance the creation of language B. and language support B was developed by Brian W. Kerninghan & Dennis M. Ritchie became the language of c in 1978.

In 1989 the C language that was created Kerninghan & Ritchie called ANSI C. And in 1990 the language C + + has become the object-oriented language and has been used by many professional perogramer.


Example programming :

int main ()
{
  cout << "Hello User Welcome TO World of C ++ !";
  return 0;
}


Logic : :

int main ()
      >> program beginning in the making, and using variable “int” or “integer”

cout << "Hello User Welcome TO World of C ++ !";
      >> pronting sentence “Hello User Welcome TO World of C ++!”

return 0;
      >> for returns


Likely other programming language.. C++ also provided many syntax like as:

Condition    >>     IF, IF ELSE, IF ELSE IF ELSE,
Looping       >>      FOR, WHILE, DO WHILE
Goto              >>      is stetement for move to other statement and without requirement
Array            >>      is statement for saving many values…
Pointer         >>     Variable is a value stored in memory which can be accessed by identifier.


Ok.. just introductio of C++..
I hope you like with my article….
Thanks for visitors and readers…
See you later

No comments:

Post a Comment