Search:

Type: Posts; User: galactic_ronin

Search: Search took 0.00 seconds.

  1. Replies
    25
    Views
    4,136

    Awesome. Thanks I will. Yeah I'm finding it very...

    Awesome. Thanks I will.
    Yeah I'm finding it very hard avoid getting frustrated right now. These inexplainable errors are the worst.
  2. Replies
    25
    Views
    4,136

    Windows xp

    Windows xp
  3. Replies
    25
    Views
    4,136

    same error still... Maybe I should try a...

    same error still...
    Maybe I should try a different compiler. Any recommendations?
  4. Replies
    25
    Views
    4,136

    Sorry for the confusion, no I did not have...

    Sorry for the confusion, no I did not have anything in the subsetting system ie it said "Not Set". I thought you were asking if I was using windows as an operating system (remember I'm still a noob...
  5. Replies
    25
    Views
    4,136

    I went ahead and made these changes and I'm still...

    I went ahead and made these changes and I'm still getting the same error. Ill also note that I am using windows and that the book I'm using is telling me to use <math.h> so I have yet to hear of...
  6. Replies
    25
    Views
    4,136

    UGH... It's still not working for me...

    UGH...
    It's still not working for me...
  7. Replies
    25
    Views
    4,136

    EXTRA NOTE: I copied this code (4 times) directly...

    EXTRA NOTE: I copied this code (4 times) directly from chapter 2 of the C++ Without Fear book so I'm 99&#37; sure the code is correct.
  8. Replies
    25
    Views
    4,136

    When I hit F7 I just get a line of text at the...

    When I hit F7 I just get a line of text at the output column. It prints "build started..." then instantly replaces the text with "build failed".
  9. Replies
    25
    Views
    4,136

    Problem running prime number test.

    #include <stdafx.h>
    #include <iostream>
    #include <math.h>
    using namespace std;

    int main()
    {
    int n; // Number to test for prime-ness
    int i; // Loop counter
    int is_prime; // Boolean flag
  10. I hit Ctrl + F5 to try to start the program but I...

    I hit Ctrl + F5 to try to start the program but I get an error message that says there were build errors, and it wont run the program.
  11. Newbie programmer with his first frustration

    Hello my first post brings with it my first c++ problem. Having no previous coding experience, I went out and bought C++ Without Fear as recommended by the site and ran into difficulties with the...
Results 1 to 11 of 11