by Dannika
Power Function
|
|
[1 reply] : It looks you errors are int mypow(int, int); { That brace is n... (by Maese909)
|
by Dimpy
need help urgent!!! stack of integer arrays
|
|
[no replies]
|
by bool maybe
Is this an error in the textbook?
|
|
[2 replies] Last: "Problem Solving with C++" by Walter Savitch Which edition? They ma... (by shacktar)
|
by narutochan
please help me on this...
|
|
[6 replies] Last: Thank you so much! I'll see to it. Good night! :) (by narutochan)
|
by allen2793
Snake programming using Classes
|
|
[1 reply] : I have a good book that would probably help you a lot -- "The Object-O... (by strongdrink)
|
Operator Overloading Problem. Variable is not changed |
|
[2 replies] Last: Thank you very much. The link you gave me is an excellent explanation. (by cuoilennaocacban)
|
by Marcello
Menu linking Compilie error :(
|
|
[4 replies] Last: ok do you see this code nessary as i need to create a menu for a catal... (by Marcello)
|
by zealouszee
Question about interest...
|
|
[1 reply] : Suggestion: Talk to your class mates. They will know more about these... (by Tytrin)
|
by codekiddy
using const_cast (need explanation)
|
|
[2 replies] Last: how would I go to do that? get rid of the 'const' in front of a. S... (by Disch)
|
by seawolfmoose
homework problem i have very little clue on - constructors and classes
|
|
[10 replies] Last: the code is in the post before the errors and i have no idea how to se... (by seawolfmoose)
|
by Brad Morse
editor and compilor
|
|
[2 replies] Last: To clarify some notation: 1. Code::Blocks is an IDE, or Integrated Dev... (by anonymous23323124)
|
by illlojik
Question about arrays
|
|
[5 replies] Last: Okay, thanks for the help. I was able to complete the program :D (by illlojik)
|
by paladian
Where am I going wrong?
|
|
[1 reply] : check finalCost to see where it should be calculated. (by EricDu)
|
Logical Operators |
|
[1 reply] : Of course not. || takes two boolean operands and evaluates to true if ... (by Athar)
|
by seawolfmoose
header file issue
|
|
[2 replies] Last: thanks...that took care of two out of three, the last being a nameing ... (by seawolfmoose)
|
by MrBackpack
Arrays Homework assistance
|
|
[1 reply] : #include <iostream> #include <iomanip> #include <string> #include <fs... (by MrBackpack)
|
by punjabian
converting upper to lower case
|
|
[9 replies] Last: I was thinking that the null character is always going to be the last ... (by Maese909)
|
by Trashcan42
Token Problems
|
|
[2 replies] Last: I was under the assumption in my Token get_token(); was implementi... (by Trashcan42)
|
expected primary-expression before "const" c++ |
|
[4 replies] Last: output is good, any suggestions on the calculations? (by Nickolas Baker)
|
by Apoapsis
use variable in variable name
|
|
[1 reply] : What you're looking for are arrays/vectors. #include <vector> [...] ... (by Athar)
|