by vaderboi
undeclared identifier errors despite no undeclared variables
|
|
[4 replies] Last: That did the trick! Thank you very much. (by vaderboi)
|
by Misenna
How to specialize a class template?
|
|
[19 replies] Last: Cubbi, thank you, I try my best. To answer your last question first.... (by Misenna)
|
Pointer to struct |
|
[1 reply] : struct someStruct { int anInt; string aPhrase;} }; someStruct* p... (by Repeater)
|
by Kloppite
Storing related inputs from four datafiles
|
|
[2 replies] Last: Hi, lastchance. Your first case above is probably what I will like to... (by Kloppite)
|
File Input and ouput homework |
|
[6 replies] Last: You want as many variables as whitespace-separated things there are i... (by keskiverto)
|
by EMA833060
help a guy out
|
|
[5 replies] Last: Put another way, which of those functions look like they might try to ... (by Repeater)
|
by crackedice
Counting the number of letters/digits
|
|
[4 replies] Last: How do you propose to Count the average number of letters ?... (by SamuelAdams)
|
by jblsx8
Determining a straight in poker
|
|
[9 replies] Last: JLBorges, Thank you once again!! I did not know it was possible to "c... (by jblsx8)
|
Help adding a Class in C++ need help!!! (1,2) |
|
[21 replies] Last: seems to be working https://repl.it/repls/DismalHonoredSoftwareagent ... (by icy1)
|
by cidex
Problem with getline, page system
|
|
[3 replies] Last: Well trying to randomly read a text file is slow and error prone so pe... (by jlb)
|
Printing out a list that is private member in class |
|
[3 replies] Last: you can make that overload friend of the class and move your code insi... (by Marcus Aseth)
|
by ToeMater
Random double generation
|
|
[7 replies] Last: I don't think these will become deprecated in C++ before they become d... (by JLBorges)
|
by Russderp
Thanks! One more issue
|
|
[3 replies] Last: Q: What do we know about numOfRegistrants after line 25 (i.e. when t... (by keskiverto)
|
Help with loops & if statements |
|
[3 replies] Last: I'll show you my two implementations with the purpose of learning in m... (by Marcus Aseth)
|
by stav
Inheritance public vs nothing ?
|
|
[3 replies] Last: Oh yes, what he said. Child, not parent. I don't think I've ever not e... (by Repeater)
|
by sethfrias
How to create file using calculated data
|
|
[1 reply] : See: http://www.cplusplus.com/doc/tutorial/files/ (by MikeyBoy)
|
by More Coffee
What is wrong with this else if statement?
|
|
[1 reply] : Are you sure that one of the conditions is being met? Have you observ... (by MikeyBoy)
|
by stormbot
Exit print statement not working.
|
|
[3 replies] Last: I suggest that you don't mark the question as solve when it isn't. Cha... (by coder777)
|
by garza07
Repetition and Nested Loop Structures
|
|
[2 replies] Last: #include <iostream> #include <cstdlib> using namespace std; int main... (by lastchance)
|
by bronnynmynie
Help needed with Hangman game
|
|
[4 replies] Last: It's all part of learning! (by bronnynmynie)
|