Search:

Type: Posts; User: TDMedia

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,319

    Actually, I was thinking about restructuring the...

    Actually, I was thinking about restructuring the code to use labels instead of chunks of code inside an if statement. Still trying to decide if that's really a good call. I THINK that in the long...
  2. Replies
    6
    Views
    1,319

    Thanks a lot for your help! Worked like a charm....

    Thanks a lot for your help! Worked like a charm. :) If anyone's interested, this is what I was integrating it into:


    #include <iostream>

    using namespace std;

    int main(int argc, char...
  3. Replies
    6
    Views
    1,319

    Combining user inputs to put into System()

    First off, let it be known that I'm relatively new to programming and VERY new to C/C++. Now that that's over...

    I have a problem with a simple command line program that is meant to collect a few...
Results 1 to 3 of 3