Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. borman

    Dumb Question about Graphics

    Another one you can use is textattr(BLUE + BLINK);<br> cprintf(&quot;............);<br> <br> hope this helps to beef up your program headers and such.
  2. borman

    Simple temp conversion program

    Thanks code head...I tried the declarations and the other statements, then I modified the code a bit....<br> <br> #include&lt;stdio.h&gt;<br> <br> int main ()<br> <br> {<br> double fahr;<br> double celsuis;<br> double fahrenheit; <br> <br> printf(&quot;Enter...
  3. borman

    Simple temp conversion program

    Hello...I am just starting out in C and was wondering what would be the best formula to enter into a fahr to celsius mainline?<br> <br> <br> #include&lt;stdio.h&gt;<br> <br> #define ?????<br> <br> int main()<br> <br> {<br> <br> printf(??);<br> scanf(.....);<br> <br> return(0)<br>...

Part and Inventory Search

Back
Top