by HellfireXP
Access to Members of Classes within Classes?
|
|
[2 replies] Last: Friend relationships won't work, I've tried. However, I was able to f... (by HellfireXP)
|
by KatipunanKKK
array division problem
|
|
[3 replies] Last: Line 21: Why are you setting num to a? a is a left over value from ... (by AbstractionAnon)
|
by alewurm
Getting an error compiling this header
|
|
[3 replies] Last: including a "cast" or "die" class. I see no cast or die class. Ot... (by AbstractionAnon)
|
by osur
Class Inheritance / Constructor
|
|
[4 replies] Last: Line 3: Word inherits from Dictionary. When you instantiate a Word i... (by AbstractionAnon)
|
by bluefrog
linked list and pointer compile error
|
|
[5 replies] Last: Problems I see: linked_list.h Line 23,25,26: tail is an uninitialize... (by AbstractionAnon)
|
by jaybee760
undefined reference
|
|
[5 replies] Last: Please do not modify your original post so that the answers don't make... (by coder777)
|
by mary9734
Balance Numbers
|
|
[3 replies] Last: Please DON'T delete your original post after getting a solution. It m... (by MikeyBoy)
|
by zeroblank
hard times with referencing pls help
|
|
[3 replies] Last: Then do that. All you need to make them the same type is... to make t... (by MikeyBoy)
|
by BlueOctopus
Circular Shift
|
|
[9 replies] Last: Hello again, I would like to thank you all for answering so fast my ... (by BlueOctopus)
|
by bamboojack
Program not functioning right.
|
|
[3 replies] Last: Please don't back-edit your original post like this - it completely br... (by lastchance)
|
by bamboojack
Loop Problems
|
|
[1 reply] : Line 23/79/104/110: I.e. if (teamswap = 1){ needs to be if (teams... (by coder777)
|
by icyflamez96
How can you check if the user inputs the same char more than once in a string?
|
|
[2 replies] Last: Thank you! (by icyflamez96)
|
by asm103940
BEGINNER!! STILL need help with the loop at the end!
|
|
[3 replies] Last: for( int i = 0; i < months; i++ ) { // calculate interest //... (by integralfx)
|
by bubbleshere
copy constructor?
|
|
[1 reply] : Do you have some code? (by integralfx)
|
by nero1010
Help with counting primes from 1 to n
|
|
[17 replies] Last: Well, the working code is : bool isprime(unsigned long long n) { ... (by SakurasouBusters)
|
by mrsh
Read element in diagonal
|
|
[4 replies] Last: Thanks!!my problem is solved!!*<insert happy face> (by mrsh)
|
by CTLZ
Trying to add an array or a vector of coordinates x and Y into my vector of unique pointers
|
|
[no replies]
|
by razz123
Data structures program plz help
|
|
[3 replies] Last: I would strongly suggest not sending our local troll a private message... (by cire)
|
Need more efficient program (Sum of all divisors of an integer) |
|
[14 replies] Last: Sorry to make you answer those questions, I realized myself after send... (by Oriol Serrabassa)
|
by unknown3112
Custom number of faces Dice:
|
|
[2 replies] Last: http://www.cplusplus.com/reference/cstdlib/rand/ (by integralfx)
|