by Johndoe1134
EXC BAD ACCESS error on Deck Class
|
|
[5 replies] Last: Thanks again, the problem was in another .cpp file where the card clas... (by Johndoe1134)
|
by codrgi
increase date?
|
|
[3 replies] Last: how would i increase the time by a day/month using any of those funct... (by shacktar)
|
by liondancer
basic program need help understanding!
|
|
[13 replies] Last: I believe Exception is the parent and MemException, IOException are su... (by sohguanh)
|
by joatmon
What could be wrong with this?
|
|
[7 replies] Last: //in the Deck class Card Draw { my_deck.pop_front(); } Th... (by Disch)
|
by CPlusxTwo
Never mind....
|
|
[6 replies] Last: Need to not do his homework for him... Particularly like the example s... (by Intrexa)
|
by Adrio
C++ Fibonacci sequence help!
|
|
[2 replies] Last: which variable should I change to long long? which is the one the code... (by Adrio)
|
by Watachiaieto
Make an array of char arrays
|
|
[3 replies] Last: The problem with 1D idea is while it is "easier" for C/C++ developers,... (by sohguanh)
|
by joatmon
Function Call to a Class
|
|
[2 replies] Last: Thank you. Good call on the list of Decks. I was making this too com... (by joatmon)
|
by Brad1
Need help creating a table.
|
|
[2 replies] Last: every repost is repost repost posted and answered already here: http... (by Intrexa)
|
by pbajaj5
Efficiency
|
|
[2 replies] Last: thank you (by pbajaj5)
|
by Audie
The Destructor, and declaring . . . returning an object of same type to calling object
|
|
[6 replies] Last: Aha. I have a copy constructor and an assignment operator for the Stri... (by Audie)
|
by raymjones
recursive
|
|
[1 reply] : line 7 is wrong, which might be why you're not understanding it. Th... (by Disch)
|
by joatmon
Random Shuffling if List Items
|
|
[2 replies] Last: Thanks a lot. This worked really well. As for the tip about the cont... (by joatmon)
|
by SUPERFLY
error LNK2001: unresolved external symbol
|
|
[1 reply] : The linker error is nothing to do with libraries. It's because you hav... (by andywestken)
|
by hatsumi141
For Loop and square root
|
|
[5 replies] Last: That is what it says in his original post. I thought it was his homew... (by kooth)
|
by larxi
"For loop" continues without prompting.
|
|
[9 replies] Last: It is because cin loses its integrity when it handles the wrong input ... (by kooth)
|
by Adrio
Fibonacci sequence using dynamic allocation
|
|
[4 replies] Last: But which variable would you change to long? cuz there are some that d... (by Adrio)
|
by Alx101
Vector, iterators and char int's (1,2)
|
|
[23 replies] Last: Dude i did not get any of that code, you will have to explain it to me... (by Alx101)
|
by JBbigwilly
HELP
|
|
[2 replies] Last: i will look into that thanks (by JBbigwilly)
|
by nano511
Compiler erros make no sense?
|
|
[2 replies] Last: thanks that fixed it! (by nano511)
|