Search:

Type: Posts; User: al_engler

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,543

    That pretty well sums it up. Thanks for helping...

    That pretty well sums it up. Thanks for helping this lowly noob.
  2. Replies
    8
    Views
    1,543

    Now the error message is that Echo is undefined. ...

    Now the error message is that Echo is undefined. That makes no sense to me since right before Echo is the word define. What gives?
  3. Replies
    8
    Views
    1,543

    Macro confusion

    Thought these things would be simple, but apparently I don't understand them. All I want to do is have an input of a message, and the macro picks it up and prints it until you close the window. ...
  4. Thread: How do I?

    by al_engler
    Replies
    8
    Views
    1,322

    Thanks for the help

    Thanks for the help
  5. Thread: How do I?

    by al_engler
    Replies
    8
    Views
    1,322

    How can I do it using pointers, the bane of my...

    How can I do it using pointers, the bane of my exsistance?
  6. Thread: How do I?

    by al_engler
    Replies
    8
    Views
    1,322

    How do I?

    How can I reduce this to having only one function perform the job?



    #include <stdio.h>

    int i,g,q,p,c;
    int liquid1 (int);
    int liquid2 (int);
    int liquid3 (int);
  7. Thread: File opening

    by al_engler
    Replies
    3
    Views
    1,188

    File opening

    I have the task of opening a file with a c program and having all the letters be capatilized in the opened file. First issue is that when I attempt to open the file I don't actually see the file...
  8. Thread: Linked List

    by al_engler
    Replies
    2
    Views
    1,394

    Thanks, that cleared it up to the point I could...

    Thanks, that cleared it up to the point I could makes heads and tails of it.
  9. Thread: Linked List

    by al_engler
    Replies
    2
    Views
    1,394

    Linked List

    I am trying to create a linked list that has the user input five values, then displays them. After which the user is prompted to input an additional value and then all the values are displayed...
  10. Replies
    4
    Views
    1,248

    Now I'm confused

    Here is my question, where is the issue? I run my compiler and get nothing for warnings or errors, but after entering the first two inputs command prompt gets shutdown. What would cause that?


    ...
  11. Replies
    2
    Views
    1,760

    What is the issue?

    I have been looking this over for way to long now. I know that the problem must be simple, but I just don't see it. I am getting two big warnings that I know need to be addressed before the program...
  12. Replies
    8
    Views
    1,348

    Thank you for all the help. I have another...

    Thank you for all the help. I have another question though ( I am really new to all this). What does the warning " warning: assignment makes integer from pointer without a cast " mean? I have...
  13. Replies
    8
    Views
    1,348

    Okay that clears up most of my issues, but now I...

    Okay that clears up most of my issues, but now I have a new one.



    #include <stdio.h>

    int *cptr, i;
    int channel[7];

    int display (int);
  14. Replies
    8
    Views
    1,348

    Once again I am wrong

    Working on another assignment and I am confused. I am sure my problem is transferring the array from main to the display function, but can't seem to make it work right for me. I have been working...
  15. Replies
    5
    Views
    1,581

    compiler question

    I'm new to all of this and don't understand all the compiler warnings and errors.

    What does " parse error before `[' " mean?
  16. Replies
    6
    Views
    1,052

    Thank you for the help, I think I am...

    Thank you for the help, I think I am understanding, hopefully.
  17. Replies
    6
    Views
    1,052

    Thank you, now it works. I am trying to see if i...

    Thank you, now it works.
    I am trying to see if i understand what was happening. By puttingn after the
    %d, I was basically stopping the program right there?
  18. Replies
    6
    Views
    1,052

    I have done what you showed and now get a warning...

    I have done what you showed and now get a warning for every funciton that says
    "settings\primary\my documents\school\c programming\liq.c:24: warning: declaration of `i' shadows a parameter"

    What...
  19. Replies
    6
    Views
    1,052

    What am I doing wrong?

    I am currently taking a C programming course via the internet and need help. I cannot figure out what I am doing wrong within the coding that I have created. I am supposed to be creating my own...
Results 1 to 19 of 19