by polodude8888
Code errors
|
|
[4 replies] Last: Thank you so much. That cleared it up for me. (by polodude8888)
|
by jonk8623
Player Scores Arrays with functions project
|
|
[4 replies] Last: So looks like I figured it out just in case anyone else needs to do th... (by jonk8623)
|
by MertAksoy
Cant Find the Error
|
|
[2 replies] Last: Thank you (by MertAksoy)
|
by sauerplayer
how to compress thhe code while getting the same results?
|
|
[2 replies] Last: thanks I will try out the "for" loop right away, and btw another quest... (by sauerplayer)
|
Searching for values in strings |
|
[5 replies] Last: How exactly does that work? #include <iostream> #include <fstream>... (by lastchance)
|
by OmarGera
Load data from a file or as user input?
|
|
[1 reply] : Hello OmarGera, It looks to me like the beginning of main you will ha... (by Handy Andy)
|
by RCUniversal
Midterm Project Assistance
|
|
[14 replies] Last: Hello RCUniversal, Look at this bit of code and tell me what is wrong... (by Handy Andy)
|
I have this code and I want to make it so that each number can be outputted only 4 times each. |
|
[1 reply] : Looks like you trying to create and shuffle a deck. First thing I woul... (by knowclue)
|
Functions |
|
[1 reply] : The purpose of practice problems is to learn the skills you need to su... (by knowclue)
|
code for displaying the multiplication of numbers that is divisible by 3 |
|
[1 reply] : This looks like a homework problem. You'll need to use one of the ar... (by knowclue)
|
by allysen331
program to calculate hotel stay
|
|
[4 replies] Last: I cannot seem to get my loops to work correctly How do you know? Your... (by Enoizat)
|
Visual studio 2017 doesn't show errors if I use MYSQL connector |
|
[no replies]
|
by cash
how to delete element in an array
|
|
[2 replies] Last: 1) you could make the array data type a struct or class with a 'is del... (by jonnin)
|
by chuvak
Heap Corruption on delete
|
|
[6 replies] Last: So the issue was simply adding strcpy(name, other.name)' into line 6... (by chuvak)
|
by pcorone1
Decimal to Hexadecimal Conversion
|
|
[4 replies] Last: @Chervil Ah okay, thank you! I made those changes :) (by pcorone1)
|
by cash
How to add a number to the end of partial array
|
|
[1 reply] : What do you mean by 'partial array'? You add a number to an array lik... (by coder777)
|
by jollyholly11
Getting help with my code
|
|
[2 replies] Last: Thank you! That really helped me! (by jollyholly11)
|
by Xanderw
Help With Calculator
|
|
[4 replies] Last: Everyone who does this assignment forgets to check for divide by zero ... (by TheIdeasMan)
|
by matt24
get line comma within quotes
|
|
[1 reply] : Hi, Try this : http://en.cppreference.com/w/cpp/io/manip/quoted Goo... (by TheIdeasMan)
|
by MisterTams
Deleting a specified value from STL queue
|
|
[4 replies] Last: As helios was saying, why are you using a std::queue? It's inefficie... (by TheIdeasMan)
|