Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Create in C/C++ client and server application for UNIX operating system using BSD
sockets (located at eva.fit.vutbr.cz or merlin.fit.vutbr.cz) which will provide directory
service (small LDAP) .
Final programs should be compiled into filename called client and
server.
Create makefile which can be used for automatic compilation of source
files by typing make statement in UNIX shell.
All errors should be printed on stderr.
Directory database will be presented as text file (CSV format) with
following syntax:
“id,login,surname,firstname,faculty” . Each entry (line) is terminated by
\n character.

What I have tried:

I could only able to code client server part but i dont know how to do further project. it would be nice if some one could help me regarding my concern.
Posted
Updated 3-Dec-16 0:19am
Comments
PIEBALDconsult 26-Nov-16 10:08am    
We will not do your homework.
Richard Deeming 28-Nov-16 7:59am    
No matter how many times you repost your homework, nobody is going to do the work for you.

https://www.codeproject.com/Messages/5331531/Cplusplus.aspx[^]
https://www.codeproject.com/Questions/1157914/I-need-help-for-this-project-I-would-glad-if-someo[^]

Ignoring what you're told is not going to change that fact.

1 solution

Quote:
I could only able to code client server part but i dont know how to do further project. it would be nice if some one could help me regarding my concern.


But, how do you know that your client and server code does the work not compiling and not testing it ??
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900