General C++ Programming - November 2013 (Page 28)

Linked List Problem in delete and memory leak
 
please check the program and correct the delete option and memory leak.Thanks in advance. #inclu...
[2 replies] Last: #include<iostream> #include<stdlib.h> using namespace std; struct ... (by helios)
user created power function
 
This is my assignment, please look at my program and give me any tips? (I'm not quite sure I did it ...
[no replies]
heavy explananations needed (BST)
 
I'm taking an intro to C++ class and this is our third assignment. I have never seen or heard of 75%...
[no replies]
Using an Array in a function!?!
 
I need help with this program. I need to use 3 different functions. The first function should read i...
[2 replies] Last: Sorry Im new to this. I didn't know where to post it (by painith)
A calculator issue
 
Hey guys, I'm new to all of this, just starting out and I have a question. I'm finally attempti...
[13 replies] Last: Here is the code for the whole program so far... Here are my issues s... (by ohnobigloudog)
Hey Coder777 Where are you?
 
hey all, I'm wondering what is wrong with these codes: while(*ptr != 0) { total = at...
[no replies]
Qt and boost: can't get it to work
 
I can not get boost to work with Qt... Can anyone tell me what's wrong with this?? here is the...
[5 replies] Last: Actually, I got them to work. I added MinGW/Boost build as the compil... (by IWishIKnew)
Explanation
 
int main(int nNumberofArgs, char* pszArgs ) { char szString1 ; cout << "Enter string #...
[no replies]
Poker program help.
 
Hello there, I need help creating a simple beginners poker game on c++. Can anyone help me out, I on...
[no replies]
Separating Chars From Ints
 
Hello. I have an array as such: char array1 cin.getline(array1,10) //now I want to separate t...
[no replies]
by cshu
recursive vowel counter
 
I need help adding a vowel counter to my recursive program which i completed, i have a small idea ho...
[4 replies] Last: ok im not having much luck heres what my program looks like now here a... (by cshu)
Getting errors compiling the program help?
 
So i was doing my Intro to c++ homework and i cant seem to get it right. The Goal is : Make a ...
[1 reply] : [co de] "Please use code tags" //and indent properly [/co de]... (by ne555)
vector reverse??
 
Hi guys.I need your help about vector. I wrote a method but it does not run. what i want to do is to...
[2 replies] Last: Thank you very much Duoas. (by earthquake)
need help with a lexing algorithim
 
so after many months, i finally have a working symbol table that is tested for the important parts (...
[4 replies] Last: bump (by closed account Dy7SLyTq)
Im trying to complie the code but it isnt compling
 
Im trying to compile the code but it isnt compiling, it gives error in calculation section ans also ...
[1 reply] : Don't spam the forum with multiple threads asking the same question. (by MikeyBoy)
by fafner
gdb segfault in main_arena
 
I'm trying to debug a game. The game is compiled with debug symbols, and when I run it in gdb and ma...
[3 replies] Last: Thanks both of you, I ran a stacktrace and it pinpointed where it was ... (by fafner)
by Rudy13
C programming "while" loop help?
 
I am trying to write a C program to take numbers from an input file (input.dat), calculate the sum a...
[1 reply] : You're missing some semicolons near the closing brace for the while lo... (by Albatross)
Write a program language C + +
 
Write a program that prompts the user to input the x-y coordinate of a point in a Cartesian Plane....
[3 replies] Last: Well, what code did you come up with? We like seeing effort. The more ... (by Albatross)
error message - assertion failed!!
 
hi, i need help about my oop code.. i got this message after i delete allocated class object, sho...
[3 replies] Last: Do not call the destructor directly. You only do that if you are writ... (by Disch)
my assignment project but am having big problem with it
 
Using OOP concepts write a C++ class to implement a transaction log that records all customer tran...
[8 replies] Last: how about this i re write the first step no error syntax so far please... (by bimmybell)
November 2013 Pages: 1... 2627282930... 46
  Archived months: [oct2013] [dec2013]

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