Beginners - October 2010 (Page 22)

by rej3kt
Basic classes/constructor question
 
Hey all, this is my class header file, there's no problem with it as far as I can tell. The reason I...
[5 replies] Last: Sorry to double post but I think it's all sorted my problem is with my... (by rej3kt)
can you answer me???
 
i want the codes of program that Draw a rectangle start with (5,5) The largest side length 10cm th...
[8 replies] Last: Refer to the documentation of whichever graphics library you're using ... (by Athar)
by NcB
error messages!!!
 
can you tell me why ı get these errors... a6.cpp: In function ‘test duplicate(test)’: a6.c...
[1 reply] : My cat says "you have a java background. When you declare a variabl... (by ne555)
Transfering data from class
 
Hello, I have beginner problem which cant solve for few days. Basically, I understand that I don't...
[5 replies] Last: Well, I was hoping in more conrete help but I will study all what you ... (by beginplus2)
Code error
 
Hi..can some1 correct my code?what did i mistaks here?i didn't get...?please tell.. :( code(1).. #...
[6 replies] Last: ohhh ok thanks... (by student302)
Set a value by default constructor or other constructor
 
Hello, I'm trying to learn c++ but there is something I can't figure out. How do I call this cla...
[3 replies] Last: Overload your constructor. Same function signature, but a change in a... (by closed account Lv0f92yv)
problems about Cimg
 
Below is my code void specificity::showText(vector<name_ID> &sacrifice, int die) { ...
[1 reply] : I solved the problem by myself I should study the source code as well... (by stereoMatching)
cosine approximation
 
Hello, I'm trying to work on a cosine approximation program by using a Taylor series. The basic f...
[2 replies] Last: Hey thanks a lot! (by SingBlueSilver)
STRUCT Library System
 
I badly need to finish this program before wednesday nextweek :( i am only a freshmen college stu...
[1 reply] : void deleteMechanism() { int idno; char name ,mname ,lname , course... (by jehlaipixy28)
Visual cpp is being screwy
 
I am 99.9% sure this should be working but it fails. What am I doing wrong? 1> letcount2.cpp ...
[2 replies] Last: ugh stupid mistakes around. I made those changes but it instantly clos... (by scrivener07)
Accepting Upper and Lowercase - else/if
 
I am trying to write a program that displays the tax rate for a couple of different states and I nee...
[3 replies] Last: You can make it even easier. See the second code snippet I posted here... (by Duthomhas)
by areid
Checking to see if something is a number with if statements
 
Okay I need to check to see if what the user inputs is a number and not another character if it is a...
[4 replies] Last: istream::peek() or read as number and fail. (by ne555)
how to do this?
 
In 2004 the cost of an average home in CITY was $390,100. In 2007 the cost was $398,600. Assumin...
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ (by AbstractionAnon)
Hi just a bit of direction please
 
Hi thanks for reading i have question to complete haveing a bit of trouble i am using VB 2010 and C+...
[4 replies] Last: thanks very much cheers i will try to get my head around it (by Mark wylie)
Acess Violation 2d array @ debug
 
My program compiles without errors but when i debug my program i get the error message "Unhanded exc...
[4 replies] Last: Thanks!! They should add "Like" buttons to this forum. (by ejjunju)
sentinel looping
 
write a program that will prompt for and receive your age in years and months and calculate and disp...
[9 replies] Last: Don't forget to include a while loop if your teacher specifically want... (by Athar)
by ARWA
algorithm asistent!
 
hi,im trying to solve as many exersizes as i can and iv stoped in the last part of the aquestion i ...
[2 replies] Last: int day, month, year;//note that counting starts from 0 here int inc... (by hamsterman)
by kuhnsm
C++ beginner assignement with loops
 
My assignement is to display in a console a while loop to calculate and display the sum of the numb...
[5 replies] Last: It worked thank you sooo much, I'll now try the for loop. Thanks aga... (by kuhnsm)
Pass arrays containing structs?
 
Hi guys, can anyone give me a steer regarding passing arrays between functions. I want to create...
[2 replies] Last: Thanks i'll investigate (by berabus)
by afrg
error checking for istringstream
 
hi everyone, I'm trying to write a program for school which reads in from a text file, evaluates fr...
[2 replies] Last: wow, thanks for your quick and comprehensive response. i will try th... (by afrg)
October 2010 Pages: 1... 2021222324... 42
  Archived months: [sep2010] [nov2010]

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