by Bopaki
Program bombs out after I ever the value for x
|
|
[9 replies] Last: Thank you all good people. The introduction of the little 3 character ... (by Bopaki)
|
by Idemo19
Can't seem to understand why my Insert function isn't working correctly.
|
|
[1 reply] : No C++ necessary, Pipelines is all you need: pipe diskr morse.txt!sor... (by MikeStgt)
|
Function about Vowel Removal Error |
|
[2 replies] Last: You are not the first one, see here: http://www.cplusplus.com/forum/be... (by MikeStgt)
|
by Halken
Convert from Arabic to Roman Numerals
|
|
[1 reply] : Look here: http://www.cplusplus.com/forum/general/250894/#msg1104938 I... (by MikeStgt)
|
by stoneJax
Constant Objects
|
|
[4 replies] Last: That makes sense. That was actually how I was trying to do that in the... (by stoneJax)
|
Sending terminal output to text file |
|
[1 reply] : You need to execute both cout << ... and output << ... within ... (by JLBorges)
|
Improving my overload constructor's number of arguments |
|
[3 replies] Last: > What's this part of the code do..? It initialises the two members ... (by JLBorges)
|
by dbarclay100
Move the indicated code into functions
|
|
[2 replies] Last: @AbstractionAnon thanks (by dbarclay100)
|
Creating a code using classes to keep track of a company's day to day business |
|
[4 replies] Last: Another tutorial on classes and object-oriented programming: https://w... (by deleted account xyzzy)
|
Help with a function |
|
[3 replies] Last: Thanks both of you, I was having such a hard time, but I'm good now. (by closed account 9hX8C542)
|
by airscuba
sum of k adjacent elements in array
|
|
[6 replies] Last: I think you need to swap your current lines 18 and 20. What you do wit... (by lastchance)
|
by sturk
C++ Polymorphism
|
|
[1 reply] : Here is a runnable version of your code. (Please don't use void main()... (by lastchance)
|
by aimh4wk
How do I instantiate a templated doubly linked list with strings?
|
|
[4 replies] Last: Alright. I removed all NULL comparisons and made them 0. I am runnin... (by aimh4wk)
|
by wuwy
How to stop program sequence if it reaches its target
|
|
[1 reply] : one way you can stop by adding more conditions to your for loops. eg ... (by jonnin)
|
by jasonwhite00
Setting one key to 15 different numbers
|
|
[4 replies] Last: This should work with C++11: It does. (by MikeStgt)
|
by Eristato
Primary Expression Error (Help?)
|
|
[1 reply] : You wrote Event but meant event on both lines 6 and 12.... (by mbozzi)
|
Unhandled exception |
|
[8 replies] Last: I've tried to converted the numbers into integers, but all I get was: ... (by thinhphucvang)
|
by Flynn Rhodes
Help with methods and pointers GROSSPAY
|
|
[7 replies] Last: Thank you for the help it's running now! (by Flynn Rhodes)
|
by liz Lopez
Queues implementation
|
|
[1 reply] : #include <iostream> #include <cctype> #include <limits> int main() {... (by deleted account xyzzy)
|
by Jclow
While within while just hanging?
|
|
[7 replies] Last: Thank you Peter, I'm kicking myself for not spotting that, it works p... (by Jclow)
|