by DaGoblin
Tinkering with some project ideas, would love feedback and suggestions
|
|
[3 replies] Last: So the first idea is a near-light-speed simulator, in which I expect ... (by mbozzi)
|
by JUAN DENT
Strict weak ordering implies ordering is not defined for all elements?
|
|
[1 reply] : there exists elements in its domain where neither cmp(a,b) nor cmp(b,... (by Peter87)
|
by mohmdasher
return multiple pointers
|
|
[2 replies] Last: Multiple value return is awkward in C++: Ex: T a; U b; std::tie(a, ... (by mbozzi)
|
by trno224
Need help turn recursive functions into non recursive functions
|
|
[no replies]
|
by shen123
Hangman game
|
|
[no replies]
|
by trno224
Merge Sort Problem
|
|
[no replies]
|
by moonman239
string::find() returns -1 when comparing input string to string in binary tree
|
|
[5 replies] Last: @cire: You're right. I found the reason why the code didn't work for m... (by moonman239)
|
by stav
[SDL] error when deleting window?
|
|
[4 replies] Last: thanks (by stav)
|
by KVin
CAN
|
|
[4 replies] Last: Please do NOT delete your posts once you've got an answer. It makes t... (by MikeyBoy)
|
by JUAN DENT
What are the relative speeds for the different actions on standard containers?
|
|
[1 reply] : Have you tried a websearch with "c++ standard library container comple... (by keskiverto)
|
function values |
|
[1 reply] : I don't think you should allow x == Image::getWidth() or y == Image::g... (by Peter87)
|
by Avarghese
Removing Duplicates in random set of numbers
|
|
[2 replies] Last: What do you mean by "no duplicates"? A) Each set has 6 unique values o... (by keskiverto)
|
by miglr
help with using strlen function
|
|
[4 replies] Last: as part of the lab it asks to use the strlen function to get a total ... (by Chervil)
|
by book52020
delete duplicated words with at most 20 characters
|
|
[2 replies] Last: Sorry that i can only use the library of iostream, fstream , cstring, ... (by book52020)
|
by hannoca
My Merge Sort is too slow!!
|
|
[16 replies] Last: It seems OP has closed his a/c ;) but the rest of us can still learn f... (by gunnerfunner)
|
by miglr
having trouble displaying elements of an array
|
|
[6 replies] Last: Thanks a bunch for the feedback fellas. @keskiverto it was deliberatel... (by miglr)
|
Discerning between ASCII and binary STL files |
|
[3 replies] Last: On Unix-like systems, libmagic offers a way to do this. It's how f... (by mbozzi)
|
by AtlFalcons24
Having issues splitting/formatting a string into a vector based on multiple criteria
|
|
[1 reply] : Extract the first element, and then use the given split function to sp... (by JLBorges)
|