by seungyeon
qualified id identifier declaration before (
|
|
Mar 2, 2017 at 1:54am
[1 reply] : Line 24: pi is not defined Line 18: It's a poor practice to have an... (by AbstractionAnon)
|
by andrewllewop
Namespace
|
|
Mar 2, 2017 at 1:41am
[3 replies] Last: Does declaring an entire namespace affect a program's performance De... (by gunnerfunner)
|
by Kourosh23
Code Efficiency C++
|
|
Mar 2, 2017 at 1:19am
[3 replies] Last: To be honest in "larger programs" code efficiency is hardly ever the ... (by AlanG)
|
by darkslayer3
Switch Statement Help
|
|
Mar 1, 2017 at 10:52pm
[4 replies] Last: Since you used toupper then you don't need to test the lower case. Th... (by joe864864)
|
strchr() question |
|
Mar 1, 2017 at 8:08pm
[3 replies] Last: Thanks! It was substraction after all. It just seemed very.. bizzare. ... (by InsanelyNormal)
|
by Hayley777
Bool functions and Tic-Tac-Toe
|
|
Mar 1, 2017 at 6:12pm
[5 replies] Last: Line 76: If getWinner() returned false for all calls at lines 67-70 ... (by dhayden)
|
by GoonerBrian
How to raise something to a power using bitwise
|
|
Mar 1, 2017 at 5:31pm
[2 replies] Last: Thanks. I can follow that. I appreciate your help. (by GoonerBrian)
|
by deathslice
Program produces unreachable locations in the maze
|
|
Mar 1, 2017 at 4:25pm
[6 replies] Last: Yep that was the problem lastchance thanks. (by deathslice)
|
by seungyeon
how do i end a function
|
|
Mar 1, 2017 at 4:15pm
[2 replies] Last: you can end a function at any time with the return statement. if the ... (by jonnin)
|
by bird1234
Single Link List Problem Deleting Node
|
|
Mar 1, 2017 at 2:40pm
[6 replies] Last: can you explain this This is the way to unlink del1 from a singly l... (by coder777)
|
External library text game error |
|
Mar 1, 2017 at 2:03pm
[12 replies] Last: Erm, what? "lizard.h" isn't even an actual file. I'm not using a head... (by AbstractionAnon)
|
by wargamex2222
Please help me on my program
|
|
Mar 1, 2017 at 1:48pm
[10 replies] Last: #include <iostream> #include <string> using namespace std; void ini... (by closed account 48T7M4Gy)
|
by cplusplusAbe
Help with absolute value and if statement
|
|
Mar 1, 2017 at 11:36am
[13 replies] Last: #include <iostream> #include <string> #include <cctype> #include <cma... (by JLBorges)
|
by AlanG
Problems with using nullptr in g++
|
|
Mar 1, 2017 at 11:27am
[3 replies] Last: Thanks folks, that works. (by AlanG)
|
by wasey
Another Set of Eyes on my Errors?
|
|
Mar 1, 2017 at 10:23am
[7 replies] Last: #include <iostream> #include <string> #include <cmath> using std::st... (by closed account 48T7M4Gy)
|
by xx123
Can formulas be put into header files?
|
|
Mar 1, 2017 at 9:53am
[10 replies] Last: So is there any way that I can corporate the formulas like totalMiles... (by closed account 48T7M4Gy)
|
by kikiyox77
Trying to output in a certain way
|
|
Mar 1, 2017 at 7:30am
[9 replies] Last: I needed to use the push_back function for my setPrereqs so it would ... (by coder777)
|
by Shibitto
Ui console advise.
|
|
Mar 1, 2017 at 5:25am
[3 replies] Last: You can use setpixel from windows.h (by Ericool)
|
by seungyeon
class header file declaration?
|
|
Mar 1, 2017 at 4:53am
[1 reply] : I see now from your other post using labf box. You need to call the fu... (by Ericool)
|
by seungyeon
Class Declaration into main??
|
|
Mar 1, 2017 at 4:42am
[4 replies] Last: Add at the top of the header the directive #pragma_once if it is still... (by Ericool)
|