Search:

Type: Posts; User: manoncampus

Search: Search took 0.01 seconds.

  1. Thread: array help

    by manoncampus
    Replies
    6
    Views
    883

    Well if it starts at [0][0] and goes to [8][8]...

    Well if it starts at [0][0] and goes to [8][8] then it's 81.
  2. Thread: array help

    by manoncampus
    Replies
    6
    Views
    883

    array help

    I'm writing a program with a two dimmensional array and it goes up to [8][8](81 variables). For one part I need to check weather any of the variables are equal to 0 and instead of checking each one...
  3. Replies
    10
    Views
    1,672

    Weather I round it or not it just automatically...

    Weather I round it or not it just automatically rounds up to .02. Do you think it could be a problem with the compiler that I'm using?
  4. Replies
    10
    Views
    1,672

    but the thing is, I will need to use 0.016...

    but the thing is, I will need to use 0.016 specifically because the specifications for an envelope thickness will be between .016 and .25(not inclusive). I havn't done this part yet because I want...
  5. Replies
    10
    Views
    1,672

    problem with relational operators

    When I run this program everything works fine except I cannot enter 0.016 for thickness. Can anyone give me some help on what the problem might be?




    #include <iostream>
    #include <iomanip>...
Results 1 to 5 of 5