Search:

Type: Posts; User: craff25

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    797

    Um its for a test sheet so honestly any example...

    Um its for a test sheet so honestly any example that would be illustrate this works
  2. Replies
    4
    Views
    797

    passing arrays to other data has pointers

    Hi,

    I am looking for an example of when passing arrays to other data that has pointers,

    I understand the terms I would just like to see a small example of code that actually demonstrates this...
  3. Replies
    7
    Views
    1,723

    thank you fixed the mistakes now when i go to run...

    thank you fixed the mistakes now when i go to run program and input numbers i can input in one # then when i go to input a second it stops working (gives a not responding) and ends
  4. Replies
    7
    Views
    1,723

    well if you could that be great, my teaching...

    well if you could that be great, my teaching assistant said something with pointers didnt understand and he left for the weekend.. but i think its pointers? i know the average part of the code isn't...
  5. Replies
    7
    Views
    1,723

    Here is what i wrote #include

    Here is what i wrote



    #include <stdio.h>
  6. Replies
    7
    Views
    1,723

    Need help with pointers

    I need help getting the pointers right, I believe i got most of it correct, but I'm missing something and have no idea what or how to fix it.

    here is the problem

    Write a function, named sums(),...
  7. Replies
    17
    Views
    3,354

    yes i believe so

    yes i believe so
  8. Replies
    17
    Views
    3,354

    I think thats right sorry im new to all this lol

    I think thats right sorry im new to all this lol
  9. Replies
    17
    Views
    3,354

    I apologize i thought i added the code didnt...

    I apologize i thought i added the code didnt realize you needed to actually write in [code] on post i have uploaded what I've done so far
  10. Replies
    17
    Views
    3,354

    #include void sums(double Input[],...

    #include <stdio.h>

    void sums(double Input[], int elements, double *PSum, double *NSum, int *numOfP, int *numOfN);

    int main()
    {
    double Input[10];
    double PSum = 0, NSum = 0,...
  11. Replies
    17
    Views
    3,354

    sorry thought I added it, here is what I got

    sorry thought I added it, here is what I got
  12. Replies
    17
    Views
    3,354

    Need help With c Progam

    My computer just crashed and I lost my files, I have this program due tomorrow, if anyone could solve and show the code that'd be great.

    Problem...
  13. Need help with explaining how to set up a function using arrays

    Hello, I'm wondering if anyone can run me through how to make the functions for b, c, d. if possible running through on how to would be more beneficial than just giving me the answer. Any explanation...
  14. what should I study for points, I've looked over...

    what should I study for points, I've looked over everything and have no idea what points is even reffering to and what I should study. thanks
  15. Thanks for all the input really appreciate it, I...

    Thanks for all the input really appreciate it, I have 2 exams today then tonight I plan on spending 3-6 hours doing some ill post more specifics later thanks again.-Connor
  16. I have to say the programming is the hardest, for...

    I have to say the programming is the hardest, for the part of the test I will have an hour to write a full program, fortunately I will have access to my programs I've done before and the internet....
  17. Thank you

    Thank you
  18. Thank you for that advice, I will try to put 4-8...

    Thank you for that advice, I will try to put 4-8 hours a day but with all my other classes its not easy. Any other information is still greatly appreciated.
  19. Need help preparing for a final exam! Please help!

    In about a week I have an exam for my C programming class.
    I'm currently struggling on programming, and the class in general (This is my first official computer class I've taken)

    The Test is on...
Results 1 to 19 of 19