Search results

  1. S

    C++ Help compile errors

    im trying to get this programm to work using the most recent version of dev-C++ heres the code its from the c++ for dummies book // // Program to convert temperature from Celsius degree // units into Fahrenheit degree units: // Fahrenheit = Celsius * (212 - 32)/100 + 32 // #include <cstdio>...
Back
Top