Search:

Type: Posts; User: cobrakidd

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,905

    How would I get the main() to go through the...

    How would I get the main() to go through the switch construct?
    You're right, my output is the same as my input each time.
    Thanks for the help.
  2. Replies
    3
    Views
    1,905

    Help with removing characters

    I am writing a program that will get a string from the user and remove all vowels within the string, as long as the first letter of any word in the string is not a vowel.
    Im required to use switch,...
  3. Replies
    9
    Views
    13,148

    Thanks for everyone's help. I finally got it...

    Thanks for everyone's help. I finally got it working using the form my professor wants. If anybody's interested, here's my final code. Thanks again.



    #include <iostream>
    #include...
  4. Replies
    9
    Views
    13,148

    Thats the problem...I dont really know. Refer to...

    Thats the problem...I dont really know. Refer to Eibro's post.
  5. Replies
    9
    Views
    13,148

    Thanks for the help. There's a lot of good stuff...

    Thanks for the help. There's a lot of good stuff on there too. Can someone tell me how to use a carry/borrow value? Like I said, I'm really new to this.
  6. Replies
    9
    Views
    13,148

    Thanks a lot! Thats a whole lot easier. I just...

    Thanks a lot! Thats a whole lot easier. I just dont know if my professor will take it. Know of a way to do it with the code that i started with??
  7. Replies
    9
    Views
    13,148

    Converting decimal to hex

    I've been writing a program that will convert a decimal input to an octal or hex number. Basically I just need some help with the decimal to hex conversion. I searched the board for a while, but...
Results 1 to 7 of 7