by TheLoneWolf
Basic Calculator. Suggest improvements.
|
|
[10 replies] Last: @TheIdeasMan Thanks alot! The thing is I always get confused with the ... (by TheLoneWolf)
|
by abbitwo
Dynamic Array. Struggling!!
|
|
[3 replies] Last: Nevermind... http://www.cplusplus.com/forum/beginner/180730/ (by chicofeo)
|
by Calpernicus
Help with Matrix Readout?
|
|
[3 replies] Last: Sorry for the late answer: I simply forgot to check back. First of al... (by koothkeeper)
|
Parallel arrays - Error. |
|
[3 replies] Last: Your studentName array appears to be an array of five strings, insid... (by Moschops)
|
Help with visual studio 2010 c++ |
|
[2 replies] Last: You can also use wxwidgets: http://www.wxwidgets.org/ maybe with wxF... (by coder777)
|
ignore |
|
[1 reply] : http://www.cplusplus.com/forum/general/180738/ Don't double-post. (by JayhawkZombie)
|
by abbitwo
Dynamic Array Please help
|
|
[1 reply] : So, what's the problem? (by coder777)
|
by abbitwo
Please open and help me!! Struggling with inputs.
|
|
[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.
|
|
[8 replies] Last: @kemort My pleasure also. With all that I've learned from this site, ... (by whitenite1)
|
by selflearner
why getline(cin,string) doesn't work for my code?
|
|
[7 replies] Last: Did you put #include <string> with your other #include's? Yep you d... (by closed account 48T7M4Gy)
|
by uszy 123345
my program doesnt compile
|
|
[4 replies] Last: You also have naming problems between array and non-array variables bo... (by closed account 48T7M4Gy)
|
by willmannix1
Need help with an array problem.
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/180714/ (by closed account 48T7M4Gy)
|
by willmannix1
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
|
|
[2 replies] Last: http://www.cplusplus.com/forum/beginner/180715/ (by closed account 48T7M4Gy)
|
by uszy 123345
functions and pointers
|
|
[1 reply] : pAverage is a pointer, when you use it without asterisk (*) pAverage ... (by codekiddy)
|
by Serge1005
Value of an Array
|
|
[9 replies] Last: The first element in an array is the zero-th element i.e. myArray (by closed account 48T7M4Gy)
|
by mindy 10
Array implementation
|
|
[4 replies] Last: read this topic: http://www.cplusplus.com/forum/beginner/1198/ there ... (by DeathLeap)
|
by Raakfal
What are enum, and union?
|
|
[3 replies] Last: Good deal! (by chicofeo)
|
by aimoham408
coin toss problem issue
|
|
[2 replies] Last: thanks! (by aimoham408)
|
by philhar
increment operator
|
|
[1 reply] : First thing's first. I would highly recommend you place all code insid... (by YFGHNG)
|
Please Help Beginner ! |
|
[4 replies] Last: Yup yup. All you need for this one is string concatenation. Also you d... (by YFGHNG)
|