How do i start learning C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tahira
    New Member
    • Feb 2009
    • 6

    How do i start learning C++

    im student of c++ but i can't make programs oraly. plesae help me how can i make logic and what are the main steps in every program ,

    where integer is taken ?
    where i have to put statments?
    i dont know
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by tahira
    im student of c++ but i can't make programs oraly. plesae help me how can i make logic and what are the main steps in every program ,

    where integer is taken ?
    where i have to put statments?
    i dont know
    Did you read a book on C++ and try the (small) example programs that are listed in it? You have to learn how to crawl before you can walk; then you have to learn how to walk before you can run. Flying is an entirely different matter.

    kind regards,

    Jos

    Comment

    • tahira
      New Member
      • Feb 2009
      • 6

      #3
      yes i can understand thoery

      i can remove error tht occur in progrmas i have only one problem that is i can not make progrmas orally just i wnat to know what should i do for remembring each n every progrmas

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by tahira
        yes i can understand thoery

        i can remove error tht occur in progrmas i have only one problem that is i can not make progrmas orally just i wnat to know what should i do for remembring each n every progrmas
        Nobody can remember every single program; not even the programs they have written themselves (if they are seasoned programmers). Why are you attempting to do that? You have to remember the structure of a program, i.e. there has to be an int main() function; you have to include the appropriate header files; you have to exit an appropriate return status, but that's about it.

        kind regards,

        Jos

        Comment

        • tahira
          New Member
          • Feb 2009
          • 6

          #5
          HMMMM THANK YOU
          for answering , would please like to give me programe as a test ?? it may help me in my final exams

          waiting

          Comment

          • JosAH
            Recognized Expert MVP
            • Mar 2007
            • 11453

            #6
            Why do you want us to give you test programs? Read this forum group and see if you understand what the problems are all about and if you can solve those problems.

            kind regards,

            Jos

            Comment

            • techieLuo
              New Member
              • Feb 2009
              • 1

              #7
              Jos is a good guy

              Originally posted by JosAH
              Why do you want us to give you test programs? Read this forum group and see if you understand what the problems are all about and if you can solve those problems.

              kind regards,

              Jos


              haha, Jos is a very good guy

              Comment

              • hozefam
                New Member
                • Feb 2009
                • 1

                #8
                Yes it is sometimes difficult to say the program without any writing aid.

                What I can suggest is you have to do the pseudo understanding of the number of variables you need, the purpose of the program, which looping commands to use, etc.

                For example: Using the simple most example of printing Hello Word,

                1) No Variables to be used
                2) Header to give System the IO output using cout
                3) Function (usually inside a Main() call will be enough)

                Comment

                • rawinder dhillon
                  New Member
                  • Oct 2006
                  • 8

                  #9
                  hi tahira,,

                  look c or c++ provide us set of tools
                  before do any thing we need to know about these tools in details means how to use or when to use or where to use... when u r know the use of all these tolls ..
                  then come to next step hat is develop logic

                  logic is a very simple thing we just need to perform all the operation with the tools provided by the C++
                  think what to do and how to do... .. simple

                  bye
                  .

                  Comment

                  Working...