Beginners - June 2013 (Page 12)

'while' looping
 
My SENTINEL value of "-99" operates just fine, however when I enter in numbers, using a space in bet...
[1 reply] : The problem lies in the scope of your while loop (by Smac89)
Reading text to arrays
 
I'm very new to C++ so I don't know much. I have a text file that list students' first names, last n...
[4 replies] Last: I forgot to say earlier that this was exactly what I needed! I'm alway... (by Newbiee)
Linked list in c doesn't work properly.
 
Hello, guys. I have to make a task scheduler in c in which on of his processes is a process called ...
[2 replies] Last: You are setting list to NULL each time a program is called, don't you... (by robgeek)
Please critique my code?
 
Hello! This is my solution to a problem in a book I'm reading. The question is as follows: "2. Wr...
[7 replies] Last: I don't understand what the point of adding/subtracting 1 from guess ... (by AbstractionAnon)
game design question (1,2)
 
Hi, I'm a relatively new programmer and I'd really like to learn game development. I've done a lot o...
[29 replies] Last: @yemeni cpluspluser The code now works I had just assumed it was sort ... (by closed account 30X1hbRD)
by ldv
C Memory & Pointers Short question.
 
Hi, i have C exam tomorrow, im studing right now previous year's tests and i have problem with one q...
[1 reply] : Did the question specify that i is stored at that address? In that cas... (by Peter87)
Don't understand "&" after string
 
In creating this function, what does the &guessword part mean? Thanks int letterFill (char gue...
[2 replies] Last: Thanks, I'll try to understand it :D (by HarryNewgas)
Classes and Objects not working? BMI Calculator Program
 
Something must be out of order, I think it is the if's or the classes but whenever I run this, the o...
[6 replies] Last: Thank you, works fine! (by nsahawks7)
writing to a file and not standard output
 
I am supposed to create a program that accepts a 4 digit year and prints out a calendar for that yea...
[no replies]
by kpma
Array Search Question
 
Just got an assignment recently and need help with two questions from it. Write a function, array...
[5 replies] Last: @Cubbi I did not take into account that the array is sorted. Then s... (by vlad from moscow)
just a quick (noob) question
 
Hi, I've been taking C++ for a long while now and I was wondering what exactly could I use pointers ...
[8 replies] Last: @the prince "CaptainBlastXD, I mean like if you had a really big proje... (by closed account EwCjE3v7)
What book should I read to learn c++
 
Hi there, I would like people's suggestions on what book is best for a 12 year old to lear...
[7 replies] Last: Thanks the prince I will download the e-books.Thanks Edit: Chilli and... (by closed account EwCjE3v7)
Problem's solution required
 
Can anybody help me to compile this code? I am new to C++ language and in learning process.I am tryi...
[4 replies] Last: using notepad I think I've managed to get it working properly. (Just s... (by closed account 30X1hbRD)
Confused about int letterFill (char, string, string&)
 
I'm pretty new to C++, but i understand most of the basics. However, i'm having real trouble underst...
[1 reply] : It's not a variable, it's a function. http://www.cplusplus.com/doc/tu... (by Disch)
if else statement problem
 
Hi. I'm having a problem. So I'm making a BMI calculator and everytime I type whatever value, it dis...
[2 replies] Last: Do not duplicate conditions. Code duplication is bad. The 'else' a... (by Disch)
Array must not exceed
 
Hello everyone I keep getting this array must not exceed error but all I trying to create is a 20 x ...
[4 replies] Last: I see. Thank you . (by otisphat80)
Report Heading
 
Design a class called Heading that has data members to hold the company and the report name. A tow-p...
[2 replies] Last: Great! Thank you. I'll keep that in mind the next time I post. (by cPPbeginner17)
by cshu
classes
 
#include <iostream> #include <iomanip> using namespace std; int main () { const int nu...
[4 replies] Last: Maybe this will help you get started: class Employee { int empi... (by AbstractionAnon)
Looping function , implement own logic
 
when i choose for the first array which is the entire row and column cannot be choose and compar...
[4 replies] Last: any idea? (by Lim Boon Jye)
June 2013 Pages: 1... 1011121314... 49
  Archived months: [may2013] [jul2013]

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