Search:

Type: Posts; User: Sulaco

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    718

    Structure Help...

    To Whomever can Help Me;

    I am having trouble with this structure program. I believe the problem is in the scanf statement or in the initial declaration of the structure. Any pointers would be...
  2. Replies
    5
    Views
    5,071

    Using a switch for multiple character, now!

    To Whomever can Help Me;

    You've shown me that you can use switch for single characters, but what about for a range of characters. For example, entering a char between C and W does the same...
  3. Replies
    2
    Views
    58,492

    Using the Switch statement with Characters?

    To Whomever Can help Me;

    Is it possible to use the Switch structure for characters? For example:

    switch(char)
    {
    case 1:char = 'b'
    .
    .
    .
  4. Replies
    3
    Views
    1,992

    Thanks for the help, Magos; but I have a few more...

    Thanks for the help, Magos; but I have a few more questions! How do you read in a character. Our teacher just dropped us into the alphabet and character stuff and didn't do a very good job...
  5. Replies
    3
    Views
    1,992

    Alphabet Program Help!!!!!!!

    To whomever can help me,

    I am a beginner at C programming and have very little knowledge of the subject as a whole. I need to develope a program that has you enter a letter, say 'D', and return...
Results 1 to 5 of 5