Search:

Type: Posts; User: blackgingr

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    2,136

    s'ok, i'm sorry if i also sounded rude. :) I...

    s'ok, i'm sorry if i also sounded rude. :) I normally do try to understand what's behind it, but I've already been working on this code for days, and its due tonight, and i'm panicking slightly.
  2. Replies
    10
    Views
    2,136

    I'm not just randomly trying to learn C. I'm...

    I'm not just randomly trying to learn C. I'm actually taking a college course for it. I just occasionally need help with what may seem like very easy concepts to other people, but are foreign to a...
  3. Replies
    2
    Views
    2,136

    Trying to print grid

    What I'm trying to do is print a 20 by 20 grid of dashes, except for one location that is a letter. My problem is that this has become an infinite loop, that prints nothing. Any suggestions?


    ...
  4. Replies
    10
    Views
    2,136

    Great :) Thank you. I did all that, and now...

    Great :) Thank you. I did all that, and now that section of my code works at least..... heh....can't say the same for the rest of it, but i'll keep working.
  5. Replies
    10
    Views
    2,136

    Ok, removing that bracket didn't help. In fact it...

    Ok, removing that bracket didn't help. In fact it created more errors. And this is my first attempt at anything involving functions, so i'd be grateful for any help you can give me.


    would it...
  6. Replies
    10
    Views
    2,136

    Can't find error in code

    This section of my code keeps coming up with a local function error, but i can't find any braces that aren't closed. Any help is greatly appreciated!




    while (1)

    {

    printf("What would...
  7. Replies
    3
    Views
    2,291

    thank you

    deleting the spaces fixed the problem! Thanks for all your help!
  8. Replies
    3
    Views
    2,291

    Switch Statements

    Is there any reason why the program would ignore a switch statement?

    I believe that its coded correctly, but none of the cases are acted upon. Thanks for any advice. Here's a copy of the switch...
Results 1 to 8 of 8