Search:

Type: Posts; User: glasvegas

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,681

    Start over a program?

    Alright, so I'm in the process of making an application that will convert alot of stuff. The user will be able to choose what type of converter they wanna use etcetc. The problem is that I want the...
  2. Replies
    9
    Views
    8,359

    Alright, so this is how I did it instead and it...

    Alright, so this is how I did it instead and it worked. Is that how it should be? :D

    E = C;
    C = D;
    D = E;
  3. Replies
    9
    Views
    8,359

    Interchange the contents of two variables

    Alright, so I'm reading a book on C programming and this is an assignment after the first chapter.

    "Two numbers are input through the keyboard into two locations C and D. Write a program to...
  4. Thanks alot guys, it worked! I've followed...

    Thanks alot guys, it worked!
    I've followed thenewboston but he stopped making guides on C so now I need something new to learn from. Any suggestions for someone that is new with C?
  5. Beginners problem with C - User input, average etc

    I got a problem with this program. It's supposed to get the number of family members from the user and their ages. It should then calculate the average age of the family, it only works when I use 2...
Results 1 to 5 of 6