Recent content by sambino

  1. S

    C++ Help compile errors

    OMG thank you so much it worked something so simple i guess i should"nt have been so lazy and typed it in but ill remember that
  2. S

    C++ Help compile errors

    copy and paste from acrobat reader
  3. 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