by duster420
Beginners c++ multidimensional arrys
|
|
[3 replies] Last: Thanks for replying. My code hasn't changed. Im stuck and not sure wh... (by duster420)
|
by andygarc1a
Why won't my program with two simple functions run?
|
|
[1 reply] : You are not returning the status value in your user-defined function. ... (by closed account E0p9LyTq)
|
by Charlesgb
Simple question. Reviewing
|
|
[5 replies] Last: thank you. (by Charlesgb)
|
by MisterBren
Need help inputting values with switch statements.
|
|
[1 reply] : You can set the prices before the break for each case. (by Hengry)
|
by Burden
Priority queue
|
|
[no replies]
|
by yakyak
Loop
|
|
[2 replies] Last: Thank you @xsimn! :) (by yakyak)
|
by dawnstar
Saving an array to text file! HELP!
|
|
[3 replies] Last: Oh? Is there a way to save more than just one line? Not sure if the wa... (by dawnstar)
|
by mynicks
array of pointers
|
|
[5 replies] Last: #include <iostream> int main() { const std::size_t num_strings =... (by cire)
|
by mzdigigirl
Help with C++ prorgram
|
|
[1 reply] : you get N from the user but then you set N = 1 in line 12. Why get N ... (by SamuelAdams)
|
by Runal
Beginner programming class cant figure out error
|
|
[1 reply] : Well for one you have a function inside your {} for switch. Line 51 Yo... (by SamuelAdams)
|
by inferno90
HELP PLEASE!
|
|
[1 reply] : Seems like a problem on line 53 (by SamuelAdams)
|
by fivestar
FUnction Help
|
|
[2 replies] Last: I tried this but im not sure why its not working. #include <iostr... (by fivestar)
|
by rantiv
Plinko simulator!
|
|
[1 reply] : Ok, I've ran the code. There is one thing that I found weird and har... (by Hirokachi)
|
by Moodrich
Operator Overloading Confusin
|
|
[no replies]
|
by fancyfanz
Reading from input file and writing to new
|
|
[1 reply] : your while loop is the problem. (by SamuelAdams)
|
by Alex A
how to add military time into an integer number
|
|
[9 replies] Last: @Alex A Ideally, you should make sure that endtime is greater than st... (by whitenite1)
|
by dawnstar
Array not starting where I want
|
|
[2 replies] Last: The simple way is to, when reading input from the user to index into t... (by Zhuge)
|
by Ragnarok314
Functions
|
|
[10 replies] Last: *** (by Ragnarok314)
|
Bool Problem |
|
[2 replies] Last: sounds good. Got it. (by salomonthesav)
|
by Kimmy1234
Menu Chooser loop
|
|
[1 reply] : int choice = 0; while(choice != 4) { cout<<"Choice: "; cin>>... (by closed account LA48b7Xj)
|