Beginners (Page 110)

New! Join the C++ community on Google+
by asdfgh
calender program help *
 
hello i need help with my programming class(high school) i have most of the code but i cant manage t...
[4 replies] Last: You were asked to use code tags when posting code. You need to sp... (by AbstractionAnon)
How to retrieve and then add
 
Im trying to retrieve the txt file workers.txt and leave the information on the file that is already...
[2 replies] Last: Excellent! Thanks Moschops. Heres the code for anyone that didn't unde... (by Showdon)
passing 2d array into functions by ref
 
http://ideone.com/anGLHs m not able to correct the mistakes in passing array by reference to a fu...
[5 replies] Last: thnx (by vgoel38)
why my time is error ? help help help
 
//this coding is need to user enter detail.. after that, to put the password.. if password is correc...
[2 replies] Last: Well, the program seems to compile. But there is a great deal wrong wi... (by Chervil)
by mm4rs0
Usage of Bignum Libraries
 
Hey, I have a factorial program, and I need to use Bignum libraries, but I can't figure them out. I...
[9 replies] Last: [quote=Chervil]The library does seem to work, but takes forever to act... (by Chervil)
What's wrong?
 
string GLOBAL_arrayInventory ; int GLOBAL_intItemNumber = 0; void addItem(st...
[3 replies] Last: Now when I run an inventory check with more than one item in the inven... (by trynreadme)
Help with overloading functions
 
hey there, this is my code and I need help figuring why im getting an error: //fraction.h #incl...
[5 replies] Last: Yeah you're correct, my bad. I'm thinking of operator += which does m... (by Moeljbcp)
pointers
 
Assume the following C variable declaration int *A ; I have a doubt whether A is valid or no...
[1 reply] : Well it depends on what is at A . For instance, the following would b... (by shacktar)
by mt0527
Reading .txt file into array. Bowling Game!
 
Hi guys, I'm working on a school project. Basically, I have a .txt file with integers in it. They ...
[3 replies] Last: What you could do is take out the cout statement in the for loop so th... (by Longazan)
Issue passing array to function
 
I have an array of test scores that I want to pass to a function and I think I have done that part f...
[1 reply] : scores.size() is not a valid expression. If scores were a vector it m... (by Moeljbcp)
CREATE A FUNCTION
 
How can one create a function whose input is 2 strings ( representing an existing filename and a new...
[5 replies] Last: Thanks but how can we make the whole program run? do u mind writting d... (by princesslumy)
return not working properly?
 
Hi, I am having trouble with returning a parameter from one of my functions. Can someone help? #...
[2 replies] Last: Yup, I want it to truncate, thanks though it works now! (by rockclimber9up)
by guiyii
problem about void function
 
What's the problem of this code,I want to use this function to increment the value of win,but it doe...
[2 replies] Last: Thanks very much, I've stuck on this for a long time. (by guiyii)
by Feyy
Abstract Classes
 
I have an inheritance hierarchy with 4 classes as illustrated below: class A || ...
[3 replies] Last: But you end with the same number of arguments. The setters approach wo... (by ne555)
Compiler error in dynamic array of structures declaration
 
Hey all! I'm currently learning C++ using Stephen Prata's C++ Primer Plus and loving the adventure...
[8 replies] Last: Ahh good catch. Ya, I meant to use the first. While a small program so... (by Raezzor)
write two integers adjacently
 
Hey if i had integers of 1 and 6 how could i write them as 16?
[1 reply] : either use a string or if you just want the displayed you could just w... (by codeman)
by smrt
Bad ptr error and dynamic memory allocation.
 
I thought I understood pointers. I really did. My code so far is designed to read a text file in...
[no replies]
Graphics in C++
 
Hi, I am using Dev C++ and noticed there is Open GL available for graphics as well as on windows ...
[no replies]
How can I define what I want to read from the file?
 
So how can I define what I want to get from a file? I was hoping for something like: #include...
[1 reply] : What is ctr? And won't 1!=2 always be true? Also, cin is itself a str... (by dawtsf1187)
Storing Fractions in an Array
 
I am currently working on an assignment using classes with fractions. I am almost finished but the l...
[no replies]
Pages: 1... 108109110111112
  Archived months: [oct2012]

Cannot post in this page. To post a new message, go to the first page.