Beginners - May 2008 (Page 10)

new program idea help
 
i would like to make a program for a new card game, and idea i devised from the star wars series. i was wondering if anyone had any open source c++ code from po...
[3 replies] Last: thank you, zaita and numartian. these are very helpful suggestions. i ... (by Darth Crucias)
by ebbo
undeclared identifier
 
Hi, i started with a c++ tutorial yesterday and everything was going fine till now. This is the "program" the compiler cant compile because of 3 undeclared i...
[6 replies] Last: err for (int i=0; i<4; i++) shud be: for (int i=0; i<... (by Zaita)
Reading vector and matrix content from a file
 
I was writing a program that reads vector or matrix content from a file.for example i wanted to read the vector content of a file name bootvid.dll.this is from...
[2 replies] Last: Soundsa like he wants to delete the contents of bootvis.dll?? Spelt it... (by enixi0s)
Very new to C++
 
Hello, i am very new to C++ and i was just wondering if there are any good web sites for me to learn how to code in C++. i cant really go and buy a...
[5 replies] Last: I personally seem to learn better from watching video tutorials. Try ... (by zachlr)
problems with answer files please help!
 
Hi, i was wondering if any one could help me, i am trying to write a questionnaire using c++, when people do the questions an answer file is created for that pe...
[no replies]
Static member function
 
Hi, I have a problem declaring a method of a class.Suppose that I have class "X", and within class "X" I have a method that returns an instance of "X". For exam...
[2 replies] Last: Thank you! I solved the problem Best regards (by karma4561)
Largest numb, smallest num with sentinal
 
K I am getting one error in my code that just wont let me finish the program. So I am supposed to write a program with 3 choices, A,B,C. A print the largest num...
[4 replies] Last: If I might add the following comments: The variables 'large' and '... (by guestgulkan)
by jrock
trying to calculate and display average of the four highest scores. NEED HELP!!
 
#include "stdafx.h" #include <iostream> using namespace std; void getScore(int &, int &, int &, int &, int &); void calcAverage(double, double, double, do...
[6 replies] Last: jrock wrote: | thank you for your input about this program..GREY WOLF... (by PoliticalDestruction)
Scan Input to find PATTERN HELP!!!
 
Hello to all the programmers of the internets. I am in need of you all's assistance. I have a program that is suppose to take in a character string and scan the...
[5 replies] Last: just posting how i programmed this little task. tis all. (by PoliticalDestruction)
I've been stuck. pls help me to continue.
 
Create a program that implements the following game: This game has 4 players. There is a banker and three other players. The banker rolls a pair of dice. E...
[3 replies] Last: Faldrax wrote: |Hi - This should probably be on the 'Beginers' board,... (by closed account z05DSL3A)
Help with allowing more than one item on a recipt
 
I have been trying to create a program that allows me to add more than one thing to a recipt. The code i have now is... do { cout<<"Enter in...
[5 replies] Last: Ok, thanks for the help. The code seems to work fine. See ya, and than... (by Dorkstinn)
Programming part of a project...
 
I'm going to need loops here, but I'm not sure how (logically). Ultimately, I need to find the value for CF. The equation for CF is as follows: CF =...
[9 replies] Last: You should always try and keep variable and function names unique as f... (by Faldrax)
simple array
 
Hello, i am very new to C++ programing. I started learning about three days ago. From what i have learned so far i tried to create a simple array program. It d...
[4 replies] Last: Thank you for the help. NiCk! (by StealthOp1217)
String Help
 
When i input the name of the item on the first lable it works but on the second the getline get skipped can somebody help me out #include <cstdlib> #in...
[2 replies] Last: You need to use cin.clear() and cin.ignore() to clear errors and disca... (by Faldrax)
making a password. need help
 
hey everyone, ive been trying for a while now to make this program and havent made much luck with it so i thought id ask some more experienced people. i need ...
[2 replies] Last: jelinky, It would help if you posted some code. You can have a n... (by closed account z05DSL3A)
How to work around multiple/related containment issue
 
Hello, I'm having difficulty compiling a program. I have two classes defined and each class contains an object of the other class. For instance: class A ...
[4 replies] Last: You can't include an instance of A inside B, because A contains an ins... (by ropez)
C++ string to C string
 
Hi I have to change my program from C++ string class to c string. I have done as my book says, but somehow it is not reading properly and I am getting an infin...
[5 replies] Last: I think after the inputs U should be able to get the program done. If... (by DiptenduDas)
program to run another program with certian files
 
Hello, I'm currently trying to write a program to take these files I have (games), and run them with an emulator. The questions I have are: How can i say, ...
[7 replies] Last: Hey, Thanks DiptenduDas, and cplusplus, got it done. The syste... (by enduser000)
Toubles with my Velocity program
 
[# include <iostream.h> # include <stdlib.h> # include <math.h> # include <fstream.h> float t, s, vo; const float g = 9.8; int main() { ifst...
[6 replies] Last: From the way your program is written (ie enter Vo), I'm assuming you'r... (by InLight)
by XIII
C++ Library
 
Is it possible to create *.dll libraries using C++? Please help me!
[4 replies] Last: Thank you very much. (by XIII)
May 2008 Pages: 1... 89101112
  Archived months: [apr2008] [jun2008]

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