by bhl1994
Confused on how to iterate through a list function
|
|
[1 reply] : #include <iostream> #include <list> #include <string> #include <algor... (by JLBorges)
|
Am I going in the right direction? |
|
[no replies]
|
by TonyR1234
Help with Program
|
|
[2 replies] Last: The user is should be allowed to enter as many increments as they want... (by TonyR1234)
|
by LmaverickD
Help with Dynamically Allocates Array Program
|
|
[1 reply] : What is the purpose of line 50? What is the second parameter on funct... (by keskiverto)
|
by browngirl123
basic c++ help
|
|
[2 replies] Last: how would i output the data that the user entered, Samuel? If they ent... (by browngirl123)
|
by Symphoneee
Having trouble with getline
|
|
[7 replies] Last: Hey thanks a lot everyone! I think I understand it now. The explanat... (by Symphoneee)
|
by garza07
Temperature conversion issues.
|
|
[3 replies] Last: I've altered you're program to make it more straight forward You are d... (by alonso12)
|
by Masonbrady3
character arrays
|
|
[2 replies] Last: First, again , please use code tags when posting code. See http://www... (by keskiverto)
|
by barracuda
what's the best algorithm for selection sort?
|
|
[1 reply] : a and b are passed by value to swap(). Make them references, or their ... (by lastchance)
|
by adam2016
constructor causes crash
|
|
[2 replies] Last: thanks repeater that makes sense :) and true but how come we wrap the... (by adam2016)
|
by sb99
Why is ios not a class or namespace and why is fixed/showpoint subsequently undefined?
|
|
[2 replies] Last: ohhh, I did not realise ios was a part of std, I thought ios was it's ... (by sb99)
|
by Neahle
Show the same picture on all computers.
|
|
[9 replies] Last: your performance and user friendlyness will be improved if you use opt... (by jonnin)
|
Classes and Data Abstraction Assignment |
|
[1 reply] : a void adder might look like void addto(type &in, type &value) { ... (by jonnin)
|
by binaary
passing pointers to different functions
|
|
[4 replies] Last: thanks for the reply. I've decided to try and do it as a public class... (by binaary)
|
by sr2cute702
no arrays allowed help for standard deviation
|
|
[5 replies] Last: This rewrite might help to explain. #include <iostream> #include <cm... (by lastchance)
|
by Shibitto
Is this code salvageable or not.
|
|
[2 replies] Last: A simple way: /* Write a program which allows the operator to enter ... (by Thomas1965)
|
by megatron 0
Read access violation calling pointer function - "this is nullptr"
|
|
[2 replies] Last: JLBorges... saved my ass once again. How the hell did I miss that? You... (by megatron 0)
|
by link45jeff
user defined functions
|
|
[1 reply] : the int coffeeBeans (...) is a legacy that I forgot to remove. Also ... (by link45jeff)
|
by Toasthat
Problem with dynamic arrays and pointers
|
|
[3 replies] Last: Oh and don't forget if you promise the compiler that a function will r... (by jlb)
|
by Joe C
>> and << for User-defined-type
|
|
[2 replies] Last: Thank for the reply. This looks like what I'm looking for but I'm afr... (by Joe C)
|