by MRH
Auto Clicker
|
|
[3 replies] Last: I think you still need an extra condition. I think you need while (... (by jonnin)
|
by SSteven
string literals of different character encodings
|
|
[1 reply] : There is std::wcout , but in cpp.sh it only worked for the last one. ... (by TheIdeasMan)
|
C++ SDL 2.0 main menu Function |
|
[1 reply] : I would suggest not to use outdated function. If you have these old fu... (by coder777)
|
by stav
library on top of library
|
|
[1 reply] : For a pointer you can always have a forward reference (like struct SD... (by coder777)
|
by Rododendron
Advance reading from file
|
|
[3 replies] Last: OOOOOOO, thank you for help so much :D problem is solved And yeah I ... (by Rododendron)
|
by jbenne85
Connect four trouble getting pieces to stack
|
|
[no replies]
|
by xokittenxo
Help please with receipt calculator!
|
|
[3 replies] Last: @xokittenxo You're welcome. If you do have any questions or just want... (by whitenite1)
|
by chester56
quicksort algorithm problem
|
|
[1 reply] : quicksort should be recursive. It looks close but it is missing the r... (by jonnin)
|
by programnick
Explanation c++
|
|
[1 reply] : http://en.cppreference.com/w/cpp/language/main_function (by keskiverto)
|
by NG99
update and delete the record from text
|
|
[3 replies] Last: If you need such thorough examples, then you really should be consulti... (by Chervil)
|
by michee65
Binary Search Tree sorted by two keys
|
|
[1 reply] : Typical use case for Boost.MultiIndex, perhaps: http://www.boost.org/d... (by JLBorges)
|
by venivediveci
Insertion sort for Linked lists
|
|
[no replies]
|
A problem with overloading the >> operator for a custom array class |
|
[1 reply] : T& operator (int index) return a reference (not a value), so you can... (by ne555)
|
by serstop
C++ Programming for the Absolute Beginner
|
|
[1 reply] : If you want to know the "why" of author choices, ask the author. Don... (by cire)
|
by Morapoly
new int with no overwrite
|
|
[1 reply] : actually, they aren't being deleted, they are simply lost, drifting in... (by ne555)
|
by drudox84
how to convert block compressed row to dense matrix?
|
|
[1 reply] : I've figure out the way to plot the "blocks matrix" the smaller in the... (by drudox84)
|
by kimchiboy03
What is wrong with this binary search algorithm
|
|
[4 replies] Last: One way to do it is to simply copy the C++ code from the website you l... (by Chervil)
|
by blanm
Route planning algorithm (1,2)
|
|
[21 replies] Last: Well, I'm not sure about the GPS in a phone, I might try it at some po... (by blanm)
|
by Fillip F
odd and even mouse clicks
|
|
[2 replies] Last: The way we were taught to do it today was with all the if's, i agree i... (by Fillip F)
|
by DragonOsman
Range-checked list class?
|
|
[6 replies] Last: So I shouldn't check for cur->succ being nullptr in increment? I fi... (by DragonOsman)
|