Beginners - June 2011 (Page 28)

Review: Property Tax
 
Hello, I am confused about this question.. I'll post.. /*A county collects property taxes on the assessment value of property, which is 60 percent of the pro...
[5 replies] Last: okay so this is what I came up with after I ran it #include <iostream... (by illlojik)
by jorjoo
"Expected ';' before 'cout'
 
Hi, so i was working in c++ on a little practice program and i keep getting the error "Expected ';' before 'cout'. someone help please? here's the code so far...
[9 replies] Last: @ecstasyaeternus Thanks, i was slightly confused on that too, but now ... (by jorjoo)
unititialized variable? I'm stumped
 
This is a homework assignment and I have it done.... except it tells me "k is not initialized" I'm using Visual Studio 2010 Good Karma to anyone that can h...
[4 replies] Last: Facepalm indeed! THANKS!!!!!!!!!!!!!!!!!!!! (by spencerian)
OOP/inheritance question
 
Hey all, I'm trying to get an inheritance system down with a base abstract class and a bunch of classes derived from this one class. The abstract class h...
[6 replies] Last: [quote=firedraco]They DO inherit constructors ... They don't so much ... (by Mathhead200)
by dz1969
looping program
 
This is a homework assignment. The program calculates the position (height) and velocity of a falling object. The max terminal velocity we are using is -500. Th...
[1 reply] : // pow(time, 2) time * time // while (initialHeight <= minHeight... (by Mathhead200)
by cdd
returning a 2d dynamic array
 
Hi, how would i define the following function so it returns the 2d dynamic array? thanks. /* void matrix::CreateMatrix (){ int**ptr_matrix; ptr_m...
[7 replies] Last: method == member function (by Mathhead200)
Number Generator
 
Hey, how might I go about creating a number generator? -Output a number value when I delete/pop an item from a queue -The number MUST be 0, 10, 20, 30, or 40 ...
[5 replies] Last: Oh awesome I got it working, thanks a lot. Now I need to figure out w... (by ecstasyaeternus)
Multiple Definition/First Defined Here
 
Hi, So I have some code: //PE.hpp #include <iostream> #include <fstream> #include <string> #include <time.h> #include <cmath> #include <stdio.h> #...
[3 replies] Last: But now my question is: if I only include .hpp in main, how does main... (by Athar)
10 Digit unique number
 
Hello to everyone! I would like to receive some help of the c++ forum. Here is the task: I have to create a 10 digit unique number for each person born from 1...
[1 reply] : Yo, For the 3-digit number from 576 to 601 you might get in trouble: ... (by methodos)
how to define operator
 
well i have an assignment which says i have to let the user enter number1 (+,-,*,/) number2 then i have to print the number statement and show answer example...
[2 replies] Last: yea i figured it out =x but it seems i still did something wrong lol c... (by rohanshah1)
by kicjow
Beginners exercises (mutant bunny)
 
Hi all! Im new to c++ and programing at all. Im doing some exercises for beginners from that www: http://www.cplusplus.com/forum/articles/12974/ My problem is...
[5 replies] Last: right, i made a mistakes. Thx for help, now it works as i want. (by kicjow)
How to begin
 
Hello I'll be 13 on 14 june. I want to learn how to develop web. So is it must to learn c n c for getting PHP? Forerunner 610 Review
[2 replies] Last: If you meant: A) Do I have to learn C and C++ in order to do web-rela... (by closed account 3hM2Nwbp)
Info about Making a Game AI (1,2)
 
I wanted to know what all do I need to know in order to make a simple AI(in a console program). I was trying to make a Tic-Tac-Toe for honing my C++ skills. N...
[25 replies] Last: You missed a closing slash ;) And lol :P I just meant that the AI sho... (by anonymous23323124)
Event Handling for a game (1,2)
 
As most of the active members might have noticed by now, I'm trying to make a Zelda-ish game. I got to the point where I have a good map format, collision detec...
[37 replies] Last: Hey sorry for the late reply. I see this happening in one of several... (by ultifinitus)
new to c++ - need help
 
Hello there, iam new to C++ i just started today with it ( using Microsoft Visual C++ 2010 Express ) I've already done this: #include <iostream> ...
[10 replies] Last: >> Followed your step-by-step Guide on my Laptop now, works, perfetto!... (by Raptor88)
by cdd
Return Two Dimentional Array of Pointers.
 
Hi, I am trying to write a function which creates a 2d dynamic array. I defined the array like this: void matrix::CreateMatrix (){ int**ptr_matrix;...
[2 replies] Last: duplicate post: http://cplusplus.com/forum/beginner/44636/ (by Disch)
Visual C++ Express Problem Help Please!
 
I used "Build Solution" to compile and link. compiling, linking both successful. it shows "Rebuild All: 1 successful, 0 failed, 0 skipped" The problem is h...
[3 replies] Last: This is a console application . If you want to make it stay, there is... (by anonymous23323124)
do i need to specify virtual constructer for overriding ?
 
do i need to make the constructer of my base class virtual because my derived class is gonna be something new? ( i got error whe i stated it as virtual ) can i...
[9 replies] Last: hey thank u very much Xender... :) i have no words.. :) :) :) thank ... (by chathura666)
convert integer array to string array
 
i want to convert integer array to string array, but i have a problem when i use itoa function. int cek1(int a ){ char conv ; itoa(a ,conv,10); if(strl...
[1 reply] : int a is an array of integers. char conv is an array of characters ... (by hamsterman)
plz correct me
 
i have write this program but i want r from the other display i mean the out put has to be plz enter r Radius of the Circle = 0 Area of the Circle = 0 Cir...
[13 replies] Last: [quote=Xander314]Talk to programmers about C, before someone else does... (by Mathhead200)
June 2011 Pages: 1... 2627282930... 41
  Archived months: [may2011] [jul2011]

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