General C++ Programming - December 2012 (Page 20)

by Pludge
Post order help
 
Here is my code for traversals. I have preorder and inorder working. However, I can't get my postord...
[no replies]
Variable detection help
 
Hello everybody...Currently I am making a simple program which only contains an input, and output co...
[7 replies] Last: > Can I solve the problem by extracting a specific bit of the generic ... (by JLBorges)
Calculating Relative Strength Index
 
Hello everyone, I'm trying to write a program to calculate the RSI of a stock. The following is insi...
[no replies]
Invalid use of incomplete type 'ALLEGRO_BITMAP
 
Hi! I am learning to code and allegro and am starting to do my first legitimate game, but I need som...
[3 replies] Last: If you want you can change this->roads to just roads .... (by Peter87)
Which defintion is better?
 
Which way is the fastest defintion? struct aStruct { int i; double d; }; Func(double d){d = 100;}...
[1 reply] : You should think about correctness before thinking about performance. ... (by Peter87)
URGENT HELP!!!
 
This is the last thing to do this quarter and it will make a pass/fail difference for me. I need som...
[1 reply] : It's implicit that you'll need to write a BigNum class. (by kbw)
Can't Load dll file
 
NVM
[1 reply] : gdiplus.dll already comes with windows xp or higher, it is the one you... (by modoran)
Writing a Blackjack Code for Class
 
Hi, I am writing a Blackjack program for my C++ class. The game must contain the ability to bet be...
[1 reply] : I haven't checked out your code on the external link ,but let's say yo... (by Stewbond)
Reuse a thread ?
 
Hello. I have a simple question: is it possible to "reuse" a thread, or in other words pass a diffe...
[15 replies] Last: lack of GC Garbage collectors pause the rest of the program when they... (by Cubbi)
SurfaceOfEarth grid program help needed
 
Would anyone know how to write this, or have a few pointers to get me started on this program...it's...
[2 replies] Last: bump (by Novacain605)
Insertion Sort algorithm - list of names
 
I am trying to use an insertion sort algorithm to sort out a list of names inputted by the user in t...
[2 replies] Last: Thanks very much, helios. It took me a bit of time to find out which e... (by sephiroth1134)
class with custom constructor, within another class
 
Hi, I'm having trouble calling the constructor of a class within another class, that accepts some ar...
[2 replies] Last: Thanks, the initializer works very well. -B (by formerBGIuser)
Converting strings to integers
 
Write a C/C++ program that accepts two integers (each of them could be positive, negative, or zero) ...
[3 replies] Last: Use code tags and explain the issue you are having right now. This is ... (by ResidentBiscuit)
by Pain
account (username,password&information) in text file
 
hey guys i started to make a project about account banking problem: .......... the user inpu...
[no replies]
by Sooty
Dynamic array ? I just get 1 instance.
 
Hi, i have a problem... I am trying to create a dynamic array, the problem is, it's not creatin...
[5 replies] Last: Thankyou, yes typing the array name followed by a comma and the elemen... (by Sooty)
Semester GPA program hellpppp!!
 
I know its alot to ask of someone but can anybody give me a little help on this. im still kinda new...
[no replies]
Converting speed
 
Hello everybody! Today...I have a question. I have no idea about the <math> function fabs() . Becau...
[3 replies] Last: Check your compiled code. It's possible that the compiler removed nega... (by Cubbi)
urgent
 
what are additional C++ techniques available to implement algorithms to process data types other th...
[8 replies] Last: #include< algorithm > sorting< first_iterator , last_iterator > ... (by Felicia123)
Function Pointer Issue
 
I'm receiving a linker error that doesn't make a whole lot of sense to me: C:\Users\Kevin\Desktop\C...
[6 replies] Last: Apparently I moved them incorrectly earlier then. What I was doing wa... (by kevinkjt2000)
How to Initialize Two Dimensional Array in the Initializer List of a Constructor
 
Simple question, what's the proper way to initialize a two dimensional array in an initializer list....
[4 replies] Last: @Cubbi First of all, thanks for the responses! You are more useful th... (by ceruleus)
December 2012 Pages: 1... 1819202122... 43
  Archived months: [nov2012] [jan2013]

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