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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by xailer

  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 You've all been of great help thank you bye
  3. xailer

    Question about library

    hi So printf() is only declared in stdio.h,but not defined?Instead it is defined in some library? Which libraries do get automaticaly linked,by compiler,to a program I compile and run? thank you for y0our help
  4. 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
  5. xailer

    How to turn on ansi-c checking in compiler?

    thank you for your help bye
  6. 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
  7. xailer

    Function prototype question

    hi thank you very much for helping
  8. xailer

    Function prototype question

    hi >>Get one that is for ANSI-C then. It may be of academic interest, but it's not for learning modern C from. I assumed most of the things didn't change.Am I wrong? So the order functions are defined in a file does matter? thank you for your help
  9. 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...
  10. xailer

    Variables and memmory allocation in C

    hi thank you for your help
  11. 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...
  12. 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...
  13. 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