Search:

Type: Posts; User: devisezni

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    3,075

    Thanks! That helps a lot! my main problem was i...

    Thanks! That helps a lot! my main problem was i was using tabs. lol Now I know why it wasn't acting right! and 'white space' does definitely clean it up.

    EDIT: If I run into any more snags, I'll...
  2. Replies
    11
    Views
    3,075

    I love you guys! Everyone was a lot of help....

    I love you guys! Everyone was a lot of help. here's the new and updated program code that works flawlessly so far through 5 examples :) Again, thank you!



    #include <iostream>
    using namespace...
  3. Replies
    11
    Views
    3,075

    Not a problem :) Dev -C++ compiler is what i am...

    Not a problem :) Dev -C++ compiler is what i am using.
  4. Replies
    11
    Views
    3,075

    Okay, I think I get what you are saying... So it...

    Okay, I think I get what you are saying... So it should look more like this:


    #include <iostream>using namespace std;


    int main()
    {
    int numCredHour = 0;
    double totTuition = 0;
  5. Replies
    11
    Views
    3,075

    Working on homework, hit a snag

    Hey guys,

    I'm in my first year of community college, trying to learn C++ for the first time. I'm running into a snag on my homework though. I've got 99% of the code, but continually get the same...
Results 1 to 5 of 5