Search:

Type: Posts; User: kt1991

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    975

    I haven't yet I will once I finish, and the...

    I haven't yet I will once I finish, and the requirements were literally print it like he showed us on the work sheet he didn't give us a single requirement so it is kind of a guess on our parts.
  2. Replies
    6
    Views
    975

    Thanks, I believe I got it now I just need to...

    Thanks, I believe I got it now I just need to format it so that my numbers aren't running together. I appreciate the help.
  3. Replies
    6
    Views
    975

    Would I have to write a print function to use...

    Would I have to write a print function to use this std:: method or could I keep my code and add the std:: in the appropriate places
  4. Replies
    6
    Views
    975

    classes and outputting to a file

    hey I am trying to write a program that converts decimal to hex, binary etc. I then need to take the info and output to a file. I am using a class and have the couts in my class functions I was...
  5. Replies
    1
    Views
    7,963

    arrays and converting decimal to binary

    hey, I am writing a small program that takes a decimal number ranging from 1 to 255 and converts it to bcd. Somewhere near the end of the program my output gets messed up. For example I need 255 to...
  6. wow I feel dumb now, thank you so much. The sad...

    wow I feel dumb now, thank you so much. The sad thing is I have written like 3 or 4 class programs I guess that is what happens when you take a summer break away from c++
  7. Thanks, do you see anything wrong with my binary...

    Thanks, do you see anything wrong with my binary function because when I call it in the int main is where I get an error and I can't tell if it is from me passing a variable wrong or what. That is...
  8. help with making a class and passing variables

    hello, I am working on a program that takes numbers 0-255 and converts them to binary and hexadecimal and bcd. I believe my algorithms and remove function are correct but when I call the function in...
Results 1 to 8 of 8