Search:

Type: Posts; User: ungainly_one

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,018

    Well, I couldn't say to be honest, except that I...

    Well, I couldn't say to be honest, except that I was under the impression they were the same thing.
  2. Replies
    6
    Views
    1,018

    Thanks a mill, I'll try adjusting that. It's been...

    Thanks a mill, I'll try adjusting that. It's been driving me crackers for days.
  3. Replies
    6
    Views
    1,018

    beginner hints please?

    Hi this part of something I'm working on for a 1st year project. Could someone please help understand why this code is not printing out 0. Also it's breaking down if i enter another set of 3 numbers...
  4. Replies
    14
    Views
    4,110

    Apologies. I do appreciate you helping me out.

    Apologies. I do appreciate you helping me out.
  5. Replies
    14
    Views
    4,110

    Thanking you!

    Thanking you!
  6. Replies
    14
    Views
    4,110

    Sure, it's: Draw the memory layout after each...

    Sure, it's:

    Draw the memory layout after each of the following statements:

    char c = 'T', d = 'S';

    char *p1 = &c;
    char *p2 = &d;
    char *p3;
  7. Replies
    14
    Views
    4,110

    Ok, well I'm only a first year college student so...

    Ok, well I'm only a first year college student so I don't think I'd be asked anything that complex. I'll find out more about it in labs. Thanks for the replies.
  8. Replies
    14
    Views
    4,110

    memory layout??

    hi,

    another newbie question. Is being asked to draw memory layout of series of statemenst the same as being asked to write a trace program?
  9. Replies
    2
    Views
    5,788

    Thanks laserlight.

    Thanks laserlight.
  10. Replies
    2
    Views
    5,788

    reset char variable?

    Hi,

    I'm new to programming and starting to learn C. If anyone can help I'm trying to reset a variable of char data type so it's like it has nothing assigned to it as declared at the beginning of...
Results 1 to 10 of 10