General C++ Programming (Page 81)

Quick C++ Function Problem
 
Hey forum, I have done all of the assignment so far except for one part. Here is the assignment:...
[4 replies] Last: Thanks for the help guys, I managed to get it working! =) (by omiexstrike)
getting strange print out for calculation of volume
 
// DEBUG3-4 // This program contains a class for a cylinder // Data members are radius and heigh...
[1 reply] : ¿what's strange? (by ne555)
array problem
 
Write a program to print out the input n numbers in ascending order by using the following sorting m...
[13 replies] Last: damn walking keyboard (by ne555)
Runtime polymorphism
 
class Base { ..... ..... ..... virtual void display(); } class Derived { .........
[6 replies] Last: By the way, the idea behind polymorphism is to be able to perform oper... (by moorecm)
table of numbers from 50 to 150
 
in this we have to show table of 50 to 150 like 50 table from 1 to 10 then 51 table ......150 table...
[11 replies] Last: #include <iostream> #include <iomanip> int main() { for ( int n = 1... (by vlad from moscow)
Values getting stuck in memory???
 
I have a school project where I have to create a class with 2 attributes that default to 1. To veri...
[10 replies] Last: You're welcome. Glad it worked out :) (by MikeyBoy)
Your Thoughts on My Library (1,2)
 
I've been working on a little functional library. It's really small. I've focused on keeping it simp...
[27 replies] Last: I had hoped that from my enum example you would have realised how to a... (by L B)
C++ Sequences of Dimes and Quarters Function?
 
I'm completely lost with this function I'm supposed to write. My Comp Sci teacher is terrible. I app...
[12 replies] Last: The trick is to fill the entire array based on just a few known values... (by booradley60)
Problem with constructor in derived class
 
Since my question was very complex, I simplified it. I'm having trouble deriving classes. Here's the...
[5 replies] Last: @fun2code @Nobun Thanks guys! I fixed the problem. I just had to add ... (by benbalach)
Calling FORTRAN From C++.
 
I'm trying to call FORTRAN From C++. I have the follwoign but its not working.Any tips? MODULE ...
[4 replies] Last: Sporry, not familiar with Visual Studio (I use IBM, Sun, and, to lesse... (by Cubbi)
POLAR COORDINATES
 
Write a program that prompts the user for the x and y coordinates of a point on the x-y plane, and t...
[4 replies] Last: using namespace std; void polar(double x, double y, double& r, doubl... (by JohnBlaze)
Socket Error Windows server to Unix : No buffer space available
 
Hi, We have a problem with socket programming and cannot find a solution. Server side : HP-UX ...
[no replies]
Display a table of numbers from 50 to 150
 
using for loop
[15 replies] Last: I was thinking of something like this: for(int i=501; i <= 1510; ++i... (by fun2code)
by ajf360
C++ book for experienced C programmer recommendation request
 
Hello people at C++ forum. This is to ask for a recommendation of C++ book(s) aimed to the expert...
[2 replies] Last: It all depends really if you are looking for a book that concentrates ... (by Zereo)
by shili
question
 
greeting to all, since I'm a beginner in programming c + + I can not declare a list of neighbors of...
[no replies]
returning a structure as function return type
 
I am having problems with my function definition of a function that should return a structure value....
[2 replies] Last: Each " using namespace std " is missing a semi-colon. Wazzak ... (by Framework)
by hiok
Two dimensional map
 
Hello, I'm currently having the following data structure: typedef struct { int a; int b; }...
[13 replies] Last: Well, it's all not in English. Shall I re-install the whole program n... (by MikeyBoy)
Replacing macro with const [keyword "extern"]
 
Hi guru, I heard that const shall be preferred over #define So I start to change my program ...
[6 replies] Last: oh I see, thanks. Without the extern keyword, everything work ! So, ... (by activecat)
Overloading
 
Overload the prefix increment operator++ (implemented as a friend function) to return the current in...
[1 reply] : First of all the operator-function declaration is not correct enough. ... (by vlad from moscow)
Im need help the class
 
Pleas help in the programs i have 4 errors. The program is : ”Write a class named Safe that has ...
[2 replies] Last: thank you verry mach, i resolved the problem (by Yo Yulian)
Pages: 1... 7980818283... 88
  Archived months: [mar2013]

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