by admin
Welcome to this board!
|
|
[no replies]
|
by JamieAl
Optimization using OpenMP: Parallel code is slow
|
|
[8 replies] Last: I notice you were able to pass Eigen matrix to fftw_plan_dft_r2c_3d ... (by mbozzi)
|
by JUANDENT
how can a function name be an lvalue?
|
|
[5 replies] Last: See this table that describes the C++17 taxonomy for value categories:... (by mbozzi)
|
by LukeProducts
Neuronal Network not working properly..
|
|
[no replies]
|
by Cplusc
blockMesh generator
|
|
[10 replies] Last: > Actually this is not a big code at all Big enough for you to dump on... (by salem c)
|
by PeteDD
Please critique... vector of structures with std::function and virtual class methods.
|
|
[7 replies] Last: a lamda has to be created for each of the class methods and I will us... (by coder777)
|
by seeplus
Age calculation
|
|
[1 reply] : We've come up with this: struct Age { unsigned years {}; unsigned... (by seeplus)
|
by Cplusc
Building project from github
|
|
[4 replies] Last: vcpkg is used with Visual Studio. step 1: install all deps with corre... (by malibor)
|
by malibor
Force implicit conversion of a string literal in templated class?
|
|
[3 replies] Last: C++17! https://en.cppreference.com/w/cpp/language/class_template_argu... (by mbozzi)
|
by Cplusc
generate mesh inside .STL file
|
|
[18 replies] Last: I would strongly appreciate any idea on my way of generating mesh insi... (by Cplusc)
|
by seeplus
year_month_day vs sys_days
|
|
[9 replies] Last: [quote=seeplus]When do you get 8 for sys_days? libstdc++ (64-bit) htt... (by Peter87)
|
by seeplus
Chrono date literals
|
|
[4 replies] Last: I get forward thinking & future planning, but c++ has no business stan... (by jonnin)
|
by JUANDENT
How can I find the maximium number of decimal digits representable in a double?
|
|
[3 replies] Last: https://en.cppreference.com/w/cpp/types/numeric_limits/digits10 (by Peter87)
|
by allenmaki
output will show only the end.
|
|
[6 replies] Last: What exactly do you want to know? Let's say your terminal/cmd has 100 ... (by Ganado)
|
Boost logging library |
|
[2 replies] Last: This is one kind of workflow where you might want to record inputs to ... (by salem c)
|
by gabriel11
Undefined reference when using generics
|
|
[3 replies] Last: You're not using generics. Generics are a different concept in other H... (by IWishIKnew)
|
by wc skya
same function name different signature
|
|
[3 replies] Last: Can also specify to use foo() in A explicitly: struct A { int foo(... (by seeplus)
|
by LukeProducts
output read string between getchar() calls
|
|
[8 replies] Last: if i replace getchar() with getch() from conio.h, i dont get any key ... (by seeplus)
|
by Cplusc
if condition for class constructor
|
|
[2 replies] Last: Ops,you're right. I should've used macro instead of if condition.Thank... (by Cplusc)
|
by wk1999
asio coroutine timer
|
|
[2 replies] Last: The timer will expire in function bar: timer.expires_after(asio::chron... (by wk1999)
|