by Angela1998
Object with constructor as member of another object
|
|
[2 replies] Last: I mean, of course it's that simple! hehe thank you sir! :) (by Angela1998)
|
by jbennett
columns and rows
|
|
[8 replies] Last: In both of your totalling routines you have declared i, j to be double... (by lastchance)
|
by bbsmiley
Find index of an element within the array
|
|
[2 replies] Last: Thank you so much. I did what you told me and it works now. (by bbsmiley)
|
by chocotaco
My code skips the first line
|
|
[5 replies] Last: Thanks guys this is helping me learn. (by chocotaco)
|
by Zivojin
Extend dynamic array of pointers
|
|
[4 replies] Last: Thanks for your advises.We must use dynamic memory allocation this way... (by Zivojin)
|
by Cairus
Object and Class Issues
|
|
[2 replies] Last: It is a very good thing to learn to debug because as you improve your ... (by Zivojin)
|
by Maria2
C++ more then one max values (1,2)
|
|
[25 replies] Last: f = count(vs.at(i).begin(), vs.at(i).end(), alpha ); alpha is the s... (by Maria2)
|
by NKGold
I cant find the error
|
|
[4 replies] Last: Thanks, that worked (by NKGold)
|
search word in file: i get different output like i want (1,2) |
|
[20 replies] Last: You cna make some function that comapes two words letter by letter and... (by Zivojin)
|
Reading in string and passing data to an array |
|
[5 replies] Last: #include <iostream> #include <fstream> // accept all streams, not ju... (by keskiverto)
|
by FreeThinker
My Min and Max Values are displaying as '0.'
|
|
[4 replies] Last: I appreciate your help guys! (by FreeThinker)
|
by ayush892
I can't run this program with values >5
|
|
[3 replies] Last: A value of 6 will cause you to enter your while loop, which leads to a... (by Ganado)
|
by ramp00
Struggling to cout vector when using classes
|
|
[4 replies] Last: That cleared things up a bit. Thanks! (by ramp00)
|
Using a while loop to write to a file |
|
[17 replies] Last: Thank you for the explanation. I believe I understand now. I just crea... (by nicholasjb1996)
|
by Brendon130
Previous exam question
|
|
[4 replies] Last: If you don't have the rest of it, I would find a better problem to wor... (by jonnin)
|
Error C2360 |
|
[4 replies] Last: Hello Normal student, PLEASE ALWAYS USE CODE TAGS (the <> formattin... (by Handy Andy)
|
by Chris26
equal bool help
|
|
[2 replies] Last: if equal() is a user-defined function, if(!equal(nochmal, "Ja")) { } ... (by Grime)
|
Sorting array |
|
[2 replies] Last: hey thanks Jlborges (by thejogger1998)
|
eliminate the character |
|
[8 replies] Last: bool remover(char c) { return (c=='.' || c=='\'' || c == '\"'); }... (by jonnin)
|
by Chris26
String accept both upper and lowercase?
|
|
[12 replies] Last: it seems likely mine was using the C version, actually... looking at ... (by jonnin)
|