Search:

Type: Posts; User: morgog

Search: Search took 0.00 seconds.

  1. Error when passing Array to a function using struct.h

    I have just started to learn C at a local college and we are using Visual Studio 2005 as the compiler/debugger.

    When I write my program with the variable array declared in Main.cpp, the array...
  2. Replies
    14
    Views
    2,270

    Thanks for the quick help with the problem. I...

    Thanks for the quick help with the problem.

    I only noticed after reading your reply that :


    scanf("%f%*c",degEntered);
    ..
    and

    scanf("%c%*c",Conversion);
  3. Replies
    14
    Views
    2,270

    newbie help with "if" and "char"

    Hi,
    I am very new to C, so I apologise if this is a really stupid question.
    I'm trying to read a character input from the keyboard (F or C) and if the response is F calculate from Fahrenheit to...
Results 1 to 3 of 3