-
- Downloads
Merge pull request #29 from yang-g/helloworld
Add helloworld example in c++
No related branches found
No related tags found
Showing
- cpp/helloworld/Makefile 47 additions, 0 deletionscpp/helloworld/Makefile
- cpp/helloworld/greeter_client.cc 91 additions, 0 deletionscpp/helloworld/greeter_client.cc
- cpp/helloworld/greeter_server.cc 84 additions, 0 deletionscpp/helloworld/greeter_server.cc
- cpp/helloworld/helloworld.pb.cc 640 additions, 0 deletionscpp/helloworld/helloworld.pb.cc
- cpp/helloworld/helloworld.pb.h 359 additions, 0 deletionscpp/helloworld/helloworld.pb.h
cpp/helloworld/Makefile
0 → 100644
cpp/helloworld/greeter_client.cc
0 → 100644
cpp/helloworld/greeter_server.cc
0 → 100644
cpp/helloworld/helloworld.pb.cc
0 → 100644
This diff is collapsed.
cpp/helloworld/helloworld.pb.h
0 → 100644
Please register or sign in to comment