[try Beta version]
Not logged in

Beginners - February 2017 (Page 10)

by F95
C++ Switch Statements/Loop help
 
Feb 21, 2017 at 8:19am
[1 reply] : The do ... while loop does not belong within the getFlight() function.... (by coder777)
c-string Palindrome using a do-while loop
 
I'm trying to figure out what equation should I do (after my if statement) to see if a c-string is p...
Feb 21, 2017 at 8:01am
[1 reply] : What you need is another variable like Line . Before the if you c... (by coder777)
Programming Project Help
 
The code compiles but it part of the input should not accept 0 or negative values and output certain...
Feb 21, 2017 at 3:27am
[4 replies] Last: Hello StrikingSparrow, You may want to read this: http://www.cpluspl... (by Handy Andy)
How to read String, Int, and Floats from the same line in a File?
 
I'm trying to read and display variables that I have stored in a file. Here is what my textfile look...
Feb 21, 2017 at 2:04am
[2 replies] Last: Mantorr22, I tried something kind of similar to that earlier and it d... (by MisterTams)
by Frenzy
Algorithim help. Struct in Dbl. Linked List
 
Hello, first I am not asking for help with writing my code, but just thinking through the steps requ...
Feb 21, 2017 at 12:49am
[1 reply] : Double post waste everyone's time. http://www.cplusplus.com/forum/gene... (by SamuelAdams)
question (simple program)
 
My program says "volume" does not have a value when I build it. What would I enter for the volume?...
Feb 21, 2017 at 12:05am
[2 replies] Last: http://www.cplusplus.com/forum/beginner/209101/ You are missing somet... (by Hengry)
by Potion
For loop not looping?
 
(I'm learning to use "break" and thought to try it out with this) #include <iostream> #include <s...
Feb 20, 2017 at 11:00pm
[2 replies] Last: Thank-you very much! I hadn't known that was incorrect until now! (by Potion)
by xburdg
While statement problems
 
Hello everyone, this code is supposed to take tickets at a concert, count them, output them and say ...
Feb 20, 2017 at 10:59pm
[1 reply] : while (answer == 'y', 'Y') should be while (answer == 'y' || answer... (by Peter87)
Input validation and Logical OR
 
I am working with input validation and logical OR. I am trying to make an error message pop up after...
Feb 20, 2017 at 10:27pm
[4 replies] Last: Yeah, I just edited my post before I saw yours after basically figurin... (by ghostk91)
Creating Poker Hands and comparing them
 
Currently have not written this portion of my code because im not sure how i should go about this. I...
Feb 20, 2017 at 9:18pm
[no replies]
question
 
I'm a little confused on this program. Would I need to include another statement? /* Progr...
Feb 20, 2017 at 9:07pm
[1 reply] : Would I need to include another statement? You certainly need to re... (by lastchance)
by wasey
Trouble with a Nested Loop in a Vector
 
I have an assignment that is giving me some trouble and I was hoping somebody could help steer me in...
Feb 20, 2017 at 6:44pm
[3 replies] Last: Change values to vector<int> values . I also thought that I was sto... (by dhayden)
Percent acting funny
 
Why is my percent giving me that strange number? #include <iostream> using namespace std; int ma...
Feb 20, 2017 at 6:28pm
[6 replies] Last: These variables are not initialised , they contain garbage. pointsr... (by Chervil)
by n0rmal
help a newcomer
 
Hello, I am a beginner at coding, and i really need som help. I'm in the beginner stage of codin...
Feb 20, 2017 at 6:28pm
[3 replies] Last: I have fixed my issue. Just realized i spelld' "court" and not "cout" ... (by n0rmal)
Create a templated linked list of an abstract class
 
I am trying to implement a linked list of a base class that would be filled with objects from the tw...
Feb 20, 2017 at 4:46pm
[2 replies] Last: I am trying to implement a linked list of a base class that would be ... (by gunnerfunner)
How can I remove spaces after an integer confirmation of a string evaluated by a function?
 
Hello, I have coded a function that confirms whether a string of chars is an int or not. But how...
Feb 20, 2017 at 4:46pm
[8 replies] Last: Hi Bdanielz, That's great. But I haven't started on pointers etc yet... (by Shishykish)
how to return to previous step
 
i want to design a program of temperature converter. Here is my pseudo code Pseudo-code rep...
Feb 20, 2017 at 4:08pm
[4 replies] Last: Lines [45, 49] can be removed completely. Line 9 declares an unused fu... (by mbozzi)
undefined reference to `WinMain'
 
I write a code for creating multiplication table . When it is compiled, i meet some error. The erro...
Feb 20, 2017 at 3:24pm
[3 replies] Last: ya rite. Thnx for help (by teopeishen)
Learning Pointers
 
My code does not work. It prints out 32822 instead of 12. Please help me solve. #include <ios...
Feb 20, 2017 at 2:47pm
[8 replies] Last: @Sanboro If you have a need to continue to use using namespace std; ... (by Pattako)
In need of help with basic functions for finding the area of a circle
 
Write a program that determines the area of a circle. It should include the following functions : ...
Feb 20, 2017 at 1:41pm
[3 replies] Last: Rather than having free-floating functions in the global namespace it ... (by dangrr888)
February 2017 Pages: 1... 89101112... 37
  Archived months: [jan2017] [mar2017]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.