Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. multiplication of two arrays

multiplication of two arrays

Scheduled Pinned Locked Moved C / C++ / MFC
data-structureshelptutorial
9 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hasani2007
    wrote on last edited by
    #1

    Hello. I am confuse. Because of some snippet codes that any work I do can't solve them.(2-dimension arrays. like n[][]) 1-a program to get countries and then print the capital of them. Please give me an example. 2-multiplication of two arrays.(like x[m][n]*y[n][k]). 3- a code to get name and some grades of some students and then print them.(like other it should use dimensional array) I know it is not accorded to agreement of this site. but I AM CONSTRAINED. I promise to compensate it. If you can help me please don't withhold. THANK A LOT.

    L C T 3 Replies Last reply
    0
    • H hasani2007

      Hello. I am confuse. Because of some snippet codes that any work I do can't solve them.(2-dimension arrays. like n[][]) 1-a program to get countries and then print the capital of them. Please give me an example. 2-multiplication of two arrays.(like x[m][n]*y[n][k]). 3- a code to get name and some grades of some students and then print them.(like other it should use dimensional array) I know it is not accorded to agreement of this site. but I AM CONSTRAINED. I promise to compensate it. If you can help me please don't withhold. THANK A LOT.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      hasani2007 wrote:

      I know it is not accorded to agreement of this site.

      Which means that we cannot do it; please understand people here give their time freely, but they do not have the time to write your programs.

      hasani2007 wrote:

      but I AM CONSTRAINED.

      That is not our problem.

      hasani2007 wrote:

      I promise to compensate it.

      If you wish to pay for support please go to the Jobs forum.

      It's time for a new signature.

      H 1 Reply Last reply
      0
      • L Lost User

        hasani2007 wrote:

        I know it is not accorded to agreement of this site.

        Which means that we cannot do it; please understand people here give their time freely, but they do not have the time to write your programs.

        hasani2007 wrote:

        but I AM CONSTRAINED.

        That is not our problem.

        hasani2007 wrote:

        I promise to compensate it.

        If you wish to pay for support please go to the Jobs forum.

        It's time for a new signature.

        H Offline
        H Offline
        hasani2007
        wrote on last edited by
        #3

        It's last time I do this work. If you can & if you know anything about it please help me. :( :doh: I request benediction for you from God. HELP ME>>>I AM IN PRESSURE>>>HELP ME

        L 1 Reply Last reply
        0
        • H hasani2007

          Hello. I am confuse. Because of some snippet codes that any work I do can't solve them.(2-dimension arrays. like n[][]) 1-a program to get countries and then print the capital of them. Please give me an example. 2-multiplication of two arrays.(like x[m][n]*y[n][k]). 3- a code to get name and some grades of some students and then print them.(like other it should use dimensional array) I know it is not accorded to agreement of this site. but I AM CONSTRAINED. I promise to compensate it. If you can help me please don't withhold. THANK A LOT.

          C Offline
          C Offline
          CPallini
          wrote on last edited by
          #4

          hasani2007 wrote:

          1-a program to get countries and then print the capital of them. Please give me an example. 2-multiplication of two arrays.(like x[m][n]*y[n][k]). 3- a code to get name and some grades of some students and then print them.(like other it should use dimensional array)

          Why don't you try yourself? The above requirements are quite easy to fulfill, just some basic programming knowledge is needed. :)

          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
          This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
          [My articles]

          T 1 Reply Last reply
          0
          • H hasani2007

            It's last time I do this work. If you can & if you know anything about it please help me. :( :doh: I request benediction for you from God. HELP ME>>>I AM IN PRESSURE>>>HELP ME

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Sorry, but I really don't have the time to do your work for you; and if I did it would not help as you would still not understand it. Here is a link[^] to some tutorials and other pages to help you. I am sure that if you need it you will be able to find something similar in your own language.

            It's time for a new signature.

            1 Reply Last reply
            0
            • C CPallini

              hasani2007 wrote:

              1-a program to get countries and then print the capital of them. Please give me an example. 2-multiplication of two arrays.(like x[m][n]*y[n][k]). 3- a code to get name and some grades of some students and then print them.(like other it should use dimensional array)

              Why don't you try yourself? The above requirements are quite easy to fulfill, just some basic programming knowledge is needed. :)

              If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
              This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
              [My articles]

              T Offline
              T Offline
              ThatsAlok
              wrote on last edited by
              #6

              CPallini wrote:

              some basic programming knowledge

              if that is lacking then?

              "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
              Never mind - my own stupidity is the source of every "problem" - Mixture

              cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

              C 1 Reply Last reply
              0
              • H hasani2007

                Hello. I am confuse. Because of some snippet codes that any work I do can't solve them.(2-dimension arrays. like n[][]) 1-a program to get countries and then print the capital of them. Please give me an example. 2-multiplication of two arrays.(like x[m][n]*y[n][k]). 3- a code to get name and some grades of some students and then print them.(like other it should use dimensional array) I know it is not accorded to agreement of this site. but I AM CONSTRAINED. I promise to compensate it. If you can help me please don't withhold. THANK A LOT.

                T Offline
                T Offline
                ThatsAlok
                wrote on last edited by
                #7

                hasani2007 wrote:

                1-a program to get countries and then print the capital of them. Please give me an example. 2-multiplication of two arrays.(like x[m][n]*y[n][k]). 3- a code to get name and some grades of some students and then print them.(like other it should use dimensional array)

                dear, please refer thinking in c++ book on net, it' free! download from mindview.net

                "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                Never mind - my own stupidity is the source of every "problem" - Mixture

                cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

                1 Reply Last reply
                0
                • T ThatsAlok

                  CPallini wrote:

                  some basic programming knowledge

                  if that is lacking then?

                  "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                  Never mind - my own stupidity is the source of every "problem" - Mixture

                  cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

                  C Offline
                  C Offline
                  CPallini
                  wrote on last edited by
                  #8

                  The he should move the request to QA: we have the MysticalPowers tag there. :)

                  If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                  This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                  [My articles]

                  T 1 Reply Last reply
                  0
                  • C CPallini

                    The he should move the request to QA: we have the MysticalPowers tag there. :)

                    If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
                    This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
                    [My articles]

                    T Offline
                    T Offline
                    ThatsAlok
                    wrote on last edited by
                    #9

                    CPallini wrote:

                    The he should move the request to QA: we have the MysticalPowers tag there

                    he hehe good one!

                    "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
                    Never mind - my own stupidity is the source of every "problem" - Mixture

                    cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups