by JamieAl
Error: cannot convert ‘const Scalar*’ {aka ‘const double*’} to ‘const std::complex<double>*’
|
|
[3 replies] Last: Thanks for the help. I was wondering what is the difference b/w rei... (by JamieAl)
|
by nvthielen
Addmenus
|
|
[4 replies] Last: sold the puzel, void AddMenus(HWND hwnd) { HMENU hMenu = Crea... (by nvthielen)
|
by LukeProducts
Write object into file
|
|
[6 replies] Last: Thanks, thats good to know ive already thought that too. I dont suppos... (by LukeProducts)
|
by ruzip
Detect Num Lock key press/up and other special keys in GLUT/FREEGLUT
|
|
[7 replies] Last: Thanks guys for the additional info. The workaround you mentioned ne... (by ruzip)
|
by Bubbles0012
Shift words
|
|
[4 replies] Last: 2d is still a solid block. so its fine. 2d dynamic, need to loop it ... (by jonnin)
|
by alexdieter
Assignment with arrays
|
|
[2 replies] Last: your own programming interface and algorithm Maybe :) : #include... (by seeplus)
|
by alexdieter
How to assign 2D array with random numbers
|
|
[2 replies] Last: #include <iostream> #include <random> #include <utility> #include <a... (by seeplus)
|
by LukeProducts
Overflow while converting domain name to ip address
|
|
[3 replies] Last: As this topic is marked with a green tick, it looks like the OP has so... (by seeplus)
|
by Worldtreeboy
some function call does not require parentheses?
|
|
[6 replies] Last: if you want to circle back to the big question, there are several othe... (by jonnin)
|
by frek
Fish task
|
|
[5 replies] Last: the code that I'm not going to give you Thank you for that. Only unde... (by frek)
|
by Andre G
C++ Reference to read offline?
|
|
[5 replies] Last: Thanks! Like I said, I am new to this, so I did not know to look unde... (by Andre G)
|
by JUANDENT
why some callables require std::forward and others don't?
|
|
[5 replies] Last: Essentially, although the "function" being called (the Callable ) is ... (by mbozzi)
|
by KaiTang
Strncmp consumes a lot
|
|
[6 replies] Last: comparison of strings is one of the most expensive things we do regula... (by jonnin)
|
by frek
Objects initialized by default
|
|
[12 replies] Last: Could you write what you've gathered, for example, on a conclusion li... (by TheIdeasMan)
|
by PeteDD
multiple definitions of class instances
|
|
[6 replies] Last: Brilliant Ganado! That solved a lot for me! Thanks! (by PeteDD)
|
by Worldtreeboy
Difference between virtual, redefining and overridden function?
|
|
[1 reply] : https://en.cppreference.com/w/cpp/language/virtual [quote=cppreferenc... (by TheIdeasMan)
|