
please wait
by junweinehc
An input variable takes both double and string?
|
|
Jun 30, 2022 at 2:03pm
[1 reply] : Read the input into a string and parse the string (checking for all va... (by JLBorges)
|
by denver2020
Image pixel to vector
|
|
Jun 30, 2022 at 12:29am
[16 replies] Last: Be careful with that stuff though. IIRC, bmp alone has like 5 'magic'... (by jonnin)
|
by JamieAl
FFT results of c++ vs MATLAB (1,2)
|
|
Jun 28, 2022 at 8:48pm
[22 replies] Last: This is pretty HELPFUL, thanks a lot everyone! (by JamieAl)
|
by seeplus
Help with this problem
|
|
Jun 28, 2022 at 11:55am
[3 replies] Last: ... but can you understand and explain it? If that was for a homework... (by seeplus)
|
by thmm
Fuzzer support in VS2022
|
|
Jun 27, 2022 at 10:39pm
[2 replies] Last: I've seen it, never used it or any of the other address sanitizers ava... (by deleted account xyzzy)
|
by LukeProducts
Virtual method from derived class is not called
|
|
Jun 27, 2022 at 9:15pm
[8 replies] Last: @kigar64551 One could argue that bar() on line 7 is "called via poin... (by Peter87)
|
by marhuum
Code writing specification when it needs to be broken to the next line
|
|
Jun 27, 2022 at 3:55pm
[4 replies] Last: heh, they linked the tame clang bug report, but not gcc's https://gcc.... (by Cubbi)
|
help with stack |
|
Jun 27, 2022 at 8:54am
[3 replies] Last: As one file, consider: #include <iostream> #include <string> templ... (by seeplus)
|
by t im
About the return value of (b, c)
|
|
Jun 27, 2022 at 3:06am
[3 replies] Last: Thanks for your answers. (by t im)
|
by Worldtreeboy
Does reference variable/reference parameter store address?
|
|
Jun 27, 2022 at 2:15am
[4 replies] Last: As mentioned, in the language, references have no size and no address,... (by Cubbi)
|
by Worldtreeboy
why does printing address of c string returns the entire string?
|
|
Jun 27, 2022 at 1:25am
[3 replies] Last: Thanks. I edited my code. (by Worldtreeboy)
|
by ForgottenLaw
Help in Stacks
|
|
Jun 26, 2022 at 5:04pm
[4 replies] Last: printStackElements() is very inefficient as it first copies the stack ... (by seeplus)
|
by LukeProducts
Assigning derived class of new-array failes
|
|
Jun 26, 2022 at 6:45am
[2 replies] Last: Class Entity should have a virtual destructor. Deleting an object... (by JLBorges)
|
by lexicution17
Difficulty with "if statements" homework
|
|
Jun 25, 2022 at 4:48pm
[5 replies] Last: Post your completed code and we could give some "better ways to code" ... (by deleted account xyzzy)
|
by sandbox007
Help with building this game
|
|
Jun 24, 2022 at 11:00pm
[8 replies] Last: FYI, anyone foolish enough to click on spammer Hison's links deserves ... (by deleted account xyzzy)
|
by TofuKozo1221
Help Lease a property ADT
|
|
Jun 24, 2022 at 10:54am
[6 replies] Last: To get you started: #include <list> #include <queue> struct Property... (by thmm)
|
by crdo
can't see my data stored in a (VECTOR/STRUCT)
|
|
Jun 23, 2022 at 11:42am
[7 replies] Last: L21. This isn't needed as file streams are closed automatically when t... (by seeplus)
|
by denver2020
Phone DB app c++ (1,2)
|
|
Jun 23, 2022 at 6:52am
[26 replies] Last: is it awful? Its ensured so you can do exactly that, or am I off base... (by thmm)
|
by JamieAl
2D FFT of Eigen matrices using FFTW library
|
|
Jun 22, 2022 at 7:09pm
[2 replies] Last: @kigar64551 hey you're so right, I guess writing code at 1 am is not a... (by JamieAl)
|
by frek
Max product of three elements
|
|
Jun 22, 2022 at 8:43am
[8 replies] Last: That's why I assume there must be some math source I can study and le... (by seeplus)
|