Simple Multiuser access to file ?

H

Howie

Hi,

i need a simple multiuser access to a file for
parameters like increment numbers.
The numbers are needed for order-numbers etc.
They should be incremented by every programm (client) on
an simple LAN server.

How can i do this ?


Thanks in advance,
Howie
 
T

Thomas Matthews

Howie said:
Hi,

i need a simple multiuser access to a file for
parameters like increment numbers.
The numbers are needed for order-numbers etc.
They should be incremented by every programm (client) on
an simple LAN server.

How can i do this ?


Thanks in advance,
Howie

Hmmm, another file question. File manipulation is
a platform specific operation and not discussed in
this newsgroup. The _standard_ C++ language has
no facilities for nor imposes any restrictions on
file attributes (such as multi-user access).

Read the FAQ and Welcome.txt below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top