by Bettarun3
Loop Menu
|
|
[2 replies] Last: Hello Bettarun3, Welcome to the forum. I see the end of your program... (by Handy Andy)
|
by gubhaus
Find and print the occurrence of a specific value
|
|
[8 replies] Last: keskiverto: OP is a bit ambiguous. title mentions specific value but... (by gunnerfunner)
|
by Angel1
Triangles
|
|
[6 replies] Last: #include <iostream> #include <string> int main() { std::string ... (by gunnerfunner)
|
by Devynao
Calculations Not Coming Out Correct
|
|
[13 replies] Last: No problem, glad I was able to help. (by llxx)
|
by NabeelUsmani
Getting Substring from class string object
|
|
[4 replies] Last: Hello NabeelUsmani, Got it to work, but not sure if its right or what... (by Handy Andy)
|
by arbwok
pop_front a pointer
|
|
[5 replies] Last: As in the original code when you call insertIntoCPU the waitingQueu... (by cire)
|
by Kourosh23
base class and subclass - vectors - Bugs
|
|
[5 replies] Last: @cire, I already have a default constructor in my class 'small'. The ... (by cire)
|
by gurpartap
why this code give error
|
|
[5 replies] Last: If you want to store a copy of the array element, why not simply store... (by Peter87)
|
by apfhd2ek
Profram keeps saying "Can't open the file"
|
|
[1 reply] : I put correct name, but it doesn't work. No matter what name you "pu... (by cire)
|
by AndreasTm13
Greatest common divisor
|
|
[3 replies] Last: Hello AndreasTm13, I agree with jonnin the use of the "%" (modulo) op... (by Handy Andy)
|
by nessah097
Help with Program using C++
|
|
[5 replies] Last: Ill give you a little hint. Create bools for each criteria (am hungry,... (by kingkush)
|
by Ayashii
What is wrong with my function?
|
|
[3 replies] Last: #include <iostream> #include <fstream> using namespace std; int val... (by kingkush)
|
Bad programming practices |
|
[6 replies] Last: If you are writing a code book in print, then save space is good. but... (by jonnin)
|
Reading a string and outputting the amount of times each letter occurs |
|
[3 replies] Last: Too much work :) for ascii: unsigned int tbl = {0}; for(... j = e... (by jonnin)
|
by IaxJa
Need information on variable TYPES
|
|
[4 replies] Last: Why did you delete my last post? Was it because I bashed the education... (by IaxJa)
|
by esokoletsky
Problem with function return
|
|
[2 replies] Last: Thank you Goldenlizard! (by esokoletsky)
|
by earlfoz
No matching function for call error
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/getline/ getline() re... (by gunnerfunner)
|
by SoLix
My class doesn't get the correct information from the other class
|
|
[13 replies] Last: Best wishes and good luck with your program. Cheers :) (by closed account 48T7M4Gy)
|
by r 4 raja
Kindly solve this program.
|
|
[4 replies] Last: Dear Keskiverto Which data members that can be accessed by an object... (by r 4 raja)
|
by Kourosh23
vectors sent from .cpp to .h file using classes and objects - Bug!
|
|
[2 replies] Last: OP: error messages suggest the problem lies in trying to initialize a ... (by gunnerfunner)
|