Forum Replies Created
- AuthorPosts
- BasavarajMember
You have asked experts who all ready have the knowledge of ‘c’,’c++’ and programming, once you become expert your answer will be same,we have mentioned the best way for beginners choice is yours.
BasavarajMemberAs i know Book is the Best Teacher,You go through the book understand the concepts and most important thing is try to solve the exercise problems on your own i mean write the programs your self and execute them then it would be more interesting,do not mug-up any thing in ‘C’ understand it.
BasavarajMemberC++ = C + Objected Oriented Concepts
To learn C++ You need to have the knowledge of ‘C’ so better you first learn ‘C’ and then ‘C++’
in C++ you get introduced to programming approach known as “Object Oriented Programming” on this concept itself all real time soft wares have been developed. ‘C’ uses “Procedure Oriented Programming” Approach which has many limitation’s and those limitations are solved in ‘C++’.‘Java’ uses most of the Object Oriented Concepts of ‘C++’ and also adds some new features to it.
In java most of the things are all ready defined you just need to make use of it.
so first learn ‘C’ then ‘C++’ and then ‘JAVA’. this is best way of learning.BasavarajMembersql> select * from company where jd between ‘2010-02-01’ and ‘2010-02-15’;
+--------+----------------+ | name | jd | +--------+----------------+ | Oracle | 2010-02-15 | | Microsoft | 2010-02-05 | | Apple | 2010-02-02 | | Technotip | 2010-02-01 | +--------+----------------+
- AuthorPosts