Search:

Type: Posts; User: Rod Micael

Search: Search took 0.01 seconds.

  1. #include #include ...

    #include <iostream>

    #include<vectors>

    using namespace std;

    int main()

    {
  2. #include #include? using...

    #include <iostream>

    #include<vectors>?
    using namespace std;

    int main()

    {

    const int numberofterms=3
  3. At least that's my way of "understanding" what...

    At least that's my way of "understanding" what you are trying to say. I know its wrong. LOL.
  4. actually I meant for line 24: T[2] =...

    actually I meant for line 24: T[2] = (T[0]+T[1]+T[2])/numberofterms
  5. #include #include? using...

    #include <iostream>

    #include<vectors>?
    using namespace std;

    int main()

    {

    const int numberofterms=3
  6. so how would the if and else loops work in this...

    so how would the if and else loops work in this case @R41D3N?
  7. let me show you what I am talking about: for loop...

    let me show you what I am talking about: for loop and vectors - C++ Forum
  8. I see some of the examples using iostream...

    I see some of the examples using iostream <vector> is that necessary?
  9. Question about using an vector iteration loop in C++---Running Mean with three values

    I am trying to figure out a general form of this hypothetical example using C++.

    I have a vector with any three numbes. I want the first numbers and third numbers in the vectors to not be changed,...
Results 1 to 9 of 9