Beginners - April 2008 (Page 15)

by Deimos
A nice program
 
I just had an idea for a nice program capable of showing ALL of the possible combinations of letters...
[1 reply] : A buffer is a temporary cache where data is stored until it's extracte... (by peterhansen)
problem with output
 
I am a dev student, my class was given an assignment mainly dealing with basic input\output. the pr...
[no replies]
Student trying to do school report...
 
Ok, I am a student enrolled in the Game Development course at Westwood College Online. I have to wr...
[no replies]
Yahtzee part 1
 
I have to write the first "part" of the game Yahtzee to include three functions (other than main); R...
[no replies]
nested IF statements
 
The program has to compute four totals: using nested If statement. How many people do not read a...
[1 reply] : What do you have so far? (by Ganon11)
HELP void function
 
I have been working on this program for a couple of weeks now and am now behind in my online class. ...
[11 replies] Last: Could this boolean variable work? if I want the 5 lowbalance charge t... (by cannsyl)
by nEdImT
Problem with += ...
 
Hello. I'm new here. I have this code: #include <iostream> using namespace std; int main...
[4 replies] Last: Thanks man ! :) (by nEdImT)
by cppwtf
loop break
 
I have a loop which calculates a sum. I need it to stop when it equals 0. [ i have managed to do thi...
[3 replies] Last: stopping a loop when it is closest to 0 would be hard b/c the first an... (by cyberpirate)
by DwLee
Don't understand this code.
 
// more pointers #include <iostream> using namespace std; int main () { int firstvalue = 5...
[4 replies] Last: Oh! So there is no addition or anything, we just changed the value of ... (by DwLee)
Reading a .txt into an array
 
I am new at C++ (of course) and am having problems reading a .txt file into an array. I really don't...
[7 replies] Last: You were really close with your original code. The problem is that yo... (by nogoodatall)
Data input to an array help!
 
I'm having trouble with a fragment of code in my program. I have to read in data from a file to an a...
[no replies]
calculate pi with loop
 
Have to calculate pi using the fibonacci sequence (pi = 4 - 4/3 + 4/5 - 4/7 + ...) The number of cal...
[8 replies] Last: Thanks again, I pulled a duh Huh! on the (!) operator. I had studied t... (by mantater)
I'am new and i want to make my own Keylogger some help?
 
ok, i want to make my keylogger becuase my friend said all the ones out there are no good so i want ...
[3 replies] Last: What psault was trying to tell you is that if you're asking how to get... (by gzero)
Basic C++ Program Help
 
I'm in a C++ course, and am having a few problems with a problem we were given. We were given a t...
[6 replies] Last: Here's some quick modifications to your code that fix the error and ma... (by gzero)
help...plz
 
We are writing a program that will function as a point of sale system at a sports arena snack bar. T...
[3 replies] Last: How about you write something, then come back with a more specific que... (by gzero)
strtod-- usage problem???
 
Hello Guys.. i need to parse a string which contains floating point numbers. The function strtod ...
[no replies]
error when compiling
 
i keep getting this error message when i compilie my project. stray \150 in program expected ')...
[1 reply] : In the following line of code you do not have matching parenthesis; ... (by closed account z05DSL3A)
problem in map
 
i am trying to pass map by adderess but not being able to do so... what can be the possible way to ...
[no replies]
by amax
Adding text in any file using fstream
 
Hello, I am doing one project. I am using fstream liabrary for reading and writing text in to files...
[1 reply] : when you open the file, after the file name add ios::app like this: ... (by psault)
how do you make colored text with visual C++?
 
the title pretty much says it all. ive been trying to figure out how to change the colors of both th...
[2 replies] Last: use this: system("color a"); http://www.cplusplus.com/forum/ar... (by guruplus)
April 2008 Pages: 1... 131415161718
  Archived months: [mar2008] [may2008]

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