Search:

Type: Posts; User: Inao

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,200

    oh wow, thank you so much - it works now!

    oh wow, thank you so much - it works now!
  2. Replies
    2
    Views
    1,200

    Noob + Functions == Problems

    Ok, so I've been tinkering with this code meant to take an input of time and display it in Hours:minutes:seconds using two functions... Now when I define values for variables within functions they...
  3. Replies
    40
    Views
    2,973

    Can you help me figure out where to place that...

    Can you help me figure out where to place that within the above code?
  4. Replies
    40
    Views
    2,973

    #include #include using...

    #include <iostream>
    #include <cstdio>

    using std::cin;
    using std::cout;
    using std::endl;

    int main(void)
    {
    int ch;
  5. Replies
    40
    Views
    2,973

    Same code new probs

    After the first question is asked "How many books have you read in the past year?" if I enter characters "faslkdfja" or any other combination of course, it throws me into an infinite loop... help!?
    ...
  6. Thread: Help Web hosting

    by Inao
    Replies
    5
    Views
    2,366

    Help Web hosting

    I need to find a good web host for 10$ a month or less, any ideas? thanks in advanced

    *note* I'll be using it as a sort of personal portfolio of programs, as well as a place to implement what I...
  7. Replies
    40
    Views
    2,973

    can someone toss me a link on exceptions?

    can someone toss me a link on exceptions?
  8. Replies
    40
    Views
    2,973

    Alright, I'm tired and making more mistakes by...

    Alright, I'm tired and making more mistakes by the minute. I'm going to crash and work on it some more tomorrow (I'd hope to have this in tonight, if you want what I have just tell me, I'll wait for...
  9. Replies
    40
    Views
    2,973

    else if ( book ) { ...

    else if ( book )
    {
    cout<<"Oops! Please inter a positive integer!\n";
    cin.get();
    }

    Shouldn't this, since book is defined as a character, mean if...
  10. Replies
    40
    Views
    2,973

    Oh ok, thank you much

    Oh ok, thank you much
  11. Replies
    40
    Views
    2,973

    Help with my while loop please, I obviously don't...

    Help with my while loop please, I obviously don't understand it.. I can't get it to start the program over for the life of me. at least not without making it just like the for loop in the sense that...
  12. Replies
    40
    Views
    2,973

    WAHOO! Declaring it a char made all the...

    WAHOO! Declaring it a char made all the difference... it also makes it possible for me to.. wow that helps alot, thanks!
  13. Replies
    40
    Views
    2,973

    define it as a char.. ok tutorials here I come,...

    define it as a char.. ok tutorials here I come, need to find out how to do that.. assumedly char input;
  14. Replies
    40
    Views
    2,973

    if ( input == 'a' ) { } That means if input...

    if ( input == 'a' ) {
    }

    That means if input is the same as a(they typed in a) then do the following right?
  15. Replies
    40
    Views
    2,973

    First off, The definition of else is if the...

    First off, The definition of else is if the previous if isn't true, therefore the && declaration thingies isn't neccesary. Next I was trying to make it if they user input something other than a...
  16. Replies
    40
    Views
    2,973

    ok, good Idea, I'll write a few easy progs and...

    ok, good Idea, I'll write a few easy progs and build on things with stuff I know that works... Get my mind off of it.... For some reason I just know that I'm missing something blatantly obvious... or...
  17. Replies
    40
    Views
    2,973

    I don't want to shorten it, Just make it work...

    I don't want to shorten it, Just make it work *kicks at the prog*
  18. Replies
    40
    Views
    2,973

    Its not the lesson I'm on, It was a challenge to...

    Its not the lesson I'm on, It was a challenge to do it using the if statement, imbeding if statements inside if statements... I was trying to avoid getting ahead of myself and going into switch...
  19. Replies
    40
    Views
    2,973

    Update: 1. When I enter a b c d or e to choose...

    Update:
    1. When I enter a b c d or e to choose my prize, it gives me... I think its the error message, but cin.get(); isn't registering properly or something because its not pausing for me to see...
  20. Replies
    40
    Views
    2,973

    *shakes head* I need help

    I'm currently working on a code to use imbedded if functions....
    Its kicking my butt now, I lost about an hours worth of tweaking and now I'm... bumbling around like an idiot. Let me show you my...
  21. Thread: Newb question

    by Inao
    Replies
    23
    Views
    2,109

    Small town= Small library, but I'll have to check...

    Small town= Small library, but I'll have to check out my local one and see if they have a few, perhaps I can print hte titles on here of what I find , or mayb ejust look for ratings through google.....
  22. Thread: Newb question

    by Inao
    Replies
    23
    Views
    2,109

    Ok, so that book would be appropriate for a my...

    Ok, so that book would be appropriate for a my current skill level? (pretty much none)
  23. Thread: Newb question

    by Inao
    Replies
    23
    Views
    2,109

    oh! I found it! I feel very stupid, sorry for...

    oh! I found it! I feel very stupid, sorry for taking so much time up with such a question, and thank you for putting up with me
  24. Thread: Newb question

    by Inao
    Replies
    23
    Views
    2,109

    And thats the executable?--- When I click on...

    And thats the executable?--- When I click on those it opens up dev c++, not the actual program on MSDOS

    will it be different for someone without it on their comp?
  25. Thread: Newb question

    by Inao
    Replies
    23
    Views
    2,109

    Can you give me an example?

    Can you give me an example?
Results 1 to 25 of 32
Page 1 of 2 1 2