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 improv...
[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...
[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 op...
[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...
[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++....
[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...
[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: ...
[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...
[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 tr...
[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 bec...
[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 car...
[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 car...
[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, doub...
[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 bel...
[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 stuf...
[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...
[3 replies] Last: Good deal! (by chicofeo)
coin toss problem issue
 
Im working on this problem.. -------------------------------- Write a function named cointoss th...
[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 l...
[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 &...
[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.