User profile: kakaducsy

User info
User name:kakaducsy
Email:kakaducsy@gmail.com
Name:Nguyễn Đức Sỹ
Location:Việt Nam
History
Joined:
Number of posts:39
Latest posts:

#define in c++
How can I shorten macro as code bellow? i.e : DO_(n)(x) = DO_(n-1)(x),DO_(1)(x) Thank you [code] ...

Function pointer error
I have 2 functions, callFunc is a class member testFunc isn't a class member I can bind a functio...

dynamic parameter function
Hello @jonnin, @coder777, @George P I meant suppose I cannot update test function, I only use it. I...

dynamic parameter function
Hello @all Suppose I have a function [code] struct s_input{ ... }; s_input in; void ...

Visual studio 2015 inherit #include
Hi Handy Andy and Ganado , [code] //main.cpp #include <iostream> #include "incl.h"// <--- Sometimes...