Search:

Type: Posts; User: DigitalBear

Search: Search took 0.00 seconds.

  1. odd request but can someone delete this topic? Or...

    odd request but can someone delete this topic? Or edit the code out of all the messages? It seems that when the teacher made up this project, he wanted to use it again. So having it here is a google...
  2. OHH, i get it... 1 for Jan will be 1 for Feb,...

    OHH, i get it... 1 for Jan will be 1 for Feb, Thank you. Noticed it when debugging. so i should put a "Null" for the first index(Wrong) I just did a months[1-month](wrong); ... Now I'm confused...
    ...
  3. It Worked! Yes! I'll post code n a moment. :)...

    It Worked! Yes!

    I'll post code n a moment. :)

    Thanks again to all who helped +rep(ocn)

    This isn't over tho :) This is an ongoing project. I'm happy to be a new part of this awesome...
  4. true, but I want to learn, this will be my career...

    true, but I want to learn, this will be my career someday and in that pursuit I'm going to give my all to learn as much as quick and thoroughly as possible.. "believe it".. (lulz)

    Anyways. Thanks...
  5. Thank you all for your support so far, hopefully...

    Thank you all for your support so far, hopefully I'm not too annoying. The Reasons I haven't used class, struct or arrays are because I haven't learned them yet. The class on Classes and Arrays is on...
  6. Thank you for all your help but i figured it out...

    Thank you for all your help but i figured it out in some way to find out it's harder.


    string getBirthstone(int month)
    {
    string stone;
    switch(month)
    {
    case 1:
    stone="Granet";
  7. I'm still lost. That example and your advice on...

    I'm still lost. That example and your advice on (No global variables) helped me clean up another program but I still don't see how I can use getBirthstone(int month, string months, string stone) and...
  8. Yea, You need more tho... You can have comma's...

    Yea, You need more tho...

    You can have comma's and run them rowed instead of collums

    float odostartone,odostarttwo,etc..
    but whatever works for you.

    You also need distance1,2,3(or...
  9. Wow, thank you, Quick response. I'm trying to...

    Wow, thank you, Quick response. I'm trying to help another newer user atm so I'll study this in a moment and try to apply it to my current project. :)
  10. Then you got everything you need.. Read it in...

    Then you got everything you need.. Read it in english

    You need 3 start odometer readings right?


    float odostart1,odostart2,odostart3;// for the 3 start distances

    So now you need end...
  11. Simple, do TripStart Minus TripEnd millage as a...

    Simple, do TripStart Minus TripEnd millage as a values to get distances

    For Miles per gallon it's Miles/Gallons = MPG

    Setting up the displace will just be cleaver cout codes
  12. Birthstones, Months, Strings and Functions!

    Alright, I'm working on this program in C++ condole that will pretty much Greet you, ask some birthday questions and display information... Good thing is. I got it working, But then I re-read the...
Results 1 to 12 of 12