Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

Commented Unassigned: Use buried headers in subfolder [5]

$
0
0

Requesting users to #include <json.h> is not a good idea as the header name is far from being unique.

Please, use of buried headers and deploy all headers in dedicated subfolder, i.e. #include <cpprest/json.h> or <casablanca/json.h>
as it is common across quality C++ libraries like Boost.

With subfolder, those who want including as <json.h> can still do so, by pointing to cpprest include directory directly.

The current files layout is an important issue.

It alsa was raised by others in comments to [The C++ REST SDK](http://blogs.msdn.com/b/vcblog/archive/2013/02/26/the-c-rest-sdk-quot-casablanca-quot.aspx) announcement:

```
Joshua Warner 02-27-2013 5:51 AM
Why, with such generic headers as uri.h and file_stream.h, do you not namespace them, e.g.
#include <casablanca/uri.h>
```
Comments: Hello My name is Binta, i read about you in this site and i decide to contact you for friendship hopeing that you will accept my request,if you accept my request ,please reply to my email address (bintaweah59@live.com) or send me your email so that i will send you my photo and more about me, i believe we can make good friends,let distance not be a barrier but lets love connect,because love is a bridge connect far distance to be close from Binta

Viewing all articles
Browse latest Browse all 4845

Trending Articles