Search:

Type: Posts; User: bnmwad

Search: Search took 0.01 seconds.

  1. multiple values in #define(?) & counter placement

    Newbie needing help -- I am writing a program to implement sorting alogrithms and think what I have is correct (feel free to double check me!). Where I am have problems is as part of the assignment...
  2. Replies
    7
    Views
    4,545

    Thanks

    Thanks for the help !! I figured as usual it was something simple I just kept missing!!
    :D
  3. Replies
    7
    Views
    4,545

    Sorry about that --not sure what I managed to do...

    Sorry about that --not sure what I managed to do to lose my formatting. Here is the complete program I am working on. As mentioned in the previous post, the pig() function is my trouble spot. Here...
  4. Replies
    7
    Views
    4,545

    A little help - Pig Latin function

    Slow but sure and I am finally close. Below is a function I am calling from a menu. It is to convert a sentence for English to Pig Latin. I have not found where I went wrong yet (any help would...
  5. Replies
    1
    Views
    1,259

    Game of Life pros - help me

    Help me :confused: . I am close on, just need help. The ouput for this game of life program is incorrect. I know the problem lies with the "occ" function.




    #include <stdio.h>
    #define...
  6. Replies
    3
    Views
    1,606

    Thanks

    I have made the changes you suggested. Thanks for yur help!!

    :p
  7. Replies
    3
    Views
    1,606

    sooo close - need a little help

    Ohh so close to getting the program to do what is required!!
    Below is the code. I have two problems I have not been able to figure out:
    1) I need input to accept only integer input (but as is...
  8. Replies
    9
    Views
    2,408

    Sorry, I should have posted the revised code with...

    Sorry, I should have posted the revised code with the changes I made-- I have taken out the printf's with the newlines and it is still giving me trouble. I will repost the code soon.
  9. Replies
    9
    Views
    2,408

    Still am puzzled!! added a printf to code right...

    Still am puzzled!! added a printf to code right before switch to see what "select" had stored. It came back with nothing ??!! What am I missing or should I try to correct this??

    Thanks,
  10. Replies
    9
    Views
    2,408

    Functions- newbie nedds rescue

    Help me please (I will master C yet!!) . Soon I will have 2 weeks to master the syntax and functions but now I need help.
    Right now I cannot even see how the rest of my coding is because when I...
  11. Replies
    7
    Views
    2,503

    Newbie- having trouble with functions

    :confused: Can anyone help a rookie new to C who is working hard to figure out and get comfortable with functions?? Below is my code for a program that is to prompt user for input to draw a...
Results 1 to 11 of 11