Beginners - April 2011 (Page 52)

by mozly
Copy constructors
 
So i'm having problems deep copying one vector to another. I have these classes: struct clon...
[2 replies] Last: Digit::Digit(const Digit &copy){ copy.svalue.rdbuf(); //statement h... (by ne555)
Help with a program
 
i want to write a program to display the following pattern: * ** *** **** or **** *** **...
[no replies]
SFML?
 
Ok, so I have downloaded the 64-bit version of SFML for Mac. But, I can't figure out how to move on...
[3 replies] Last: "x.y" is referred to the version of the library. You have to look for ... (by Paper Mario)
Passing a 2 dimensional array to a function
 
When attempting the following code, I get a memory violation when I get half way through the array. ...
[no replies]
How to delete automatically created variable, array, etc.?
 
When I initialize some automatic object, how I can delete it from stack? I know that compiler takes ...
[2 replies] Last: Ok, thanks for help! (by delpins)
by snc413
Why it is not reading the checking interest and checking fee except for saving fee and interest fee???/
 
# include <iostream> using namespace std; int main() { int accountnumber, saving_minimum_bal...
[no replies]
See declaration of exit error (Visual studio 2010 issue)
 
hi I have a massive weird error. I simply need to ask why this mind bending error occuring in v...
[3 replies] Last: Weird. That always works for me (though I'm using 2008). Well, you ca... (by hamsterman)
Dynamic allocated arrays
 
I dynamicly allocated char array with lenght of 30. Then I put x characters int it. Then i dynamicly...
[5 replies] Last: Yes, I have done it. And after copying one space left me free in which... (by delpins)
by DiaBow
Remove Underscores from char array
 
I'm new to C++ programming and have really enjoyed learning about it. I've written a function for a...
[2 replies] Last: Thank you very much for your response and the reference link you sent.... (by DiaBow)
by tota90
about binary files
 
i want to read a binary file line by line , how can i do it?
[2 replies] Last: my binary file contain student's names and phones line for name and l... (by tota90)
cout << something that may not exist
 
I need to use an if statement to create an object of a class and then use std::cout to print the obj...
[2 replies] Last: Thanks. I've done that now. Created it before and passed params after... (by Lynx876)
Creating two objects - book1 and book2
 
how can one write a program containing 2 objects - book1 and book2. I need an explanation on how to...
[4 replies] Last: Well, I wouldn't call it a library. That is correct syntax, and this ... (by gobblewobble123)
Question about bind
 
I am learning how to use std::tr1::bind, but there are some questions I don't know how to solve ...
[6 replies] Last: It does not use its template parameter in the parameter list The tem... (by stereoMatching)
Question about rvalue reference
 
As I know, perfect forwarding is design for reducing the need of many overloaded functions when you...
[1 reply] : Sounds like a bug in the compiler to me. I would expect it to call ve... (by jsmith)
Array of pointers structure type
 
There is no error while compiling but there is a run time error anyone knows why? #include<iostream...
[1 reply] : Currently Car points to memory location 0. This location is not acces... (by hamsterman)
getline() and array problem
 
Hi, This is my first post for a c++ issue, so if I didn't follow a proper format/guideline, I apolog...
[no replies]
writting to file
 
Hi again! :) I have this function void ZAPIS_PLAYERLOOSE(string myguild,string path){ ...
[2 replies] Last: yes, thanks :) a hve forgotten that flag :D (by julof26)
What's Binary Sorting
 
Has anyone of you guys ever heard of binary sorting. If you have - could you explain it, or better...
[1 reply] : googled. http://www.geneffects.com/briarskin/theory/binary/index.html (by hamsterman)
by dan104
How to get this format?
 
Need some help.I'm suppose to create a table based on the information shown below. The sample output...
[3 replies] Last: Actually in looking at point 4 above it would probably easier to just ... (by Alrededor)
simulation problem
 
hi guys, I have a problem with my program ... first my program is " The Problem: There are a nu...
[5 replies] Last: Your welcome. Let me know if you have any more questions. (by Mathhead200)
April 2011 Pages: 1... 505152535455
  Archived months: [mar2011] [may2011]

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