Search:

Type: Posts; User: cardinals03

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,253

    Elysia, Thanks for your reply. I am stuck in...

    Elysia,
    Thanks for your reply. I am stuck in airport right now and was just looking over some review material. I know this was an easy fix. However, I hate it when something gets stuck in my head...
  2. Replies
    7
    Views
    1,253

    Thanks for the asinine reply---I am away from my...

    Thanks for the asinine reply---I am away from my compiler and was looking over a set of posted review problems. Guess how long it took me to type this???
  3. Replies
    7
    Views
    1,253

    pointer question

    I have the following review question.

    A list contains the values 30,40,60 in that order.
    p&q are iterators that point to integers on the list.

    What will the following print?


    p =...
  4. Thread: Pointers

    by cardinals03
    Replies
    1
    Views
    855

    Pointers

    I have the following questions:
    For parts b-e, repeat the declaration and use the results from a.




    int x = 6, y = 5, *px, *py;

    a) Write 2 assignment statements that set px and py to point...
  5. Replies
    2
    Views
    1,340

    Pointer Assignment

    Hey guys, I have a question as to whether or not I am assigning the following correctly.

    The question states:
    Assume the declaration




    int m = 35, *intPtr;
    double x, *dblPtr;
  6. I tried yesterday and my compiler gave me the...

    I tried yesterday and my compiler gave me the error that the wait function was not declared in this scope. Any ideas?
  7. Do I have the other two right?

    Do I have the other two right?
  8. Thanks! Now I finally get it. Your last post was...

    Thanks! Now I finally get it. Your last post was extremely helpful.
  9. So, it would be 7? I guess I was thinking the...

    So, it would be 7? I guess I was thinking the main had both processes and would spawn six more giving eight.
  10. Trouble understanding parent and child processes

    I need help understanding how to get the following answers. Please note that these are review questions, not something I am trying to have done. I want to understand the concepts behind how the...
Results 1 to 10 of 10