by bbunn301
Help with struct program
|
|
[1 reply] : division .quarter is OK (returns a double) division .quarter .sale... (by Norm Gunderson)
|
by aesopq122333
Cannot assign member data
|
|
[1 reply] : Members of a class are private by default (i.e. cannot be accessed... (by Norm Gunderson)
|
by FourFrame
Coding a small leveling system
|
|
[no replies]
|
by Super3Preme
Using vectors to create a list of sorted books and altering inventory.
|
|
[4 replies] Last: Book::Book(string bt, int bq, double bp) { title = bt; quantity = ... (by Super3Preme)
|
by aar3y5
sometimes runs, sometime doesn't
|
|
[2 replies] Last: So changing line 13 to " int cChoice = (rand()%3);" should net me valu... (by aar3y5)
|
Reversing an array |
|
[4 replies] Last: Y'all were both helpful! Thank yo very much! (by brendancostner)
|
by cppstudent93
Need to make a function for user input validity
|
|
[3 replies] Last: You are having a scope issue. I looks to me that your validInput funct... (by nsidaris)
|
by govCode
Find lowest number w/ Function
|
|
[2 replies] Last: I got to work. I put max = 0 and min = 100 in int main () and it work... (by govCode)
|
by rezy3312
recursion why i am having this problem
|
|
[2 replies] Last: It works perfectly just removing the for loop inside main, probably so... (by dean)
|
by travina8
How to get the sum of the columns in the array
|
|
[7 replies] Last: Thank you! I will get to work on that right now! (by travina8)
|
by zipvect
From Integers to Strings Array from File
|
|
[3 replies] Last: Is this correct? Probably not. It looks like you got in a muddle, s... (by Chervil)
|
by Ghostman513
Question with arrays
|
|
[2 replies] Last: thank you. (by Ghostman513)
|
by foxform
Need help adding score to this slot machine
|
|
[1 reply] : Line 83, 85-87: These are function declarations, not function calls. ... (by AbstractionAnon)
|
by Jarmikala
Problem with ifstream, iftream gives same number
|
|
[3 replies] Last: Thank for trying to help me. I was actually able to solve it. The valu... (by Jarmikala)
|
by carten
WxDev standard library
|
|
[2 replies] Last: Thanks! That was it and sorry for such a ridiculous question! (by carten)
|
by alexexcl
read data from a file and input into array
|
|
[3 replies] Last: I tried my best.. { int number; //Variable to hold each number... (by alexexcl)
|
by xai34
Test Average Program
|
|
[2 replies] Last: I need to pass the data from the file to arrays, what loop do I use? ... (by xai34)
|
by tomtom61695
Linker error?
|
|
[2 replies] Last: Are you sure you're actually compiling both .cpp files, and linking to... (by MikeyBoy)
|
by Scaseygg
Scoring Deck of Cards
|
|
[5 replies] Last: You have the right idea with bool functions for each possible hand. W... (by AbstractionAnon)
|
by mmgh
definition of implicit copy constructor is deprecated
|
|
[1 reply] : > Is this related to C++11? Yes. By default, a class has 5 operatio... (by JLBorges)
|