new to c++: problem creating any logic of programYou need to go to the Beginners section of the forum. That is where Im at.
C++ Books?Im using the C++ Programming: Program Design Including Data Structures 6th ED by Malik.It shows from...
for-loop:Did i follow the directions of my assignment?I dont understand why i need to change those lines that you say.What variable?
for-loop:Did i follow the directions of my assignment?Here is my code but nothing happens[code] #include<iostream> #include<string> #include<cstdlib> #inc...
for-loop:Did i follow the directions of my assignment?so that else if statement be this? [code]else if (number != guess && numGuesses = 5) cout<<"Sorry,...