We have already covered the details about the Android Studio in the previous post, don't worry if you missed that click here if you want to have a look.One thing I want to share with you that this IDE (Integrated Development Environment ) is designed specially for the development of android apps. One can use it on operating Systems like WINDOWS, MAC OS and LINUX.The minimum required RAM for installing...
Sunday, 5 April 2015
Sunday, April 05, 2015
Downloading And Installing Android Studio...
Saturday, 4 April 2015
Saturday, April 04, 2015
Lets Start with c++...
Lets Start with c++...
C++ coding is done on IDE- Integrated Development Environment. It is a software application that provides a platform to run ,compile and execute High Level Programming language.
For C++ the IDEs are Dev C++ (recommended), Turbo C++, Borland C++ etc.
Every IDE has compilers which compile the written codes and check the errors and verifies whether the codes are following the...
Saturday, April 04, 2015
Concepts Of C++ ...
Later, we discussed about the features of Object Oriented Programming (OOP). In this chapter, we are going to learn about the concepts that can be implemented by this paradigm, not in detail but a mild touch. We will be doing this in detail in the upcoming blog.
CONCEPTS:-
1. Class and objects
2. Data Abstraction
3. Encapsulation and Data binding
4. Data Hiding
5. Polymorphism and overloading
6....