Beginners (Page 7)

New! Join the C++ community on Google+
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)
Date Validation
 
This program works fine, but I need help on adding proper date validation. The code that I have wil...
[1 reply] : A few strips of code you might like: const int daysInMonth = { 3... (by SamuelAdams)
Coding help, please!!!
 
So I have been working on this old program trying to comprehend some stuff for a final coming up soo...
[1 reply] : Please edit your post and Format with code tags. (by SamuelAdams)
Writing to possition in a file
 
Hi, Can someone tell me what to set my ios to so this works right? I'm trying to make a function tha...
[2 replies] Last: OK, so I think I've got it, if I set my ios to (ios::in | ios::binary)... (by newbieg)
Calculations using Arrays and loops please Help!!! :'(
 
#include <iostream> #include <string> #include <fstream> #include <iomanip> #include <cstdlib> us...
[1 reply] : There is no question (by SamuelAdams)
Recursion
 
Hi hello , Im just new to c++ and im using turbo c++ 4.5 or borland c++ 4.5 as i want to learn ...
[5 replies] Last: If you emulate the stack... void paint(int row, int col, int key, in... (by ne555)
Pages: 1... 56789... 113
  Archived months: [oct2012]

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