Beginners - September 2013 (Page 54)

Completely lost with grading program - any help?
 
Hello! So I'm currently working on a grading program and I am to write a function that grades ANexam and returns the score when passed the key and and one se...
[2 replies] Last: Definitely a step in the right direction, thanks a lot. (by Wunderlust2)
help with string type error
 
hello. hadn't coded in c++ in a while and am trying to do an assignment. the prompt is Implement a class Person with two fields name and age, and a class Co...
[2 replies] Last: here is my updated code. it seems to crash everytime i try to enter th... (by alamans32)
Errors with Circular List Program.
 
Hello. I'm having a bit of trouble with my code.I have worked through most of the issues but I could use a little help. I've been troubleshooting this program f...
[4 replies] Last: Oh right. That totally slipped my mind. 0.o Now I feel like a derp. (by Syre Lancaster)
by pedram
writing a program
 
How do we write this program? Prompt the user, input 5 test scores , output the average scores rounded to the nearest integer.
[1 reply] : Would you mind posting the code you have tried? (by Bdanielz)
by darqan
Need help with "int" and "char" function
 
Warning for wall of text! You have been warned! Since I'm a beginners beginner, im going to be posting the entire code here. Been struggling with this simp...
[no replies]
Classes
 
Hello, I'm having a very difficult time understanding what it is I'm doing wrong, but it seems I'm doing a LOT wrong. This is my first time ever working with c...
[6 replies] Last: AHHH I figured that out too! I just needed to step away from it for a ... (by halamaker)
An empty line between 2 statements
 
Hi guys, when i open a project in Visual Studio(2012, ultimate) i see an empty line between each and every 2 statements. Do you know how to fix it? Cheers...
[1 reply] : How did you create the file? It seems like you have inconsistent line... (by AbstractionAnon)
Help anyone?
 
I was searching for an exercise and was wondering how am I gonna do this? Write a program that asks the user to enter the number of pancakes eaten for break...
[2 replies] Last: plain C arrays don't have built-in methods like max(), min() No, but... (by Danny Toledo)
Cryptography
 
A company wants to transmit data over the telephone, but is concerned that its phones could be tapped. All of the data are transmitted as four digit integers. T...
[3 replies] Last: It looks like the instructions tell you exactly what to do step by ste... (by Daleth)
Counting numbers per row in a txt file
 
I am trying to write a line of code to count the number of elements in a txt file per row, when every row has a different number of elements, and save the data ...
[5 replies] Last: You could read in each line whole, then count the number of spaces ... (by Daleth)
True/False
 
In this program I am asking the user to input his/her name, but, in the final few lines, I ask the user whether their full name is so and so. If it is true, ty...
[11 replies] Last: Thanks guys, I finally did it. Thanks. (by Cieslikowski)
Any good beginners projects?
 
Currently learning C++ and just a beginner. Any good projects to apply new skills learned?
[5 replies] Last: http://www.cplusplus.com/forum/articles/12974/ (by JLBorges)
Multithread C++
 
which libraries can be used for multithreaded programming in C + +?
[2 replies] Last: The standard C++ library would be the first choice. http://en.cpprefer... (by JLBorges)
Stopping strcat once it reaches a value?
 
I have a function that concatenates strings inside a 2D arrays. There are 208 strings in this array I need it to stop the concatenates after 200 strings, 2 put ...
[no replies]
Hi how do i add animation to this code? Any suggestions?
 
The question: Lotto is a game in which winners are chosen by random drawing of numbers from among those who have paid money to participate. Write a program t...
[no replies]
static methods\varibles
 
Hi guys, Can someone explain me what are static varibles and methods? I didn't get it during my lecture. Cheers. //
[1 reply] : Read "Chapter 8: Static Data And Functions" of the Groningen C++ Annot... (by JLBorges)
A football sim - some pointers on internal database design
 
Hello all. First up, I've been using this site alongside coding books and tutorials to learn C++. I'm enjoying it, but am still at the early stages of learning ...
[2 replies] Last: I will be deleting entries from some of the vectors, yes. Or at least,... (by GMillie)
Bad to have global variables?
 
I have heard that it is bad to have global variables, why? Thank you!
[13 replies] Last: > I have heard that it is bad to have global variables, why? Global v... (by JLBorges)
Trouble displaying array of chars
 
Hi, I have asked this question before with no luck, Im making a new thread to simplify things. - What I want to be able to do is have one point in the code,...
[14 replies] Last: You're welcome (by closed account 28poGNh0)
September 2013 Pages: 1... 5253545556... 64
  Archived months: [aug2013] [oct2013]

This is an archived page. To post a new message, go to the current page.