by jmo5262
How to reverse the values stored in an array?
|
|
[9 replies] Last: or If you can use a 2nd array, read the first in reverse. (by SamuelAdams)
|
by Gasper
while, return 0; ?
|
|
[5 replies] Last: Ok, thank your for your help! (by Gasper)
|
by Dowzer721
Window Menubar functions
|
|
[no replies]
|
by dleanjeanz
Input problem
|
|
[2 replies] Last: Nevermind, I've got it. Sorry. (by dleanjeanz)
|
by TrevorHart
Enumerations
|
|
[3 replies] Last: Thank you, that makes a bit more sense, i'll just need to try and work... (by TrevorHart)
|
by jak1098
Linked list editing using remove and insert
|
|
[1 reply] : Whose idea is this remove()? // List has A->B->C->D->E remove( D, B )... (by keskiverto)
|
by pillage
Complete scrub: Issues with Class field with Pointer
|
|
[12 replies] Last: What errors? There is nothing syntactically wrong in that block, exce... (by keskiverto)
|
by dualdark
average of an array is not working
|
|
[3 replies] Last: well.. i solved... it was just: double calif , total=0, aver=0; im... (by dualdark)
|
by ayagomaa
Infinite Loop
|
|
[6 replies] Last: I think the last do-while loop is causing your problems. It you answer... (by MagicalForestElf)
|
by dleanjeanz
Subtraction with #define
|
|
[9 replies] Last: Yesterday, I realized that I had read the problem without regard. The ... (by dleanjeanz)
|
by Antone333
intro to programming course
|
|
[3 replies] Last: COMSC-110 Introduction to Programming 4 units SC • 54 hours lecture... (by Antone333)
|
by Renthalkx97
Game Engine
|
|
[11 replies] Last: If you want to learn the ins and outs of a game engine, I'd say wait t... (by TrevorHart)
|
by cs0329777
Map and word count help.
|
|
[2 replies] Last: > It counts words but will create separate counts for eg.) Your, Your'... (by JLBorges)
|
by Amil Patel
Construct Greedy Random Solution
|
|
[1 reply] : Do you mean this? https://en.wikipedia.org/wiki/Greedy_randomized_adap... (by LB)
|
by Evan8632
Getting numbers from a data file
|
|
[1 reply] : Don't use .open() and .close(), use curly braces instead: //...code...... (by LB)
|
Loops |
|
[12 replies] Last: Now any non-roman-numeral character will break the loop. If that's wha... (by LB)
|
by fc3s
Help with GPA calculator problem
|
|
[3 replies] Last: first you must put the comparison and then the bracket for instruction... (by dariusd7)
|
by dasboshiet
Error: Expected primary-expression before...
|
|
[1 reply] : line 14 remove the second student (by Little Bobby Tables)
|
by genson
PI Code
|
|
[6 replies] Last: Can I see the code you used? (by giblit)
|
by Retraction
String variable?
|
|
[6 replies] Last: Goto is bad, because it makes code look like spaghetti. How spaghet... (by heyyouyesyouiloveyou)
|