Giter Club home page Giter Club logo

glibc's People

Contributors

ajaeger avatar allanmcrae avatar andreas-schwab avatar aurel32 avatar cmetcalf-tilera avatar codonell avatar davem330 avatar drepper avatar eggert avatar employedrussian avatar frobtech avatar fweimer-rh avatar hjl-tools avatar jakubjelinek avatar jsm28 avatar kazkojima avatar ldv-alt avatar liubov-dmitrieva avatar mattst88 avatar mpolacek avatar neleai avatar perbothner avatar pinotree avatar rth7680 avatar siddhesh avatar snogglethorpe avatar sthibaul avatar tschwinge avatar vapier avatar willschm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

glibc's Issues

what's wrong?

hey,guys
I'm a chinese;my english is terrible;
I'd like to you,i got a bug,you can help me?
I used c sqlite api on c++,then,when i used lambda func as sqlite3_exec()'s callback params,but got "Sqlite error: query aborted",and only got a record,this is c and c++ incompatible ?
__callback callback = [](void *data, int argc, char **argv, char **azColName) -> int { int i; for (i = 0; i < argc; i++) { printf("%s = %s\n", azColName[i], argv[i] ? argv[i] : "NULL"); } };
rc = sqlite3_exec(db, dml.c_str(), callback , data, &zErrMsg); if (SQLITE_OK != rc) { std::cerr << "Sqlite error: " << zErrMsg << std::endl; sqlite3_free(zErrMsg); return false; }
thanks!

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.