Search:

Type: Posts; User: gradius85

Search: Search took 0.00 seconds.

  1. This does help, since my teacher has me learning...

    This does help, since my teacher has me learning Excel as well. You but a value into a cell, but reference the sheet Address. This helps me a great deal to articulate in my mind what is what.
  2. Thank you 'laserlight'. I will try to use the...

    Thank you 'laserlight'. I will try to use the correct words and concepts. I have read the book list on the site, and I am doing the tutorial. I want to learn more about C. However, I am unsure of the...
  3. I think part of my problem is that '%p' is...

    I think part of my problem is that '%p' is formatting for pointer addresses. However, I did not supply a pointer address. Is it correct to say that "&" reads memory to create what you preface with...
  4. Thank you for your help. Unfortunately I am...

    Thank you for your help.
    Unfortunately I am still confused. '&n' is a memory pointer? Which the content as been saved as a digit variable.

    Thank you
  5. Thank you for your help... When you say...

    Thank you for your help...
    When you say 'behavior' is undefined what do you mean by that, did I do something wrong in my test app? I did not see any 'warnings' or 'errors' and I used 'gcc'.

    thank...
  6. Just starting and going through the sites 'c tutorial'

    Hi:
    I am very new to programming, and excited to learn C. I am starting the 'C tutorial' and I already have some questions after the first lesson.


    #include <stdio.h>

    int main()
    {
    int...
Results 1 to 6 of 6