Search:

Type: Posts; User: F5 Tornado

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    4,161

    Good question. For some reason though, the...

    Good question. For some reason though, the program still worked though.
  2. Replies
    6
    Views
    4,161

    Yeah we didn't learn about bitset yet. What doug...

    Yeah we didn't learn about bitset yet. What doug said about bool and int is what we should've used.

    I finished it and submitted this online. I actually tried with the 4 loops and got it although,...
  3. Replies
    6
    Views
    4,161

    Too many loops D:

    I'm having difficulty with arrays. It's probably an easy thing to understand but I haven't had much time lately to look into it fully.

    My program that I'm trying to make involves arrays but not...
  4. Yet another case of me being dumb. Found the...

    Yet another case of me being dumb. Found the attachment button.
  5. I also just realized that you may need the text...

    I also just realized that you may need the text file but I dont' know how to attach that. This is directly copied from it. first column is military time, next is temp, then pressure, then volume.
    ...
  6. // HW-5.cpp : Defines the entry point for the...

    // HW-5.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include <iostream>
    #include <iomanip>
    #include <fstream>
    #include <cmath>

    using namespace std;
  7. I'm not understanding something about my program

    EDIT: I didn't read the "READ BEFORE POSTING" topic b/c I'm dumb. I just tried to edit it to put code tags but I couldn't figure out how. Sorry..... :-(



    I'm having a problem with my program...
Results 1 to 7 of 7