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 ...
[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 ';...
[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...
[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 c...
[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 fallin...
[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. /* ...
[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 ...
[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>...
[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...
[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...
[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: h...
[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 ...
[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 w...
[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 ...
[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 ...
[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...
[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...
[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 some...
[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. i...
[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 en...
[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.