a few notes
  • Notes
  • About
  • Archive
  • Books
  • Disclaimer

C++


converting between various strings in c++

Posted on October 18, 2021

converting between various strings in c++

[Read More]
misc  c++ 

cpp17 std parallel algo

Posted on August 28, 2019

notes on cpp17 std parallel algo

[Read More]
C++  C++17 

constexpr vs C++ Template Metaprogramming

Posted on July 3, 2019

c++17 constexpr fns vs c++ template metaprograms

[Read More]
C++  C++17 

hashing std::pair and std::tuple

Posted on January 15, 2018

how to has container objects (in this case pair and tuple) to be used with std::containers

[Read More]
C++  C++11 

C++11 thread safe statics

Posted on June 20, 2017

how c++11 threadsafe statics are implemented under the hood

[Read More]
C++  C++11  multithreading 

C++ Template Metaprogramming Part 2 of n

Posted on August 4, 2014

notes on C++ Template Metaprogramming

[Read More]
C++  C++11 

C++11 constexpr: computing exp at compile time

Posted on July 6, 2014

compile time computing with C++11 constexpr

[Read More]
C++  C++11 

C++11: polymorphic function objects

Posted on July 1, 2014

notes on C++11 polymorphic function objects

[Read More]
C++  C++11 

C++ and explicit constructors

Posted on April 3, 2012

some details on why C++11 explicit constructors were introduced in language

[Read More]
C++  C++11 

C++11: delegating constructors

Posted on January 17, 2012

notes on C++11 delegating constuctors and a few details

[Read More]
C++  C++11 
  • Older Posts →

    Sarang Baheti  • © 2021  •  a few notes

    Hugo v0.73.0 powered  •  Theme beautifulhugo forked from halogenica/Beautiful Hugo