Variable doesn't update with Pointer |
|
[4 replies] Last: I'm curious now about why your using const. Const correctness is b... (by keskiverto)
|
by SirEnder125
How to check if one string is the first half of another string? (Visit for explanation)
|
|
[4 replies] Last: Thank you all. :) (by SirEnder125)
|
by aymanawa
i got no suitable convertion right her "std::istream_iterator"<std::string>(std::istringstream(nb))
|
|
[2 replies] Last: thank you mbozzi it works and great reason explanation (by aymanawa)
|
by sinoyue
Program skipping first line of input when displaying final output?
|
|
[7 replies] Last: For easy compile, I moved the .h contents into the .cpp file OK, but... (by Peter87)
|
by java982
Can somebody help me with my code please??? Thanks
|
|
[3 replies] Last: Circle(double xcoord = 0.0, double ycoord = 0.0, float r0 = 0.0) : P... (by seeplus)
|
by laura11111
+=operator
|
|
[7 replies] Last: Decomposition and encapsulation . The operator+= decomposes into t... (by keskiverto)
|
by Ocko91
calendar
|
|
[4 replies] Last: Thank you seeplus ! salem c i am using visual basic 2015 on windows ... (by Ocko91)
|
by laura11111
Help with bool>operator
|
|
[4 replies] Last: This appears to be related to http://www.cplusplus.com/forum/general/2... (by dhayden)
|
by liam401
Swapping array elements
|
|
[3 replies] Last: "swap" as you are using it, you are saying 'replace' which is valid i... (by jonnin)
|
by laura11111
constructor
|
|
[2 replies] Last: Assuming that the copy constructor is OK then the operator= can be imp... (by seeplus)
|
by seeplus
Fibonacci and Factorial.
|
|
[1 reply] : there is now. ^^ (by jonnin)
|
by mattnicholas
Need Help to Replicate a Click Counter
|
|
[4 replies] Last: man this worked! how could I miss that part.. basics gotta be strong..... (by mattnicholas)
|
by kimoL
help
|
|
[1 reply] : Maybe you want something like this: int slotoptions ={10,11,12}; bool ... (by coder777)
|
by corepower
subprogram to program
|
|
[3 replies] Last: thanks @seeplus (by corepower)
|
by java982
Can somebody tell me whats wrong with my code please??? Thanks
|
|
[5 replies] Last: Thanks seeplus! (by java982)
|
by lodoul1
Input Validation of an int
|
|
[2 replies] Last: The basic stream extractors just stop processing the stream at the fir... (by salem c)
|
by JLBorges
(C++) Need help resolving Output file error
|
|
[1 reply] : Repost bot just posting anything just so they can put their spammy lin... (by salem c)
|
by Mitsuru
Memory leak in C++ and How to avoid it?
|
|
[5 replies] Last: Sorry for the inconvenience, kind regards. (by Mitsuru)
|
by terms1
how to triple space (1,2)
|
|
[21 replies] Last: [quote=dhayden]The real problem with using strtok() is that it skips c... (by Furry Guy)
|
by hakmaabdul
Output not showing up
|
|
[5 replies] Last: I don't know if this is your specific problem, but it is a problem. T... (by AbstractionAnon)
|