Basavaraj

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Should I start with C or C++#1439
    Basavaraj
    Member

    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.

    in reply to: Should I start with C or C++#1430
    Basavaraj
    Member

    As 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.

    in reply to: Should I start with C or C++#1422
    Basavaraj
    Member

    C++ = 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.

    in reply to: Fetching Data Between 2 Dates: SQL#1390
    Basavaraj
    Member

    sql> 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 |
    +--------+----------------+
    
Viewing 4 posts - 1 through 4 (of 4 total)