by shimshim96
Subtracting a minimum score out of an average
|
|
[1 reply] : If I understand your code - you’ve created a class “Student”. - ... (by Enoizat)
|
by Tbone609
Dictionary menu thing? Due tomorrow x.x
|
|
[3 replies] Last: Normally you should read both the files at start of main. If the user ... (by Thomas1965)
|
by adlice8700
error multicharacter constant
|
|
[1 reply] : Use single quotes ' only for a char, and double quotes " for a string.... (by lastchance)
|
by Slee
Structures and File input questions
|
|
[3 replies] Last: ID number, name, answer That still leaves room for uncertainty, I c... (by Chervil)
|
by Kourosh23
B+ tree removal
|
|
[no replies]
|
by SenorTaco
Project Random Number Gen to be
|
|
[1 reply] : The likely hood that sequential matches occur increase by a insane amo... (by SamuelAdams)
|
by sanndy2
c++ vector guestion
|
|
[8 replies] Last: I think I got this one and I even solved the problem I was having with... (by Joe C)
|
by Joe C
Vector Issue
|
|
[3 replies] Last: Thank for the advice. Yeah, I basically skipped over the vector porti... (by Joe C)
|
by johncpp123
3 function program returning incorrect answer
|
|
[1 reply] : Your functions should be returning a float, since you deal with decima... (by fiji885)
|
by f2200j
compare two input files
|
|
[no replies]
|
by f2200j
Arrays. column values into rows
|
|
[no replies]
|
by HennrY6
Vectors
|
|
[1 reply] : You have a couple of problems. 1) Line 16: As you iterate through t... (by AbstractionAnon)
|
by jordandamon
Hello
|
|
[7 replies] Last: Hello bk1303, PLEASE ALWAYS USE CODE TAGS (the <> formatting button) ... (by Handy Andy)
|
by Hanske
Differences between these two pointers
|
|
[3 replies] Last: Yes. It's legal, but it doesn't make a difference. (by Peter87)
|
by Morris7498
While loop is not ending
|
|
[4 replies] Last: Ganado, AbstractionAnon, and Handy Andy, thank you guys for all of the... (by Morris7498)
|
by ammar629
Having problem with 2D Arrays [Seek Guidance]
|
|
[4 replies] Last: the actual memory layout lesson: c++ is row major. if you stored 10 ... (by jonnin)
|
by skydawgg
Endless loop when incorrect value
|
|
[1 reply] : Hello skydawgg, The if statement at line 71 is missing its opening an... (by Handy Andy)
|
by paweleke
Vectors problem
|
|
[6 replies] Last: It will use more memory I don't know what you've done, but if you de... (by AbstractionAnon)
|
"Press any key to continue" Help. |
|
[17 replies] Last: At line 29, the user is supposed to enter the Salary. At line 34 the ... (by MikeyBoy)
|
by sam8868tw
help with permutation problem
|
|
[3 replies] Last: I mean I want to do this with C++ I did do it with C++ ! Can yo... (by lastchance)
|