Search:

Type: Posts; User: Fabrik8

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    899

    Thanks "Daved" I replaced the text with...

    Thanks "Daved" I replaced the text with "This_is_where_the_text_will_output" for my notes and entered a /*note of space stop*/
  2. Replies
    2
    Views
    899

    File I/O question?

    Here is the sample code from this site in the tutorial....


    #include <fstream>
    #include <iostream>

    using namespace std;

    int main()
    {
  3. Thank you i will keep this in mind and try to...

    Thank you i will keep this in mind and try to clean my next one up.... :) I understand as well about the statements being on there own lines. This caused me problems early out as i would leave the...
  4. Ok I wanted to say thank you to everyone who has...

    Ok I wanted to say thank you to everyone who has replied, thanks for all the support...

    Next i would like to get your oppinion on my code and let me know if its sloppy or ok?

    Would be greatly...
  5. Great tip :) I love this (and I know this is...

    Great tip :) I love this (and I know this is remedial crap but im having fun learning!)

    Can I start over with a new question after the sin.ignore()?
  6. Ok heres what I have, I moddified the code to do...

    Ok heres what I have, I moddified the code to do what i wanted it to do, but at the end result (the correct answer) where it is supposed to say "yay you got the right answer" Im getting nothing but...
  7. Yeah I got that, but it still doesnt work.....

    Yeah I got that, but it still doesnt work.....
  8. Im getting errors in this code...I marked where...

    Im getting errors in this code...I marked where the error is occuring (line 1 @ cout)

    Using Dev-C++ Compiler.....
  9. Hello! New to C++ need help on a certain code.

    Im not sure how to explain this, so I will do it the only way I know how..

    Here is the code:


    #include <iostream>
    using namespace std;
    int main()
    {int answer;
    cout<<"what is 4+4:";
Results 1 to 9 of 9