by oddy
Why different posts have different amount of replies?
|
|
[8 replies] Last: When I ask a question then I'm rather glad not to get many answers bec... (by coder777)
|
by Out2
Need some help write this for My class!
|
|
[8 replies] Last: Lines 26-29: If the number of units is out of range, you output a mes... (by AbstractionAnon)
|
by NeptuneK
Loop not stopping when it's suppose to
|
|
[8 replies] Last: As the original formatted: #include <iostream> #include <string> #i... (by seeplus)
|
by HellocMonkey
program not compiling
|
|
[3 replies] Last: For readData(), you're not checking that the file has been opened OK. ... (by seeplus)
|
Help with arduino c++ code to count pulses |
|
[1 reply] : Your code doesn't appear to have much to do with an Arduino or the tim... (by againtry)
|
by HellocMonkey
arrays
|
|
[6 replies] Last: this is good. thanks for the help guys. (by HellocMonkey)
|
by bfears
imported txt file, display sorted ascending array.
|
|
[1 reply] : #include <iostream> #include <fstream> #include <vector> #include <al... (by lastchance)
|
Can you continue calculate on result? |
|
[5 replies] Last: Thanks guys! You are genius. I have been out for a couple of days with... (by closed account N67L8A7f)
|
by bydrachen
Can't make getline work in C++ strings
|
|
[6 replies] Last: Hey, thanks for your help. It's looking promising. But it looks more c... (by bydrachen)
|
by baked turkey
Having (mulitple) issues with my code
|
|
[3 replies] Last: Furthermore, your code: double monthlyRate; // uninitialized variable... (by keskiverto)
|
by Aussiemang
Switch statement breaking code
|
|
[2 replies] Last: omg wow I had no idea.. thanks for that it works as intended. (by Aussiemang)
|
by Tally123
How to find all duplicate elements within a string vector, and output their indexes when found
|
|
[4 replies] Last: #include <iostream> #include <vector> #include <map> #include <string... (by lastchance)
|
by Tally123
How to find a common CHAR elements (case sensitive) between two vectors
|
|
[3 replies] Last: Thanks you 2 (by Tally123)
|
by Shervan360
What is the maximum length of the string element in struct?
|
|
[5 replies] Last: https://www.guinnessworldrecords.com/world-records/67285-longest-perso... (by deleted account xyzzy)
|
by Adalaide
Won't calculate while in loop?
|
|
[14 replies] Last: @OP Once you start introducing lots of repetitive code it is a good id... (by againtry)
|
by BigNibs
I dont even know where to begin on these
|
|
[3 replies] Last: build small and test often. take only the first one until it is done... (by jonnin)
|
convert double to hex and split that into 2 hex variables |
|
[9 replies] Last: seeplus, indeed that was it, signed char is from -127 to to 127 and un... (by wimvandenborre)
|
by BigNibs
my program is sending out a random number
|
|
[6 replies] Last: thanks! the way you explained that was really helpfull! way better tha... (by BigNibs)
|
by jaffe15
No constructor called?
|
|
[10 replies] Last: FWIW, using the following test code: class Test { public: Test(const... (by kigar64551)
|
Math challenge :) 120 to 255 |
|
[18 replies] Last: [quote=lastchance]It's nearly 11 octaves! Would scare my cat at the to... (by deleted account xyzzy)
|