Search:

Type: Posts; User: musayume

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,769

    Thank you so much, that works well :)

    Thank you so much, that works well :)
  2. Replies
    3
    Views
    1,769

    Returning arrays from function to main

    I know that you can't simply return an array from a function to main but since I'm so confused on pointers, I need to ask for help.

    Here's basically a sketch of what I have:



    int main (void)...
  3. Replies
    2
    Views
    1,645

    Wow, so that was all I was missing? I knew I...

    Wow, so that was all I was missing?

    I knew I was missing something *sigh*.

    Thanks alot, that worked!
  4. Replies
    2
    Views
    1,645

    Displaying all zeros?

    I'm working on a program... pretty much completed it except that theres a tad boo-boo that I can't figure out.

    Basically, I was told that when I input (scanf) more than 1 zero, it would display...
  5. Replies
    4
    Views
    3,820

    :) I understand the board has a rule on asking...

    :)

    I understand the board has a rule on asking other people to do your work but it's not what I'm asking.

    I'm assuming I'll need a new data type because it's the only possible error I can...
  6. Replies
    4
    Views
    3,820

    Using escape sequences as user inputs

    Hello again,

    I need to find out a way to make it so the program reads characters from keyboard and watches for escape sequences. Characters are easy to input but what are the variable data types...
  7. Replies
    3
    Views
    2,169

    Totaling up numbers in a for loop?

    I'm attempting another simple calculation program... a bank program to be specific. It asks how many deposits does the user want, user inputs x... program asks to input x amount of deposits. Same...
  8. I appreciate this guys! :) All I ask is for a...

    I appreciate this guys! :)

    All I ask is for a small nudge in the right direction... I firmly believe that the best way is to learn from my mistakes and find out new things by researching... with a...
  9. Float/double compiler error and TONS of questions!

    Looks like I'll be asking tons of questions in this forum from now :) Hope I don't make anyone irritated with constant questions.

    I'm making my second program for the beginner's C class.. Just...
  10. Replies
    3
    Views
    3,458

    Ah yes :) That's one of the problem... I'm...

    Ah yes :)

    That's one of the problem... I'm going to have to use understrikes from now on.

    Thank you for all that replied :)
  11. Replies
    3
    Views
    3,458

    Bad code or bad compiler?

    Hello. I've just begun learning C and I've been practicing a few user input - calculation output programs. I got one program down that's doing fine... but I have one piece of code that's making me...
Results 1 to 11 of 11