by adam2016
Move constructors not getting called
|
|
[5 replies] Last: My 2 cents worth :+) string* name; // ... name = new string(nme); ... (by TheIdeasMan)
|
by Nikoleschi
Need help !
|
|
[11 replies] Last: This is where a vector would come in handy. I dont know how to use ... (by Nikoleschi)
|
by WildB
Need help with inheritance
|
|
[no replies]
|
Issue with program. |
|
[3 replies] Last: Don't delete your post after being helped. Leave it as a reference for... (by Ganado)
|
by andriasss
Class and Objects//Files And Fstream
|
|
[7 replies] Last: @andriass Ugh, where to begin... your code actually isn't even legal C... (by Ganado)
|
by alex067
What is faster?
|
|
[3 replies] Last: Function 2 won't work. (by lastchance)
|
by ahaana
plz help the inserted data doesnt display
|
|
[1 reply] : Isn't this just a duplicate of http://www.cplusplus.com/forum/general/... (by MikeyBoy)
|
by MBANS7A1
C++: exception thrown during debugging of code on VS2015
|
|
[4 replies] Last: how does that help solve the problem It tells you that an index of 2... (by MikeyBoy)
|
by Flaze07
failed to run html help compiler on index.hhp
|
|
[no replies]
|
by bhardy7
stock algorithm: double top
|
|
[2 replies] Last: It is not quite clear what you are doing / should do. Does the order ... (by keskiverto)
|
by adam2016
Move semantics
|
|
[2 replies] Last: good point because they will both point to the same data thanks :) (by adam2016)
|
by ahaana
after inserting the data is not being displayed
|
|
[no replies]
|
by ahaana
getting error could not convert '5074798' from 'int' to 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}'|
|
|
[3 replies] Last: I think the array size needs to be explicitly specified for members of... (by Peter87)
|
by rororoxor
Help in Doing Certain Tasks
|
|
[no replies]
|
by rororoxor
‘{‘ missing function header
|
|
[3 replies] Last: got it, ty (by rororoxor)
|
by MBANS7A1
C++ error:String input wrongly goes into if conditional statement even when string input is correct
|
|
[2 replies] Last: @tpb-thanks for the helpful reply. I will try it out. (by MBANS7A1)
|
'writeColor': is not a member of 'Circle' |
|
[1 reply] : You really should post the code here. Make sure you put it in code tag... (by tpb)
|
by Heymid
Choosing regular arithmetic operation as function of boolean
|
|
[3 replies] Last: Well, you should still put the <functional> in there for portability. ... (by Ganado)
|
enumerator inside class type |
|
[2 replies] Last: That was it. Thank you very much! (by closed account o1pz6Up4)
|
by bernt0cpp
Cannot convert negative values - threaded
|
|
[2 replies] Last: Thanks Peter. I had not heard of "data race" before. I'll look into i... (by bernt0cpp)
|