by lxz199696
does any one tell me why my 2 for loop does not work
|
|
[2 replies] Last: Actually, I have no idea why you use a loop here. It might be appropri... (by lastchance)
|
by tamale21
Average Score
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/200152/ (by integralfx)
|
by hzahid
Infix to Postfix - Debugging Code
|
|
[no replies]
|
by wahaha11
need help
|
|
[2 replies] Last: 1. Store the numbers in a vector<int> container. Why vector? Because t... (by gunnerfunner)
|
by PajamaLlama
Default Parameter Question
|
|
[2 replies] Last: Oh cool, thank you! (by PajamaLlama)
|
by Xieni
Whats up Bros?
|
|
[1 reply] : Great, welcome aboard (by SamuelAdams)
|
by DragonOsman
The 3n + 1 Problem From UVa Online Judge - Help Needed in Understanding It
|
|
[13 replies] Last: For the one integer field thing, I was talking about this: Create an ... (by DragonOsman)
|
by JUAN DENT
If a class Derived inherits publicly from a class Base, is it always true that C style cast is going to work?
|
|
[3 replies] Last: Yes, I know C style casts are bad news, but I am trying to pinpoint t... (by jlb)
|
by DragonOsman
Finding the Mean and Average of a Set of Temperatures
|
|
[3 replies] Last: Working? Lets see, I have two temperatures. The temps.size() is t... (by keskiverto)
|
by Wabush
Comparison of doubles and problems associated with it
|
|
[6 replies] Last: Thank you for your answers, I'll keep searching on my side and just ma... (by Wabush)
|
by leoleoleo
Newline strangely persists
|
|
[1 reply] : What you type goes into a buffer. Your program removes some things fr... (by Moschops)
|
by lnp657
Error storing objects of a class in a linked list
|
|
[8 replies] Last: It shouldn't compile because on line 26 of LinkedList.h you promise to... (by Moschops)
|
by king16
Calculates julian day-of-year
|
|
[2 replies] Last: This might help with a visual clue http://www.fs.fed.us/fire/partners/... (by SamuelAdams)
|
by DTM256
Standard Abbreviations - clock_t?
|
|
[8 replies] Last: What you're calling "speed" is the inverse of speed. In this case, com... (by Moschops)
|
by Scuffz
adding two seperate arrays into one is displaying garbage
|
|
[1 reply] : // if operator is + int sum ; //uninitialized if(operation == "+") ... (by ne555)
|
by Scuffz
cout an array and its displaying "-48"
|
|
[2 replies] Last: thanks! (by Scuffz)
|
by d3v4l1
What did I miss? (Templates, Classes, Linking)
|
|
[10 replies] Last: No. ListNode<T> const *iter = head; is semantically equivalent to... (by mbozzi)
|
by king16
TotalUp Array
|
|
[9 replies] Last: Here is what I did but still not printing the total of row, column, o... (by integralfx)
|
by naiuccorle
I/O files program
|
|
[1 reply] : Well that's a good start congrats ! It seems to me you need to start ... (by SamuelAdams)
|
This is homework but if you don't help me I will fail |
|
[4 replies] Last: Yes, I should. Vector ()? (by Pecardo Hofley)
|