Search:

Type: Posts; User: 3DPhreak

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,106

    Thanks! I figured that's what it was doing, but...

    Thanks! I figured that's what it was doing, but I just can't fathom why they would make it that way. Is this normal? I would imagine it would have promoted those to floating points since Celcius...
  2. Replies
    3
    Views
    1,106

    Why is this program converting to integers

    // This program converts Celcius to Fahrenheit

    #include <iostream.h>
    #include <iomanip.h>

    void main(void)
    {
    float Celcius, Fahrenheit;
    cout << "Please enter a a temperature in Celcius: ";...
  3. Replies
    11
    Views
    2,767

    Programming - viable to change carreers?

    I'm currently an network engineer for a large telecom company. My experience is designing and implementing various customer network utilizing Cisco equipment. We all know how that industry is going...
  4. Game programming ........ Where is good place to start?

    I originally posted this in the General Forum my mistake.


    I use to love programming on my old Commodore Vic-20/64/128. I even did some assembly programming on those old jewels

    I've been an...
Results 1 to 4 of 5