Search:

Type: Posts; User: Eddie Ramos

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    18,596

    Np my problem is actually pretty hard to explain...

    Np my problem is actually pretty hard to explain and understand as well but yes that's exactly what i want to do :)
    my compiler can't run C can you pleas convert it to c++ if its not too much...
  2. Replies
    15
    Views
    18,596

    the first input asked the user for 2 values from...

    the first input asked the user for 2 values from the color code number list no spaces btw all stuck together

    cout<<"0 = black"<<endl;
    cout<<"1 = brown"<<endl;
    cout<<"2 = red"<<endl;
    ...
  3. Replies
    15
    Views
    18,596

    am trying to make my program output the colors...

    am trying to make my program output the colors rather then the numbers

    resister references:
    http://www.dannyg.com/examples/res2/resistor.htm
    Electronic color code - Wikipedia, the free...
  4. Replies
    17
    Views
    5,315

    #include using namespace std; ...

    #include <iostream>
    using namespace std;


    int main() {
    double input,days,hours,minutes,seconds;

    cout << "Enter a number of seconds: ";
    cin >> input;
  5. Replies
    15
    Views
    18,596

    Resistor value to color code and vice versa

    I'd like to thank you all for your time and help in advanced much appreciated.

    Microsoft Visual Studio 2012
    C++ Console Application

    What my program is to do:
    -ask user for value ex. 200 ohms...
  6. Replies
    2
    Views
    1,522

    warning #2229?

    #include <stdio.h>

    int main(void)
    {
    int count_emp = 0;
    int numb_days = 0;
    double temp;
    double total_temp;
    int average_temp;
Results 1 to 6 of 6