by junweinehc
An input variable takes both double and string?
|
|
[1 reply] : Read the input into a string and parse the string (checking for all va... (by JLBorges)
|
by denver2020
Image pixel to vector
|
|
[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)
|
|
[22 replies] Last: This is pretty HELPFUL, thanks a lot everyone! (by JamieAl)
|
by seeplus
Help with this problem
|
|
[3 replies] Last: ... but can you understand and explain it? If that was for a homework... (by seeplus)
|
by thmm
Fuzzer support in VS2022
|
|
[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
|
|
[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
|
|
[4 replies] Last: heh, they linked the tame clang bug report, but not gcc's https://gcc.... (by Cubbi)
|
help with stack |
|
[3 replies] Last: As one file, consider: #include <iostream> #include <string> templ... (by seeplus)
|
by t im
About the return value of (b, c)
|
|
[3 replies] Last: Thanks for your answers. (by t im)
|
by Worldtreeboy
Does reference variable/reference parameter store address?
|
|
[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?
|
|
[3 replies] Last: Thanks. I edited my code. (by Worldtreeboy)
|
by ForgottenLaw
Help in Stacks
|
|
[4 replies] Last: printStackElements() is very inefficient as it first copies the stack ... (by seeplus)
|
by LukeProducts
Assigning derived class of new-array failes
|
|
[2 replies] Last: Class Entity should have a virtual destructor. Deleting an object... (by JLBorges)
|
by lexicution17
Difficulty with "if statements" homework
|
|
[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
|
|
[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
|
|
[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)
|
|
[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)
|
|
[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
|
|
[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
|
|
[8 replies] Last: That's why I assume there must be some math source I can study and le... (by seeplus)
|