hi, is there a way in C++ to make a function automatically called when a virtual function return? I have a pure virtual method that will be reimplemented and I would like tha...
ok I change my code I have a C function that performs multiplication defined with template T mul(T a, T b); can I use this function with all types? in your opinion @vbextr...
Errors: source_file.cpp: In function ‘int main()’: source_file.cpp:4:24: error: expression cannot be used as a function std::cout<< 1 ( 1 << 1 ); ^ ...
do you think that C++ compilers performance now are worst?
if you have a complex number and a int how can a unique function compute the * or the + with same asm code?
why do you think that c++ can t manage limited resources?
is C or rust obscured code for human?