by ROHAN2018
Random String Selection From Library
|
|
Nov 23, 2020 at 9:50am
[2 replies] Last: auto rand {std::mt19937 {std::random_device {}()}}; auto randNo {std... (by seeplus)
|
Recursively replace chars in a string |
|
Nov 23, 2020 at 9:46am
[3 replies] Last: Unless this is an exercise using recursion, this is an extremely ineff... (by seeplus)
|
Quick question about difference between vectors and lists |
|
Nov 23, 2020 at 9:30am
[19 replies] Last: Have you looked at deque? http://www.cplusplus.com/reference/deque/deq... (by seeplus)
|
by Koodaja22
C++ program based on how many stars i give?
|
|
Nov 23, 2020 at 9:27am
[2 replies] Last: also change your prompt. Your output is what would be expected from th... (by seeplus)
|
by ronenp88
Help, want to build an email client and server
|
|
Nov 23, 2020 at 8:00am
[2 replies] Last: thanks! (by ronenp88)
|
by fonzeyy
trouble removing element of index
|
|
Nov 22, 2020 at 5:42pm
[4 replies] Last: There is also an issue with add_codes() if it is called more than once... (by seeplus)
|
by mpg
Encoding c++ of the DHM algorithm
|
|
Nov 22, 2020 at 3:39pm
[6 replies] Last: This can be tweaked, its a quick starting point, or you can google for... (by jonnin)
|
functions and email |
|
Nov 22, 2020 at 11:24am
[5 replies] Last: Also: #include <string> #include <algorithm> #include <iostream> #i... (by seeplus)
|
by WakelessFoil
Can not get file to open!
|
|
Nov 22, 2020 at 11:05am
[16 replies] Last: Suggest you change Explorer settings so that it doesn't 'hide' extensi... (by seeplus)
|
by Amnesiax
I have an error on totalWeight, but I'm not sure what it is.
|
|
Nov 22, 2020 at 11:02am
[4 replies] Last: Note that double maxWeight(double steaks , int numSteaks) { int... (by seeplus)
|
by simson4
help with Game
|
|
Nov 22, 2020 at 2:52am
[1 reply] : class Item; // Forward declaration #include <vector> class Inventor... (by againtry)
|
by iiii
player
|
|
Nov 21, 2020 at 7:43pm
[2 replies] Last: i should make from it the two player game Easiest way is to run it on... (by againtry)
|
by lychee
User Input for {x,y}
|
|
Nov 21, 2020 at 5:54pm
[4 replies] Last: Hello lychee, After rereading everything I think I understand better.... (by Handy Andy)
|
by Austink95
Writing functions that require a single parameter
|
|
Nov 21, 2020 at 5:48pm
[8 replies] Last: Thank you all so much, Emailed my teacher 2 days ago... (by Austink95)
|
by chebyrek
Help me with this task, please!
|
|
Nov 21, 2020 at 5:27pm
[10 replies] Last: Thanks for the advice) (by chebyrek)
|
by joe2014
Convolution and Wav files
|
|
Nov 21, 2020 at 5:15pm
[3 replies] Last: Another .wav file library: CWave - A Simple C++ Class to Manipulate WA... (by deleted account xyzzy)
|
by ajiten73
Unable to state function definition in c++ header file.
|
|
Nov 21, 2020 at 4:03pm
[9 replies] Last: @Ganado am redefining my problem: If keep the main() in GraphTest.cpp... (by ajiten73)
|
by Mif
Modify line in text file without using input line # in "C"
|
|
Nov 21, 2020 at 1:44pm
[8 replies] Last: may also write/read in binary mode. > I don't wanna do this on the cu... (by ne555)
|
by anneranch
C++ synax
|
|
Nov 21, 2020 at 4:17am
[3 replies] Last: C++ allows 'template' classes which are built during compile time base... (by jonnin)
|
ADT and Linked List implementation using C++ |
|
Nov 20, 2020 at 5:40pm
[1 reply] : What kind of help do you want? If want us to do your homework for you... (by doug4)
|