Search:

Type: Posts; User: buckwheat88

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    3,155

    Sorry about not responding sooner, have either...

    Sorry about not responding sooner, have either been busy or forgeting about this, but thank you all for the help! Thanks to everyone who helped with any of the questions that I had, it was much...
  2. Replies
    12
    Views
    3,155

    I am now also working on decode.cpp. I believe I...

    I am now also working on decode.cpp. I believe I have everything right up to the last step. I have some pseudocode written out, but don't know how to code my pseudocode...

    My pseudocode is for...
  3. Replies
    12
    Views
    3,155

    Ok, figured out the counter shiznit, the way he...

    Ok, figured out the counter shiznit, the way he put it confused me. "Integer counter variable" confused me, if he would have said an "int counter" I would have known what to do. Did that step, and...
  4. Replies
    12
    Views
    3,155

    Ok, I've hacked through it a little bit, have...

    Ok, I've hacked through it a little bit, have this for encode.cpp:

    // stdlib required for the exit() function
    #include <stdlib.h>
    #include <stdio.h>


    int main()
    {
    char...
  5. Replies
    12
    Views
    3,155

    Chris... do you know if he sits in the back row...

    Chris... do you know if he sits in the back row by chance? I think the person I sit next to is named Chris, but I'm not sure
  6. Replies
    12
    Views
    3,155

    Haha, yes I am in his class. Someone actually...

    Haha, yes I am in his class. Someone actually mentioned the fact that one of my questions that I was asking about was similar to http://www.angelfire.com/linux/willc0de4food/programs/basicinput.c . ...
  7. Replies
    12
    Views
    3,155

    Last program!!

    Hi, I'm working on a program, and I'm lost already. Been working on this for a while surprisingly, just have been looking through my notes and can't find stuff on this. This is what I have to do:
    ...
  8. Replies
    3
    Views
    1,185

    Converting C to C++

    Hi, I have to convert some of my programs from C to C++. I think I'm doing it right, but I'm getting errors. This is my original program:

    /* million.c by Aron 10/03/2005 */

    /* This program...
  9. Replies
    6
    Views
    2,579

    Heh, nope we're not the same people, but we do go...

    Heh, nope we're not the same people, but we do go to the same school. This is for a class and I'm assuming he either is taking, or has taken the class. I noticed the "fixgets" section was "written...
  10. Replies
    6
    Views
    2,579

    customer input

    Hi, I have to write a program in C to enter basic information about a customer into several string variables. This is the criteria I have to follow:


    This is what I have:


    /* basicinput.c by...
  11. Replies
    4
    Views
    1,995

    Thank you both! Eventually figured out both...

    Thank you both! Eventually figured out both parts. This was my final result:

    /* Gradefun.c by Aron 10/19/2005 */
    /* This program is used to calculate an average
    * out of 10 digits. This is...
  12. Replies
    4
    Views
    1,995

    multiple functions

    Hi, I have a question regarding creating multiple functions. I would not like the entire code written out and given to me (because this is for a class) but I would like a helping push in the right...
Results 1 to 12 of 13