Wheel of fortune game |
|
[3 replies] Last: it keeps giving me an error that i cannot find What is the error? Ho... (by dhayden)
|
by lalala5
error field ... has incomplete type ...
|
|
[1 reply] : If you were only creating a pointer to a Vec then you could just say "... (by tpb)
|
by navilgameboy
can i get some help?
|
|
[5 replies] Last: thanks btw, i was suspecios about if it would work but now i have no d... (by navilgameboy)
|
invalid initialization of reference |
|
[3 replies] Last: Thank you for your help! *resIter didn't return Resource&, but rather... (by nuderobmonkey)
|
by ahaana
getting error:error: no matching function for call to 'Supervisor::Supervisor()' Supervisor s1;
|
|
[9 replies] Last: Just use string. (by Repeater)
|
by leownya
Inheritance vs file reading
|
|
[2 replies] Last: Thank you for the answer! The thing with my textures for towers are l... (by leownya)
|
by blackwall
Errors occurs when accessing unordered_map by [] operator
|
|
[2 replies] Last: Great! It works! An important lesson of "unordered_map". Thanks for y... (by blackwall)
|
by fewdiefie
GUI
|
|
[3 replies] Last: Double posting isn't going to get you answers any faster. http://www.c... (by closed account E0p9LyTq)
|
by alcatraz98
PROJECTS for C++
|
|
[2 replies] Last: 1- Create an advanced calculator that can solve operations as: 1+5 /... (by fewdiefie)
|
by lalala5
C++ class
|
|
[1 reply] : https://en.wikipedia.org/wiki/Catalan_number (by tpb)
|
by TPM
Seemingly Efficient Algorithm Gets Time Limit Exceeded
|
|
[12 replies] Last: @dhayden Yeah, exactly. (by TPM)
|
by amiroolz
Please help me to solve this problem. Thank you for your cooperation :)
|
|
[11 replies] Last: give this function a name relevant to what it is doing So first, yo... (by Repeater)
|
by slei
Weird issue: C1905: Front end and back end not compatible
|
|
[12 replies] Last: There is no solution for this problem. It is not good practice to use ... (by poteto)
|
by ikhram
string compression for integers giving wrong output
|
|
[1 reply] : What's "hextexts"? From what I see in the code you haven't defined it ... (by TPM)
|
by JaJangMyeon
Is it possible to create a vector of multiple type of specialized template classes?
|
|
[5 replies] Last: My goodness, that was worth waiting up for! I've seen a lot of code sa... (by JaJangMyeon)
|
by Reader8765
C++ library with basic capabilities of Node.js.
|
|
[7 replies] Last: I looked at Protobuf and gRPC and am going to try that. Thanks! (by Reader8765)
|
by parallx
euclidean distance
|
|
[16 replies] Last: I got it to work, thanks everybody (by parallx)
|
by panel123
Default font used by c++?
|
|
[3 replies] Last: didn't realise it was chopped meat, i didnt click the link :( (by Jaybob66)
|
Parallelogram Problem |
|
[3 replies] Last: Do you see how that's exactly the same as one of my examples: 0, 0, 45... (by tpb)
|
by kapil2905
Can move semantics be used if the class member is not a pointer.
|
|
[3 replies] Last: To note, the call to move in f(std::move(s1 + s2)) is redundant, bec... (by mbozzi)
|