¡@

Home 

c++ Programming Glossary: reinventing

iterate vector, remove certain items as I go

http://stackoverflow.com/questions/1604588/iterate-vector-remove-certain-items-as-i-go

Can anyone recommend a good C/C++ RESTful framework [closed]

http://stackoverflow.com/questions/1961238/can-anyone-recommend-a-good-c-c-restful-framework

a good C C RESTful framework closed Rather than possibly reinventing the wheel by rolling my own I thought I'd ask in here first...

Converting sets of integers into ranges

http://stackoverflow.com/questions/2305767/converting-sets-of-integers-into-ranges

I've written the following function but I feel like reinventing the wheel. Please tell maybe there's something in STL or boost..

Is it a good practice to always use smart pointers?

http://stackoverflow.com/questions/2454214/is-it-a-good-practice-to-always-use-smart-pointers

reusing code that has been proved to work instead of reinventing the wheel over and over is a key skill. Now the real difficulty..

What is the optimal size of a UDP packet for maximum throughput?

http://stackoverflow.com/questions/276058/what-is-the-optimal-size-of-a-udp-packet-for-maximum-throughput

people to use an already debugged protocol instead of reinventing the wheel for every new application. share improve this answer..

Using read() directly into a C++ std:vector

http://stackoverflow.com/questions/2780365/using-read-directly-into-a-c-stdvector

in some C for an embedded system yes this is probably reinventing the wheel again . I want to offer a read and write implementation..

how to implement is_pointer?

http://stackoverflow.com/questions/3177686/how-to-implement-is-pointer

is_pointer_type T value ...but of course this is just reinventing the std type_traits wheel more or less share improve this..

How to pass a method as parameter?

http://stackoverflow.com/questions/6852462/how-to-pass-a-method-as-parameter

a concept strong in functional programming. Rather than reinventing the wheel I suggest you look into Boost Phoenix which provides..