Beginners - April 2008 (Page 4)

beginner needs help
 
I made a game with a score for each player, I get high scores that players achieved, but I need to save these high scores to PC and show it any time I open the ...
[4 replies] Last: Create a custom clipboard and store your information in there. It wou... (by InLight)
by Mlorna
Help with initialising??
 
I do not know how I would go about initialising nrAbove in order to display a correct output?? Which would be displaying all the temperatures above 20 degrees c...
[3 replies] Last: well initialization can be done at the beginning....in the declaration... (by milee)
Help, related to system("pause")
 
Hi, I'm in some grave need of help. I need a way to make the program pause without using the system("pause") as to make it compatible with any OS etc, and i...
[7 replies] Last: Just as a follow up. You need to keep an eye on what you do with st... (by closed account z05DSL3A)
not using enter
 
I wanted to use this program without having to press enter. scanf and getchar both require U 2. Any suggestions? #include <stdio.h> #include <time.h> #inc...
[4 replies] Last: I am using Windows vista with Microsoft Visual C++ 2008 Express Editio... (by cyberpirate)
by Mlorna
Program Error??
 
#include <iostream> using namespace std; int main ( ) { int nrPupilsAttended, mostInteresting; float nrScarlett, nrRhett, nrAshley, nrMelanie, nr...
[1 reply] : In the line 'case 4;' the ';' should be an ':' TIP: When posting co... (by closed account z05DSL3A)
I don't know whats wrong with this code
 
Never mind this fourm.. i found the misteak.. it was a stupid misteak
[no replies]
-ignore-
 
oops wrong board :( I can't seem to be able to delete the thread -.-
[no replies]
Fastest way to process a file
 
I'm using Dev-Cpp 4.9.9.2 I want to encrypt a file. Every byte has to be encrypted on its own. Is it faster to? A 1. read a single byte 2. encrypt a s...
[1 reply] : Less system calls is probably slightly better, though you probably won... (by jsmith)
Probly a stupid little mistake
 
I'm trying to make 2 collumns ( I know it's spelled wrong), one starting at 0 and the other starting at 10, then they will stop at the starting number of the ot...
[1 reply] : You do not have to define int i = 0 before the for loop, since it is d... (by firedraco)
Help w/ Error Message
 
I wrote this small employee bonus calculation program (pretty easy), but I am getting an error message "(39) : warning C4244: '=' : conversion from 'double' to ...
[2 replies] Last: Awesome! Will do!! Thanks for the help! (by mbakersfield)
by maan
please help me Experts!
 
i am having a problem about doing percentage in my first c++ program please help me and tell me the error in my proram i am putting the code below there is in t...
[6 replies] Last: Sorry, I did mean to come back and add an explanation of what I change... (by closed account z05DSL3A)
problem with c++ class implementation
 
i have this code and I am getting an error in main () at masterInfo x; that says "conversion from 'int' to non-scalar type 'masterInfo' requested" any suggest...
[5 replies] Last: You would just use cin >> name; rather than cin >> (cin, name)... (by rpgfan3233)
by xm1014
Adding a node to a tree
 
I'm having trouble adding ("books") nodes to a tree. I have a class (BookRecord) that has a pointer to BookRecord *left and BookRecord *right, they are private ...
[2 replies] Last: //********************# 3 gets stuck here***************** My code ... (by xm1014)
Comparing Values in Array program problem
 
Hi, I need to write a program that adds up the prices in the array and then finds the average. I have that part handled and it works. But now i need to display...
[4 replies] Last: that solved it. thanks guys. (by xtheendx)
Can someone help me with my code for pointers
 
my assignment is: Lottery Winners A lottery ticket buyer purchases ten tickets a week always playing the same ten five-digit "lucky" combinations. Write a pro...
[5 replies] Last: I suggest reading up on how arrays function before looking up how your... (by InLight)
by sparky
infile.getline(); not reading text file
 
Hello, I am trying to read and display the contents of the following text file: Harry Potter and the Deathly Hallows J K Rowlin and Mary GrandPré 054501...
[3 replies] Last: Ok, I got it to work: # include <iostream> # include <fstream> u... (by sparky)
Unhandled Exception
 
I am trying to run a program and after the output screen comes up, i get this extra message box that says "Unhandled Exception in....:Access violation". How can...
[2 replies] Last: I had a feeling that it was going to be such an easy mistake. Thank yo... (by newbie08)
structures
 
Hi, i have my code completed, but it needs to be in structured form. However i have no lcue how to go about doing that. Any help is welcome. thanks //Resisti...
[3 replies] Last: Thanks i have one more question. Would it be possible to put this int... (by acfan12)
file opening newbie question
 
Hi all I am a C++ newbie and this is my first post to the forum. I will begin with saying that this site is awesome and I have been using the examples to gai...
[6 replies] Last: rpgfan3233, I needed that as well. Thank you, (by sparky)
by aTone
Its me..Again,..Need help with CODE::BLOCKS
 
For those of u who helped me last time (my last post) would know that i tried to use Visual C++ but an error occurred during the installation. so i decided to t...
[5 replies] Last: that is my program but stil..doesnt work (by aTone)
April 2008 Pages: 123456... 18
  Archived months: [mar2008] [may2008]

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