Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xailer
  • Content: Threads
  • Order by date
  1. xailer

    File locking in Linux

    hi I don't get the whole atomic file locking in Linux. First,are they called lock files because they restrict access to only program that created them? Also,lock files act only as indicators and are termed advisory. Indicators of what?And why are they termed advisory? thank you bye
  2. xailer

    Question about library

    hi Is stdio.h considered a library or just a header file? Is standard library already compiled ? What file extension does library have? In which library is printf() defined? tahnk you very much
  3. xailer

    How to turn on ansi-c checking in compiler?

    Hi Im using red hat 9. I would like to turn on strict ansi-c compliance when using compiler,so that code would only get compiled if it is ansi-c compliant.I tried with $cc -ansi hello.c command, but to no effect. Can someone help me? thank you
  4. xailer

    Function prototype question

    hi,Im learning c from a book written prior to today's ANSI standard and I noticed some things are quite different 1-Must a function which is called in a file before it is defined,be declared with function prototype? 2-Can a Function prototype be declared in each function that calls this...
  5. xailer

    Variables and memmory allocation in C

    Hi I don't understand few things about how c program allocates memmory for variables Program allocates memmory for local variable at the point where variable is defined(given a value)and when program exit's variable's scope,memmory is released. 1-But,does program at the start of execution...
  6. xailer

    Web Site and authentication-help needed

    hi I have Win2k.I created Web Site and enabled anonymous and windows authentication. In home directory I denied access to html file to everyone(If I go to home directory and try to open this file it doesn't get opened). So users shouldn't be able to access a file.But not only are they able to...
  7. xailer

    Alternative UPN suffix-help needed

    hi the job of UPN suffix is so that by using UPN when logging on,Global Catalog knows right away in which domain to look for usser account ?Right or wrong? But why,when creating user account in child domain,do you also have an option to choose UPN suffix of root domain ? Last question is with...

Part and Inventory Search

Back
Top