Search:

Type: Posts; User: codechick

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. :wink:Hello uberfuzz and MK27!...I apologize for...

    :wink:Hello uberfuzz and MK27!...I apologize for the late response, there were plumbing problems here, etc....etc....; p

    Anyway, back to the fun, yes amigo(a)s...What my goal is, is to make a deck...
  2. Hello MK27, thank you for the map code. I agree...

    Hello MK27, thank you for the map code. I agree with the idea of "why make it harder" and using a MAP data structure that can take both a string and an int (I'm correct with this yes?).....In this...
  3. Hi uberfuzz, Thank you for the suggestion. It...

    Hi uberfuzz,
    Thank you for the suggestion. It might work in another program.
    This program requires integer values in each index for the int array. I am going to do math on them, so they need to...
  4. Arrays: Passing Index of String Array to Index of Int Array for Output only

    Hello, I am looking to pass the int values of an array to the indices of a string array "behind the scenes." I want the string arrays to be ouput with their strings, however I want to do math on the...
  5. Hello Jim and White Flags, I just logged in...

    Hello Jim and White Flags,

    I just logged in tonight. Thank you for the responses and the alternate ways of initializing the vector. As mentioned, I have learned A LOT on this, thank you....
  6. Hi Jim, This code works perfectly. I am...

    Hi Jim,
    This code works perfectly. I am wondering if there is a way to make the "valArray" size 13 without the extra -0- and then manipulate the index by subtracting a -1-? I'm going to do math on...
  7. Hi Jim, thank you for the revised code! Let me...

    Hi Jim, thank you for the revised code! Let me re-code my program and put together some questions I have about how you are doing it. e.g. assigning "valArray" in the 2-D vector declaration rather...
  8. Hello Jim, yes that is exactly what I want it to...

    Hello Jim, yes that is exactly what I want it to look like, thanks.
  9. Two Hard-coded Arrays WITH DIFFERENT SIZES into One 2-Dimensional Vector

    I am using 2 ARRAYS OF DIFFERENT SIZES in One 2-Dimensional Vector, and my output is not correct. The arrays are size 4 and size 13.
    I want COLUMN 0 to have: 55, 66, 77, 88.
    I want COLUMNs 1-12 to...
  10. Now, it's "Two Hard-coded Arrays WITH DIFFERENT SIZES into One 2-Dimensional Vector"

    OK, now I'm making the arrays two different sizes and haven't figured out exactly how to populate the vector correctly.
    Although I'm coding with "for loops" in this one, I also tried the"assign"...
  11. Hello oogabooa, Thank you again for schooling me...

    Hello oogabooa, Thank you again for schooling me on this topic. I have learned more in these couple of posts than in many sites cuz of course what I'm looking for here isn't in either of my...
  12. Hi Elysia, thanks for the alternate code, it's...

    Hi Elysia, thanks for the alternate code, it's always good to see different examples. I don't understand the comments underneath your code...? If I'm not mistaken, if you include "using namespace...
  13. Hi oogabooga, thank you for clarifying the loop...

    Hi oogabooga, thank you for clarifying the loop issue. You are right, I didn't quite get your code before, and my output wasn't coming out right either....?...However, I ran it again, and it's...
  14. Phase 2 of: Two Hard-coded Arrays into One 2-Dimensional Vector

    OK, my code is revised and it is now working. I am ready for Phase 2 of this program.
    However, before taking it there, I'd like to receive input on the following questions:

    1. How does the "for...
  15. Hello oogabooga, Thank you for the post. I...

    Hello oogabooga,

    Thank you for the post. I just put it into my program and it's looking good. Let me populate all of the indices and run it.
    After that, I am looking to expand on this program...
  16. Two Hard-coded Arrays into One 2-Dimensional Vector

    Hello, I have been working on this issue for a long time, and I need your expertise.
    I have 2 arrays, each of them are hard-coded with integer values.
    I also have one 2-Dimensional vector and I...
  17. Hello Laserlight, I just posted my question...

    Hello Laserlight,
    I just posted my question regarding an upcoming SDE interview I have with Amazon next week.
    I think that you are able to see it in this thread. If not, please let me know if...
  18. Hello Coder Head, Happy Thursday, I hope your...

    Hello Coder Head,
    Happy Thursday, I hope your day is going fine.
    This post is about a different subject, getting my first Programming gig.
    I asked Alex, the head of this site, if it was...
  19. Hi Laserlight, Thank you for guiding me on the...

    Hi Laserlight,
    Thank you for guiding me on the fine points of loops and data structures.
    I just logged in right now, so I need to take a look at exactly what you are saying.
    It's exactly these...
  20. A fresher, cleaner version morphed per your tips and my original outline

    Hello Coder Head and Laserlight,
    All of your suggestions have been great to learn from.
    For the record, this practice project does include outputting
    all of the letters of the alphabet, matches...
  21. REALLY! It works now thanks to all of your assists!

    ;););)
    Hello Coder Head,

    Thank you for sticking with me through the journey.
    You gave me encouragement I was on the right track, and just needed a couple of key adjustments. This helped me to...
  22. Thank you for the input. For the sake of...

    Thank you for the input. For the sake of simplicity I have recoded it to be in main only. It still does not work correctly, I will paste in the output:


    #include <iostream>
    #include <iomanip>...
  23. Hi all, Thank you for your tips. I want you...

    Hi all,
    Thank you for your tips.
    I want you to know that I tried every tweak you suggested, as I (more than anyone) want this to work!
    Here are the problems:
    regarding: "somewhere along the...
  24. Hello all, thank you big time for all of your...

    Hello all, thank you big time for all of your feedback...; ) !!
    I just got my PC back from the shop today and got your posts.
    Let me look at it all of your tips carefully, and follow up shortly....
  25. Hi whiteflags, Yes, I feel that surrendering...

    Hi whiteflags,

    Yes, I feel that surrendering feeling...code that doesn't work can make you feel like that...; )
    I tried your suggestion and put the "cout" statement in the "i" loop, and it...
Results 1 to 25 of 28
Page 1 of 2 1 2