Inheritance issue. |
|
[2 replies] Last: Yep that works, thanks again! (by AlwaysLearning)
|
by AbhijitRaj
12 and 12.5
|
|
[3 replies] Last: I prefer the latter. Here's an improved version of an answer I gave... (by Duthomhas)
|
by Dsimm
Variable not declared in this Scope
|
|
[3 replies] Last: OH, Alright thanks that helped a lot (by Dsimm)
|
by baphomet90
pointer problem
|
|
[2 replies] Last: Well I agree with PanGalactic that there is a terminology problem in t... (by kempofighter)
|
by janoalexes
Program flags
|
|
[1 reply] : use "int" in the functions instead of the enum. And while you are at i... (by imi)
|
by Seraphimsan
Make files
|
|
[2 replies] Last: Thanks, I've never used make before So i wouldn't of known that :D (by Seraphimsan)
|
by Swiftle
Errors while trying to free memory
|
|
[4 replies] Last: Here are a lot of unsaid things. The struct in A is called "list", ... (by imi)
|
by joesworld234
case statement not being read
|
|
[4 replies] Last: Thank you so much guys :) (by joesworld234)
|
by imi
Some way to optimize functions without side-effects?
|
|
[8 replies] Last: Well, while I couldn't find a compiler switch as I original hoped, the... (by imi)
|
by ahbrahim2
A good Programming Book or study guide
|
|
[6 replies] Last: Sorry for the late answer, but I use Microsoft c++ (by ahbrahim2)
|
by pacerier
Register keyword
|
|
[5 replies] Last: ok i guess this question is purely academic.. (by pacerier)
|
by pacerier
fastest bitwise operator
|
|
[5 replies] Last: heys, thanks for the link (by pacerier)
|
trinary search |
|
[2 replies] Last: Actually I finished the program but thanks for trying. (by coolProgramer5)
|
by Xycose
error: no matching function for call to `getline(char[51], std::string&)'
|
|
[1 reply] : inputFile is a char array: char inputFile ; inFile is your ifstr... (by Disch)
|
organization function |
|
[8 replies] Last: Okay now the program is only outputting 1. I'm not sure why. #incl... (by coolProgramer5)
|
by ra1nbo3
Prime Number Algorithm
|
|
[1 reply] : Well, you don't need to check every number, only numbers either above ... (by TyPR124)
|
by kyleg033
Need a function to traverse a linked list
|
|
[5 replies] Last: Wow, I was making this much harder than it had to be. Thank you the c... (by kyleg033)
|