Write a program for a simple c++ calculator which have different functions for different operations . Make a menu base selection screen usin...
Wednesday, 28 December 2016
Tuesday, 27 December 2016
Folding Functions
06:06
In the last post we looked at basic usage of C++17 Fold Expressions. I found that many posts on this topic discuss simple types and ignore h...
Monday, 26 December 2016
Understanding Fold Expressions
19:52
C++17 has an interesting new feature called fold expressions . Fold expressions offer a compact syntax to apply a binary operation to the el...
Saturday, 24 December 2016
fibonacci series number c++ using while loop example
13:09
A program can be coded in different ways and this example shows how to find a number which is in Fibonacci series or not using do while loop...
Saturday, 5 November 2016
Dependently-typed Curried printf in C++
12:21
Just a few days ago I came across an intriguing blog-post about type-safe printf using dependent typing. The blog-post has since become in...
Friday, 21 October 2016
stack implementation in c++ using array source code
16:44
Stack in C++ program This c++ program has 10 functions. Each function calls on menu based selection using switch statement (functions names ...
Subscribe to:
Posts (Atom)