Search:

Type: Posts; User: CommonTater

Search: Search took 0.04 seconds.

  1. Replies
    21
    Views
    7,730

    It's pretty obvious he was getting very...

    It's pretty obvious he was getting very frustrated, wasn't thinking clearly... and likely has a problem following instructions to begin with.

    Coders with that temperment don't last long... but I'm...
  2. Replies
    21
    Views
    7,730

    I know... sometimes I can be such an idealist......

    I know... sometimes I can be such an idealist... :frown:

    (Realizing that post #14 was the first time we saw his actual code, which was not my suggestion at all...)
  3. Replies
    21
    Views
    7,730

    Yeah well... don't let the door hit yer backside...

    Yeah well... don't let the door hit yer backside on the way out...


    With that kind of temper, we don't need you here at all... You never once followed my examples or instructions... and the...
  4. Replies
    21
    Views
    7,730

    If you want a 4 th case... use a 4th case... ...

    If you want a 4 th case... use a 4th case...



    int main(void)
    {
    menu();
    while (1)
    {
    switch (getchar())
  5. Replies
    21
    Views
    7,730

    Go back and look at post #9 ... I tested that on...

    Go back and look at post #9 ... I tested that on my own system and it works just fine.

    Stop reposting what I posted... Post your *actual* code... lets see what you are doing wrong!
  6. Replies
    21
    Views
    7,730

    What exactly did you try? The example I gave...

    What exactly did you try?
    The example I gave you is a skeletal version of code I use in real world programming. I know it works.




    #include <stdio.h>

    int main(void)
    {
  7. Replies
    21
    Views
    7,730

    If you are only getting a single character use......

    If you are only getting a single character use...



    int quit = 0;
    while (! quit)
    {
    // display menu

    switch ( getchar() )
Results 1 to 7 of 7