by Gadersd
unordered_map not working in class
|
|
[7 replies] Last: Actually, the int type is just a placeholder. It was originally of typ... (by Gadersd)
|
by Rafay3
C++ Game
|
|
[3 replies] Last: Use a std:;vector instead. vector will allow you to store an unlimite... (by AbstractionAnon)
|
by Cambalinho
how can i convert a string result to LPVOID?
|
|
[4 replies] Last: I missed that your string value was a variable address. Any techniq... (by AbstractionAnon)
|
by codebanger
unsigned char to string
|
|
[1 reply] : You are experiencing sign extension on the str hex: output. Because t... (by koothkeeper)
|
by nura1717
Please help: Error: Expected Primary-Expression
|
|
[4 replies] Last: Thank you. (by nura1717)
|
by Cambalinho
how make a multithread correctly synchronizated?
|
|
[4 replies] Last: Delaying the thread for a specific time doesn't guarantee to make your... (by Shadowwolf)
|
by Harutyun
Some questions about C++ programming.
|
|
[2 replies] Last: 1. You can use google. https://www.google.se/?gfe_rd=cr&ei=4wiFVr68NK... (by TarikNeaj)
|
by ggurhann
appcrash fault
|
|
[5 replies] Last: thank u "Why is deneme() calling deneme()?" i understand... (by ggurhann)
|
by andrewllewop
find the last word in a string
|
|
[5 replies] Last: Same logic as above (reverse the string, read first token from the rev... (by JLBorges)
|
using == with an assignment expression |
|
[2 replies] Last: Thank you very much! (by NuklearKrisis)
|
by TinyTertle
creating strings with specific conditions.
|
|
[1 reply] : Use the standard regular expressions library. http://en.cppreference.c... (by JLBorges)
|
by glasses
Using 2D vectors
|
|
[4 replies] Last: If you want to modify an existing element, use the array syntax or... (by Chervil)
|
by Some Moron
Crash when assigning values, but only meaningful ones
|
|
[4 replies] Last: I haven't previously used valgrind, but I will look into it to see if ... (by Some Moron)
|
by ahmmkh
a problem set by c++ and c
|
|
[7 replies] Last: Actually most of them are working guys , but i actually managed to und... (by ahmmkh)
|
by GibsRey
Need PDFs!
|
|
[2 replies] Last: Groningen C++ Annotations (pdf and other formats): https://github.com/... (by JLBorges)
|
by Ketan
System command with Two arguments
|
|
[3 replies] Last: > I would like to know whether system command does behave same as comm... (by JLBorges)
|
by geeloso
Why this behavior?
|
|
[6 replies] Last: > when returning just a type, a reference to a type, or a const refere... (by JLBorges)
|
by Wu zhen hai
something confused
|
|
[2 replies] Last: Thanks! BR! (by Wu zhen hai)
|
by Wu zhen hai
thread construction function does not support function overloading
|
|
[2 replies] Last: thanks! BR! (by Wu zhen hai)
|
by andrewllewop
string search
|
|
[5 replies] Last: thanks, with some modifications it works exactly for me (by andrewllewop)
|