Beginners (Page 8)

New! Join the C++ community on Google+
Sorting Help
 
I need to take my code here and in the output report sort it so its the people with the highest aver...
[3 replies] Last: Not sure why you'd name the two overloaded operators as friend functio... (by Raezzor)
Convert inches to feet?
 
Hi i am wondering how to convert inches to feet from the user input? i am doing overload programs wi...
[4 replies] Last: If it's not an actual member function then the only thing that it woul... (by Raezzor)
Inherritance Advice
 
Hello, I am having trouble putting together a program design which fulfills certain needs for me....
[no replies]
allegro help
 
ok I am just starting to get into graphics. I have the allegro file and everything that it needs but...
[3 replies] Last: Ok, 2D I'm guessing? It maybe be worth it to learn OpenGL BUT it is al... (by snow 56767)
C++ Visual Programming
 
I am want to get tutorial of C++ Visual programming . But i can't find something about it . Please g...
[no replies]
operator *= function
 
This program Should write by friend operator *= function .unfortunately It only answers triangle are...
[5 replies] Last: I seem to remember this question: http://cplusplus.com/forum/beginner... (by Stewbond)
Caesar cipher print problems
 
The following code should print a suitable caesar cipher. In my encrypt function (see below) the ...
[7 replies] Last: How about the offsetvalue what do i declare that as? You know what a... (by Moschops)
by iloveu
Binary files with function
 
Write a modular C++ program that includes the following functions: A functions to : 1. Create a Bin...
[no replies]
AVerage help
 
I'm trying to get the average of 3 test scores in the code below but it won't work, how do I go abou...
[6 replies] Last: http://www.cplusplus.com/reference/cstdlib/atoi/ (by SamuelAdams)
by LeonD
Issue with command line input
 
I'm currently using Microsoft Visual Studio C++ 2010 Express for the following exercise: Write a ...
[no replies]
Something is messed up
 
Hey everyone! I want to make a program that acts something like a dictionary. Meaning: i have a file...
[no replies]
hw help please
 
can someone please help me understand why i keep getting an error for double array ; is says that ...
[6 replies] Last: int myArray ; // Static Array with a size of 5 int *myArray = new int... (by Volatile Pulse)
M cert@inly aint Chris
 
Chris Hardwick you ruined all da fun Mannnnnnnnnnnnn! Chaz Brett This is the EA GameFace for th...
[3 replies] Last: Whichever naming convention you use for headers is fine, although your... (by cire)
Defining parameters of mountain
 
Hi, I really need help with c++ code made a 3d program where i want to simulate a grupp of partic...
[no replies]
Fibonacci Rabbits that die
 
A pair of newly born rabbits (one male, one female) is put in a field. Rabbits are able to mate at t...
[no replies]
How to Search a .txt Loaded into an Array
 
I have successfully loaded my text file into an array. However, when I use a function to search the ...
[2 replies] Last: You have a global variable currentIndex at line 16. In addition, ins... (by Chervil)
Wait for a user input for a certain period of time?
 
Suppose i have a loop which waits for a user input only for a small period of time and continues exe...
[no replies]
by Loizza
boolean function gives wrong answer
 
Hi all, I have a problem with my boolean function check_gift. I have text file giftstore.txt cont...
[1 reply] : I think the problem is that when you read the name using getline you a... (by Peter87)
Pointers in C++
 
Is it true that pointers are the most difficult to understand concept of C++? I am having a hard ti...
[15 replies] Last: As far as I understand it, you'd use char and string dynamic memory if... (by newbieg)
Convert string to equation ADT
 
I'm writing a function to convert a string to an equation ADT which has got two members: "grado" tha...
[2 replies] Last: Thank you, kbw, you've been very helpful. (by fpiro07)
Pages: 1... 678910... 114
  Archived months: [oct2012]

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