by msalum26
"... was not declared in this scope"
|
|
[7 replies] Last: jesus i wasn't even drunk when i typed my reply :/ void before the cla... (by mutexe)
|
by mqazi
Pointer of type Vector
|
|
[5 replies] Last: MiiNiPaa are you asking about type of values stored in vector ? (by mqazi)
|
by sabres12
How is '\t\t' a character?
|
|
[5 replies] Last: thanks, Computergeek01, that makes a lot of sense. I've just never see... (by sabres12)
|
by wcassella
"Ambiguous overload" doesn't look ambiguous
|
|
[12 replies] Last: The latest version of MSVC actually does have ref-qualified member fun... (by wcassella)
|
by shadowmouse
vector of vector of unique_ptr
|
|
[10 replies] Last: @MiiNiPaa: you are right, the explicit makes the difference. I had a... (by keskiverto)
|
by TheHardew
Delay std::thread start?
|
|
[6 replies] Last: I read, that it's better if all threads start sending data at the same... (by TheHardew)
|
by Chahunda15
Background Project Question / Game Engine
|
|
[1 reply] : you can use unity or unreal engine or you can implement your own (by heepoo)
|
by calz
Change numeric string to alpha string in sentence
|
|
[1 reply] : Test the words in the sentence and only modify the words where all ch... (by closed account 48T7M4Gy)
|
by pipehappy
dynamic pointer cast introduce std::__1? How to deal with it?
|
|
[2 replies] Last: Right. Thank you! (by pipehappy)
|
by cppnoob25
Hash table on top of linked list
|
|
[3 replies] Last: ASIDE Does Node * current; need to be a class member? Given the way... (by andywestken)
|
by cool mr croc
decoding mp3 in a commercial product
|
|
[7 replies] Last: Well, Audacity is not a commercial application. Also there are subtlet... (by helios)
|
by Duthomhas
automatic ranged for over integer failure
|
|
[2 replies] Last: Well, crap. I knew it would be something like that. I can guess why t... (by Duthomhas)
|
by BillJ166
Checking rooms
|
|
[4 replies] Last: Currently I'm thinking about setting up a bool for isNotVisited(); an... (by dhayden)
|
by YourBroAlex
Mathematical problem!
|
|
[5 replies] Last: I haven't looked at your code. I've used Dev C++ (not Orwell) for mayb... (by logankuiper)
|
by Tresky
Non Console Applications
|
|
[1 reply] : Your choice of a GUI is like your choice of a favorite food or footbal... (by cnoeval)
|
by knb
Parsing in C++
|
|
[2 replies] Last: My first thoughts were that it was too complicated for regex? And rath... (by andywestken)
|
by Ganado
Pixels in angled gradient tool
|
|
[3 replies] Last: You can get rid of the sqrt() in the iteration by computing this const... (by helios)
|
by heepoo
weird problem in command line parsing! (1,2)
|
|
[31 replies] Last: thanks, it worked, i've removed -mwindows and followed those instructi... (by heepoo)
|
by kamlmish
Error C2440 on Visual C++ compiler
|
|
[3 replies] Last: Do you even know what const_cast<...>(...) does? However, the source ... (by coder777)
|
by dabihbk
Expected Primary Expression before void ??
|
|
[3 replies] Last: you forgot a closed brais } (by heepoo)
|