Code Monkey home page Code Monkey logo

Comments (3)

JonathanHenson avatar JonathanHenson commented on June 15, 2024

This isn't quite true anymore, check one of the model header files for
dynamodb or something and see if that works for you.
On Sep 5, 2015 4:47 PM, "Joe Swinbank" [email protected] wrote:

From the readme:

a problem remains in that STL types dominate the public interface (primarily string parameters to the model object initialize/set methods). As it currently stands, developers that forgo STL entirely (rolling their own strings/containers/etc...) are forced to create many temporaries...

Should I be worried that you're not using the canonical C++ technique for
working with generic strings and containers? The standard
http://www.cplusplus.com/reference/algorithm/ library is the perfect
reference. The Boost String Algorithms
http://www.boost.org/doc/libs/1_59_0/doc/html/string_algo/quickref.html
library is another good example for working with generic strings (including
char*).

At any rate, I am happy to finally see any kind of native API for AWS.


Reply to this email directly or view it on GitHub
#9.

from aws-sdk-cpp.

swinbank avatar swinbank commented on June 15, 2024

The dynamodb stuff looks good, although many of the core types used in it, like AWSCredentials and the HTTP classes, still use Aws::String quite a bit.

I should mention that this doesn't actually affect me, since my own string class interoperates with std::string, but I figured I would go ahead and raise the issue since most C++ developers are used to working with iterators and templates.

from aws-sdk-cpp.

singku avatar singku commented on June 15, 2024

Is this still a problem for you?

from aws-sdk-cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.