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 JRManx
Encryption Program Issue
|
|
[19 replies] Last: @jonnin, Thanks for the warning! I am careful, because I know what ca... (by JRManx)
|
by onetwo123
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 onetwo123
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 onetwo123)
|
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 JRManx)
|
by coff33Cup
Looping Error
|
|
[4 replies] Last: Ahhhhhh, the noobery. Thanks a ton. (by coff33Cup)
|
by daytooner
explicit conversion needed using cast operators?
|
|
[3 replies] Last: Okay. Sorry guys. I don't know why this didn't compile before. Actuall... (by daytooner)
|
by juicypwner
Attempt to output "autocorrect" words (using .txt files)
|
|
[2 replies] Last: Hello juicypwner, In addition to what coder777 has mentioned these ... (by Handy Andy)
|
by Karthik Ram
Operating Overloading
|
|
[4 replies] Last: @seeplus: the std::cout on line 16 ... os ? Whoops....... It should... (by seeplus)
|