by Rishard
Reading form a text file
|
|
[no replies]
|
by sturk
C++ create constructor that takes 2 arg
|
|
[3 replies] Last: I don't know what your assignment specifies; but inheriting line from... (by JLBorges)
|
by Ganado
Term for end of the function signature
|
|
[4 replies] Last: Interesting, never heard the terms before. Thanks all. (by Ganado)
|
by maine1280
function within switch statement skipping over all cin imputs?
|
|
[5 replies] Last: Ok, I think I have it now. For case B: case 'b': case 'B'... (by maine1280)
|
by connar
Reading a file with mixed data types on each row
|
|
[15 replies] Last: That is a simple specialization then. I would store the pieces as a ... (by Duthomhas)
|
by huwha12
finding the square root with while loop
|
|
[17 replies] Last: ... if you have a non-iterative solution ... A non-iterative soluti... (by MikeStgt)
|
User Defined Dynamic Array |
|
[5 replies] Last: It worked!! Thank you guys so much I'm just really curious to know ho... (by Jack Van Stone)
|
by DrSocha
Average and minimum value from Array
|
|
[4 replies] Last: I get no errors while running in Eclipse. Will check, thank you. (by DrSocha)
|
by ChimpCoder
Make a Reset() Function
|
|
[4 replies] Last: Hello ChimpCoder, I am not sure what I was thinking at the time, but ... (by Handy Andy)
|
by lastchance
Sum of vector using iterators
|
|
[5 replies] Last: you can do it with a loop. You should not, but you can if you want to... (by jonnin)
|
by sturk
C++ class inheritance shapes
|
|
[5 replies] Last: For simple school exercises, you could probably get away with Point p... (by salem c)
|
by AL88
Why is option 1 segfaulting?
|
|
[2 replies] Last: I would start by properly indenting your code, fixing all the compile ... (by jlb)
|
by fmaneiras
Programming in natural language
|
|
[2 replies] Last: it is intractable to process human to executable. Programming languag... (by jonnin)
|
by calioranged
unordered_map - Seemingly Random Control Jumps
|
|
[2 replies] Last: Thanks for that salem c (by calioranged)
|
by sturk
C++ compilation issue
|
|
[4 replies] Last: class Line : public Polygon { private: Polygon p1; Polygon p2; ... (by keskiverto)
|
by mxracer321
Removing Leading and Trailing whitespace
|
|
[5 replies] Last: So i understand what you are saying to do but im not exactly sure how ... (by mxracer321)
|
by AL88
Why doesn't the spare vector copy into the existing vector?
|
|
[6 replies] Last: I misread the parameter, I screwed up. I focused on the position+1. ... (by closed account E0p9LyTq)
|
by Vetzo
std::vector - mess up its memory management
|
|
[3 replies] Last: Ok, good. I didn't plan on doing anything strange. Thanks for the res... (by Vetzo)
|
by AL88
Why doesn't the erase element function work?
|
|
[3 replies] Last: Why isn't people.erase(position); working? Because you are supplying... (by closed account E0p9LyTq)
|
by BIGB185
Inches to centimeters loop
|
|
[10 replies] Last: Thank you, JLBorges. (by BIGB185)
|