Beginners - November 2013 (Page 25)

how to do this on looping statement
 
Make a c++ program that will ask the user to input an alphabet character then will display the rest ...
[no replies]
by jcp
advice me regarding c++ programming
 
guys i want to create an automated program/toolkit which upon installation it will detect all the us...
[no replies]
Help needed with user defined array size
 
I need help with this assignment, i have somewhat started it but i'm completely lost. this is the as...
[1 reply] : What do you have so far? (by long double main)
temperature convertion
 
In this challenge, write a program that takes in three arguments, a start temperature (in Celsius), ...
[3 replies] Last: thanks, it worked :D (by tawsif95)
Hi C++, my name is Tim
 
Hello Cplusplus, my name is Tim. I am brand new to C++. I would like to learn C++ but I really have ...
[3 replies] Last: i recommed also this site : http://www.learncpp.com/ (by nvrmnd)
Using helper functions
 
I have to write a function that has 9 parameters and is type void. Four of the parameters are arrays...
[no replies]
Capitalizing first letter of Every word in a string Without Loops
 
Hi all, First post here! And I have registered because I have literally spent the last 6 hours sear...
[7 replies] Last: #include <iostream> #include <string> #include <algorithm> #include <... (by nvrmnd)
2D array problem "Memeory Game"
 
Basically for the program it says to write a program that uses 16 cards that are laid out in a 4 x 4...
[1 reply] : Anyone have any advice? (by cory000)
How to construct my program?
 
Hi, I'm new to the realm of C++ and am currently taking an intro class for computer programming, how...
[no replies]
Save and Recall
 
Hello, I'm currently working on a program that calculates the center of gravity of an aircraft and t...
[no replies]
Where to go from here?
 
I just got through sams Teach Yourself C++ in one hour a day and learned quite a bit and feel confid...
[1 reply] : I've learned a lot by looking at the questions people ask on here. Boo... (by Garion)
Get string from input file until integer?
 
One of my input files which looks like this: Stroustrup, Bjarne 8 8 -1 -1 -1 Lovelace,...
[1 reply] : how about : // if you don't know how many elements you will read std... (by nvrmnd)
Array Program Getting Error
 
I have all the proper code and when I run it, it just keeps looping when you enter the letters. I al...
[no replies]
For Loop Will Not Stop Appropriately
 
I was working on the second question for project Euler wherein I must sum all even fibonacci numbers...
[2 replies] Last: The condition in the for loop is only checked before each iteration,... (by long double main)
Prime Numbers
 
This Program I have needs to make the prime numbers and label them as 'P'. This is what I was given....
[9 replies] Last: The use of char array and these ignored, unvisited flags etc. is more ... (by snowright)
by Garion
Text parsing
 
I've been trying to learn how to parse a text file and make it play music when specific sentences sh...
[no replies]
draw another sprite or flip it?
 
Say you have a character who you have running back and forth for a side scroller, should you draw an...
[2 replies] Last: I'm sorry but I do not understand that last sentence, I'm doing the ar... (by twiggystardust)
loop help
 
I need to set up a loop that will pull a set of data from a text file for example, wet.txt In the te...
[3 replies] Last: might as well just do while( fin >> low >> high >> rain ) but it mi... (by giblit)
by leo255
Scope problems with my functions
 
I'm trying to create a program where I get data from a file and calculate certain things using funct...
[no replies]
No operator matches these operands in the for loop
 
Hello , I am trying to get this program to work using a for loop. My problem is that the cin >> i...
[2 replies] Last: Thank you for your reply. Yes I have done that , but the assignment ... (by madhuopt)
November 2013 Pages: 1... 2324252627... 80
  Archived months: [oct2013] [dec2013]

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