python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
c++ completely generic event dispatcher
I try again to explain better again what I would achieve.
I would like make a thing like this (inspired to Unity's UnityEvent):
Public "variables" declared in some classes:
GameEvent<>...
ProtoTyPus
Votes: 0
Answers: 1
va_args not accepting signed integer in C
I was designing my kernel using C. While making the kprintf function (a function like printf but works with the kernel) I saw that signed integers (precisely the data type is long), va_args is convert...
0xdead
Votes: 0
Answers: 2
C++ Multiple function parameters with varargs of a specific type
I am relatively new to C++ coming from a Java background so I am not sure if the functionality I am looking for is directly possible.
I am attempting to create a C++ function that accepts two differen...
Hunter Bragg
Votes: 0
Answers: 2
C++ 17 What is the difference between a fold expression and if constexpr when using variadic template arguments (parameter pack)
I am trying to understand the difference between two approaches for handling parameter packs / variadic template arguments.
There are two approaches mentioned in the linked article below.
fold expres...
FreelanceConsultant
Votes: 0
Answers: 2