by marhuum
Not using TEXT() macro in code on VS 2017
|
|
[3 replies] Last: Whenever possible you should use the Unicode versions MS suggests an... (by deleted account xyzzy)
|
by b p t
Send string to request bin
|
|
[3 replies] Last: It partly depends on exactly what you mean by "send a string". It cou... (by b p t)
|
by Hex213
Can use std::thread with c++/clr?
|
|
[3 replies] Last: Conclusions: 1. Including <thread> gives the error "<thread> is not s... (by helios)
|
Network Connection |
|
[5 replies] Last: Well, thank you Carol for your now frank opinion, but saying it twice ... (by againtry)
|
How to reduce time limit on this? |
|
[11 replies] Last: assuming you have a jillion of them to do, not just one Mine solves ... (by dutch)
|
by adam2016
General Tree implementation
|
|
[3 replies] Last: ok. If its just for practice, I don't want to intimidate you but I wo... (by jonnin)
|
by marhuum
How to correctly use Visual Studio as c++ dev.
|
|
[6 replies] Last: @Ganado, I was merely mentioning I said something before actually chec... (by deleted account xyzzy)
|
by yabi2943993
Folding a paper
|
|
[8 replies] Last: I should be reported. Quite right! It's not even 4th-world standard. (by againtry)
|
by jjhurst
Error Help: LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc141-mt-gd-1_56.lib'
|
|
[7 replies] Last: There is a VS2017 solution in the SDK package, you will likely need to... (by deleted account xyzzy)
|
by AlanB
Overloaded Functions with Const
|
|
[4 replies] Last: Thanks for that, I didn't know you can pass by reference. (by AlanB)
|
by coder777
UTF converting
|
|
[no replies]
|
by dutch
Error when running +
|
|
[6 replies] Last: True, I suppose its not enforced! But that is going to yield weird c... (by jonnin)
|
by adam2016
Recursion and passing by reference
|
|
[11 replies] Last: So the vector would map vector indices to actual addresses and the tre... (by dutch)
|
by HS05669
Inventory Search
|
|
[1 reply] : you probably want a container of user defined objects, eg class item ... (by jonnin)
|
by marhuum
Notepad++ build problem
|
|
[1 reply] : std::unique_ptr is defined in <memory> . (by dutch)
|
by TZB
Play MIDI sounds in C++ ?
|
|
[1 reply] : https://www.google.com/search?client=ubuntu&channel=fs&q=MIDI+sounds+f... (by salem c)
|
by joe809
Input Multiple Lines and Output "n" Amount of Lines.
|
|
[8 replies] Last: I managed to get my answer. Thank you for the help. (by joe809)
|
How to use a dynamic array |
|
[11 replies] Last: Oh, so it's just like a normal array? And is there a way to add a thir... (by jonnin)
|
by volang
Can a map store class/struct?
|
|
[3 replies] Last: std::map<std::string, std::any> { { "s1", std::make_any<s1>() } }; ... (by mbozzi)
|
by andy101
bool < operator overloading
|
|
[14 replies] Last: ¿what's the value of `b.size()'? ¿is it 0? ¿is it 1? ¿is it -1? ¿... (by ne555)
|