by Cambalinho
C++: how find a dot on a word\number?
|
|
[2 replies] Last: fixed.. i commented the warning list, that's why i wasn't getting the ... (by Cambalinho)
|
by frek
constexpr (1,2)
|
|
[36 replies] Last: constexpr itself is not part of the type of an object, and so type c... (by mbozzi)
|
by steph111
Game Puzzle - My number (1,2)
|
|
[32 replies] Last: But don't paste that as your homework you will get caught. What if the... (by Grime)
|
by frek
Start learning C++ socket programming
|
|
[11 replies] Last: Thank all of you very much for your help. My plan is as follows. Pleas... (by frek)
|
Differences in warnings between compilers |
|
[no replies]
|
by saudigt2
Need help to compile a program
|
|
[1 reply] : Maybe you have the wrong project type. See: https://docs.microsoft.co... (by coder777)
|
by kapil2905
Why does vector's capacity does not reduce when they are assigned fewer elements.
|
|
[9 replies] Last: I could see that it all depends on what the requirement is. Maybe if w... (by kapil2905)
|
by sdaasdf123
Can someone explain the logic of this codes please
|
|
[3 replies] Last: That's a sizeable chunk of code. Can you be specific about which bit(... (by MikeyBoy)
|
by programmy
need help understaning pointers to shared pointer
|
|
[1 reply] : It is actually not a pointer to a shared_ptr. It is a pointer to a ve... (by coder777)
|
by usmannazir
The value of array outside the domain
|
|
[1 reply] : What you are doing is an error and is considered "undefined behavior",... (by dutch)
|
by Corndog
Asynchronous event handling in c++
|
|
[10 replies] Last: Sorry for being late, you will have to compile it from source (unless ... (by poteto)
|
by akash16
Can we insert 0/null into the AVL tree?
|
|
[2 replies] Last: Yes, I agreed. Thanks for your reply Peter87. (by akash16)
|
by AdamKhalil
Priority Queue and Mergesort
|
|
[3 replies] Last: In my experience, the only time that items really need to be sorted ... (by dhayden)
|
by Cambalinho
Code Blocks: when i use the dot, why i don't get the list?
|
|
[6 replies] Last: that's true, but it's fixed... ok on header i must change it ;) thanks (by Cambalinho)
|
by frknksy
Class and while loop
|
|
[3 replies] Last: My first suggestion is that you stop opening and closing files all ove... (by jlb)
|
Cocos2d-x physics project help! |
|
[no replies]
|
The cocos2d-x drawnode |
|
[no replies]
|
by kapil2905
Does "explicit" keyword disallow array decaying ?
|
|
[3 replies] Last: Thanks @dutch & @JLBorges for your inputs :) (by kapil2905)
|
by logical
atomic variables and ordering
|
|
[2 replies] Last: Since x and y have static storage duration, they would be zero ini... (by JLBorges)
|
by a00
confused scope problem
|
|
[2 replies] Last: omg i felt so shameful. i have the urge to just delete it. (by a00)
|