by skolterman
Dice c++
|
|
[1 reply] : Are you supposed to be using arrays for this assignment? I see you hav... (by Ganado)
|
by dean
Reserve space in the stack for an unitialised object
|
|
[8 replies] Last: @doug4 ah right =) @seeplus due to optimisation reasons, already prof... (by dean)
|
by jake john
Locker Game
|
|
[18 replies] Last: what does vector<bool>& mean? I am confused why it has to be a vector... (by doug4)
|
2D Arrays |
|
[2 replies] Last: Why printf() and scanf() - these are c functions. Have you come from a... (by seeplus)
|
by ngb123
handle reference of struct instance inside class
|
|
[2 replies] Last: Now the problem is that my StepperHandle instances x,y,z are not hand... (by coder777)
|
by chxx
Can you help me with this c++ structure?
|
|
[6 replies] Last: Seeplus, that's a good version, thanks for writing it. (by chxx)
|
by SirEnder125
Confused about returning by reference.
|
|
[6 replies] Last: Okay. Thanks a lot! :D (by SirEnder125)
|
by xagoqom
Replacing letters
|
|
[8 replies] Last: if you are using char, and there is more to it than 10 or so letters, ... (by jonnin)
|
by agent max
Encryption Program Issue
|
|
[19 replies] Last: @jonnin, Thanks for the warning! I am careful, because I know what ca... (by agent max)
|
by alexandr2222
Work with array
|
|
[4 replies] Last: Your sum won't fit in an int for those sort of values of n. use unsi... (by lastchance)
|
by SernaMartin
Use of opencv waitkey() with C++
|
|
[1 reply] : rtfm https://docs.opencv.org/master/d7/dfc/group__highgui.html#ga56285... (by ne555)
|
proxy Undefined type error |
|
[3 replies] Last: You're welcome! Glad I could help. (by MikeyBoy)
|
by HenrikT
Strange compilation error
|
|
[4 replies] Last: C++11 did add brace initialization syntax to offer a way around the ve... (by keskiverto)
|
by alexandr2222
Cycle for (1,2)
|
|
[37 replies] Last: Sum is 1 It took 0.0005066 seconds Sum is 3 Sum is 9 It took 0.003... (by alexandr2222)
|
by Setat
Shift Rotate a binary number.
|
|
[8 replies] Last: I came back to this one late to look at it from a less general side...... (by jonnin)
|
by ynor123
Dynamic allocation copy constructor
|
|
[5 replies] Last: Consider: #include <iostream> #include <algorithm> class Data { pr... (by seeplus)
|
by salem c
Any Help?
|
|
[1 reply] : First design the program, then code the program from the design. First... (by seeplus)
|
by Ticbow
Text adventure rooms - Voids or Classes?
|
|
[6 replies] Last: Wow! I didn't expect this many responses! This was all really helpful,... (by Ticbow)
|
by jake john
Frequency
|
|
[7 replies] Last: Ok, crashing isn't the right word, but I think (hope) he got my meanin... (by agent max)
|
by coff33Cup
Looping Error
|
|
[4 replies] Last: Ahhhhhh, the noobery. Thanks a ton. (by coff33Cup)
|