General C++ Programming - March 2012 (Page 10)

Help with a c++ project code
 
I am working on a project that contains 5 files. Each file has code and the program runs but doesn't do what it should. Can someone please help me? I can send e...
[5 replies] Last: Dup: http://cplusplus.com/forum/general/65586/ (by cnoeval)
C++ help please
 
I am working a on project. It runs but doesn't do what it should do. You can see what the program should be doing and all the code I have at this link: http://...
[1 reply] : Dup post: http://cplusplus.com/forum/general/65586/ (by cnoeval)
Reading one number from on the input then stopping the loop
 
For the following code, I have to read in the ID number, grade and credit hours..But I have to read in the ID number by itself. How do I do that? This what I h...
[no replies]
Please help?
 
Can you help me to find sum of like this numbers ? 10 100 +10 100 I make like that program : (But it can't find negative answer :( ) // abs(max)-abs(min)=...
[no replies]
Expression Must have Class Type
 
Okay, I have a class that reads in model coordinates, indices and colours from a text file. after that was finished I created a Cube class so that I could draw...
[9 replies] Last: Your welcome body :) But I'm gonna tell you something. It doesn't mak... (by TheDestroyer)
Trouble with a getline and if statement
 
My problem as the tittle suggest is that I am trying to make a telephone number program that outputs for example GET LOAN as 438-5626. So far my program works b...
[1 reply] : I figured that changing char to a string would help with my problem an... (by gamerssz)
by davik
problem with hashtable
 
Hey, i have a problem with the hashtable-object. I have create an object of my own class. With this object i have filled the hashtable. MyClass^ myObject...
[2 replies] Last: What does myTable ; return? apparently the pointers are not compatible... (by TheDestroyer)
passing a multidimensional array to a function?
 
how would i go about passing a multidimensional array from one function to another?
[8 replies] Last: If you're using simple pointers arrays, just pass their pointers. If y... (by TheDestroyer)
help with destructors?
 
Hello! Trying to create an ATM program with a class "BANK_ACCOUNT". When the user picks 'close the account', I need the account created through the class to b...
[1 reply] : Destructors can be used only to delete stuff that you want to delete i... (by TheDestroyer)
base64 file to a varibale (like stringstream )
 
Hi, I use the below function to get the contents of text files to a string variable so that I can use them to build MIME file for emailing. Now I have a Z...
[3 replies] Last: Hi Azagaros, Thank you for the reply. It looks like opening in binary... (by mathewfer)
load a temple file in an array dynamic of bits
 
how i can load a temple file exist in my data base in ( array dynamic of bits)???
[1 reply] : I don't know what a temple file is, but you can always read data from ... (by coder777)
C++
 
Can anyone help me on my assignment? i am new in c++, i don't even know how to start when making a program in c++.. please help.. the out put should look ...
[7 replies] Last: i don't know how to explain it any further, because i'm not good in en... (by gretchevelle)
reference member variable
 
#include<iostream> using namespace std; class TypeCheck { private: int var; int *varptr; ...
[3 replies] Last: You are passing the integer by value to the constructor so a inside ... (by Peter87)
by ajac
VRML Model
 
Does anybody know how to make a 3D image of a box..using VRML in c++ program..?
[no replies]
by Phiru
convert Pdf to image file?
 
Hi, I faced a problem with my project. one thing of my project is to convert PDF files to image file such as PS, Jpeg, Png.. . The first time, I used Gho...
[1 reply] : http://www.cplusplus.com/forum/general/46259/ (by Moschops)
Reference manual for C++
 
Hello guys, I'm having a hard time when I program and I'm offline. I would like to have some kind of a manual that includes allllllll standard C++ functions ...
[6 replies] Last: Thanks a lot guys :-) (by TheDestroyer)
Can someone take a look at this code/Destructor Help
 
Hello, everyone. Below is the code for an ATM machine. I am trying to program in a destructor method that will allow the user to close the program. Every time...
[1 reply] : call delete only on objects where you previously called new. Since you... (by coder777)
Random Numbers in C++
 
Hello all! Well, I'm attempting to generate a random number and make it equal to the variable "random_number". After the program makes a random number, the user...
[1 reply] : You need to #include <cstdlib> Also read http://cplusplus.com/referenc... (by R0mai)
A question on dynamic allocate memory
 
I like the simple new and delete in C++, however, recently, when I tried to write something complicated, it seems that the program is not stable. It said I use ...
[1 reply] : No they need not be in a same function. But you must be careful as to ... (by Pravesh Koirala)
How to install Boost library
 
Hi, I am frustrated on how to install Boost library. I had originally got gcc,g++ compilers set up using Code Blocks, but I am lost in trying to follow how to i...
[4 replies] Last: Ok, I am using VirtualBox to run Linux (Ubuntu) and I noticed that whe... (by closed account 4ET0pfjN)
March 2012 Pages: 1... 89101112... 49
  Archived months: [feb2012] [apr2012]

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