Beginners - December 2015 (Page 26)

Basic Calculator. Suggest improvements.
 
Hey guys so I have beem working on my coding format for quite a while! And please suggest any improvements to this basic program so I can learn from them! Thank...
[10 replies] Last: @TheIdeasMan Thanks alot! The thing is I always get confused with the ... (by TheLoneWolf)
Dynamic Array. Struggling!!
 
I am having a lot of trouble with this project. We have 3 projects due by midnight and the first two I have done flawlessly but I can not figure this one out at...
[3 replies] Last: Nevermind... http://www.cplusplus.com/forum/beginner/180730/ (by chicofeo)
Help with Matrix Readout?
 
I am trying to create a code that takes matrices from a couple of files and performs mathematical operations with them to get a third matrix. The whole code is...
[3 replies] Last: Sorry for the late answer: I simply forgot to check back. First of al... (by koothkeeper)
Parallel arrays - Error.
 
Hi! Task; Create a class of student grades and create 3 arrays (above mentioned arrays). Ask user to input the grade scores for the 5 objects, and then print th...
[3 replies] Last: Your studentName array appears to be an array of five strings, insid... (by Moschops)
Help with visual studio 2010 c++
 
Hey! Im tasked with building a simply GUI with a shopping list in visual studio 2010 express c++. However Im a bit lost as I have 0 experience of GUI or visu...
[2 replies] Last: You can also use wxwidgets: http://www.wxwidgets.org/ maybe with wxF... (by coder777)
ignore
 
nvm
[1 reply] : http://www.cplusplus.com/forum/general/180738/ Don't double-post. (by JayhawkZombie)
Dynamic Array Please help
 
I am having a lot of trouble with this project. We have 3 projects due by midnight and the first two I have done flawlessly but I can not figure this one out at...
[1 reply] : So, what's the problem? (by coder777)
Please open and help me!! Struggling with inputs.
 
I almost have this complete but I am not sure how to change my input collection. Directions are to: You have to change your input collection to get 4 values (qu...
[11 replies] Last: Cheers, you still have to make a few changes elsewhere to make it com... (by closed account 48T7M4Gy)
by aqum
Need help with this Up Down homework problem.
 
Hey guys I need help with this homework problem. Write a program that displays the word UP on the bottom line of the screen a couple of inches to the left of...
[8 replies] Last: @kemort My pleasure also. With all that I've learned from this site, ... (by whitenite1)
why getline(cin,string) doesn't work for my code?
 
Hello, I need to translate the word no matter if there's a space I need to get the whole line translated. Translating is not the problem but to get whole li...
[7 replies] Last: Did you put #include <string> with your other #include's? Yep you d... (by closed account 48T7M4Gy)
my program doesnt compile
 
Hi guys! So theres something wrong with two of my functions. The program doesnt want to compile because of two functions. it throws me an error lnk2019 and i c...
[4 replies] Last: You also have naming problems between array and non-array variables bo... (by closed account 48T7M4Gy)
Need help with an array problem.
 
Basically im doing a menu where i create an array and a list of options comes up and each option caries out a different function to do with the array i.e option...
[1 reply] : http://www.cplusplus.com/forum/beginner/180714/ (by closed account 48T7M4Gy)
I have to minus the smallest number in an array from the rest of the numbers in the array with the smallest number to 0
 
Basically im doing a menu where i create an array and a list of options comes up and each option caries out a different function to do with the array i.e option...
[2 replies] Last: http://www.cplusplus.com/forum/beginner/180715/ (by closed account 48T7M4Gy)
functions and pointers
 
Write your question here. void sPtr(int *numbers, int size, int *pMinimum, int *pMaximum, double *pAverage) { double sum = 0; pMinimum = pMaximum =...
[1 reply] : pAverage is a pointer, when you use it without asterisk (*) pAverage ... (by codekiddy)
Value of an Array
 
I'm doing a practice worksheet and I'm asked what the value of each of the array elements listed below. This may seem like a stupid question but how do you find...
[9 replies] Last: The first element in an array is the zero-th element i.e. myArray (by closed account 48T7M4Gy)
Array implementation
 
Hi, I wrote this program, however it doesn't want to run. I'm really stuck and I tried changing stuff around, but still makes the program crash when I run it. ...
[4 replies] Last: read this topic: http://www.cplusplus.com/forum/beginner/1198/ there ... (by DeathLeap)
What are enum, and union?
 
Professor posted a code for us to look at it but I am having a hard time understanding what enum and union are can someone explain please and thank you :) ...
[3 replies] Last: Good deal! (by chicofeo)
coin toss problem issue
 
Im working on this problem.. -------------------------------- Write a function named cointoss that simulates the tossing of a coin. When you call the fun...
[2 replies] Last: thanks! (by aimoham408)
increment operator
 
I am for the moment studying classes and i have an example that throws me for a loop. Being in the learning phase i encounter problems relative to things i thou...
[1 reply] : First thing's first. I would highly recommend you place all code insid... (by YFGHNG)
Please Help Beginner !
 
I need a code that outputs this only using string interleave( const string & s1, const string & s2 interleave( "Supercalifragilistic", "Mary" ) re...
[4 replies] Last: Yup yup. All you need for this one is string concatenation. Also you d... (by YFGHNG)
December 2015 Pages: 1... 2425262728... 43
  Archived months: [nov2015] [jan2016]

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