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 of the character taking user's input as its input value E...
[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 users in a Windows OS, and then whenever an application or bro...
[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 assignment, any help would be greatly appreciated! Creat...
[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), an end temperature (in Celsius) and a step size. Print out a...
[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 no clue where to start. I have programmed on TI-84 graphing ...
[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 the other 5 are variables. And this function is supposed to...
[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 searching High & Low, all over this site, every search term I co...
[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 square and are labeled with pairs of numbers from 1 to 8.Yo...
[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, however, I'm not the best at it. Recently, the newest of topics...
[no replies]
Save and Recall
 
Hello, I'm currently working on a program that calculates the center of gravity of an aircraft and the program must be able to save the successful calculations ...
[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 confident enough to write some basic console programs. However, I'...
[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, Ada 1 60 14 43 -1 von Neumann, Jon 77 48 65 -...
[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 also used a function to make it so you could enter both capita...
[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 less than or equal to four million. I was able to do all of...
[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. There's suppose to be 1 line of code that will fix it. ...
[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 show up. An example might be "You have entered XXXX zone." wh...
[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 another sprite for running backwards? or do you just use the s...
[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 text file will contain high and low temperature data, as well ...
[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 functions. I want a function to get the data, calculate some thin...
[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 >> inside the for loop says that "no operator matches these oper...
[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.