Whats wrong with my code? Time running out. |
|
[9 replies] Last: Here are two of the functions modified so that they get the informatio... (by JLBorges)
|
Perfect number program? |
|
[2 replies] Last: Ah! I knew it was a simple problem. Always is. I just initialized x & ... (by johnprovostmusic1)
|
by donniek293
se argument
|
|
[2 replies] Last: #include <iostream> #include <string> // http://en.cppreference.com/... (by JLBorges)
|
by ExSanity
User creating an array
|
|
[1 reply] : Given that this is a C++ forum: #include <iostream> #include <string... (by cire)
|
by DarthVulok
NEED HELP!
|
|
[1 reply] : Well let me make a few comments. You need to open 2 files and write to... (by SamuelAdams)
|
by ExSanity
Selecting from an array with int
|
|
[1 reply] : I've solved it My Code: #include "stdafx.h" #include <stdio.h> char... (by ExSanity)
|
by meghan
Expression must have bool type
|
|
[2 replies] Last: [quote=meghan]I am working on a debugging project, have managed to fix... (by Peter87)
|
by xxvms
Books and Magazines
|
|
[3 replies] Last: JLBorges and mbozzi thank you very much :) Can you recommend any maga... (by xxvms)
|
by T1G
sudoku naked pairs check
|
|
[no replies]
|
by tdog5555
i don't understand char
|
|
[6 replies] Last: That is true. Most common systems do it the way I said, but you may e... (by jonnin)
|
by daji121215
Point of Sales (Need help)
|
|
[4 replies] Last: Try replacing all of your total = total + //price with total += //p... (by BAC Sun)
|
by Kourosh23
Rethrowing the exception from the inner catch to the outer catch C++
|
|
[no replies]
|
by Justin2001
Stuck in loop.
|
|
[2 replies] Last: Your code will be a lot easier to work with if you indent it to match ... (by dhayden)
|
by Mite
Explaination for this programme
|
|
[4 replies] Last: Thank you very very much everyone. (by Mite)
|
by longberns
Queue with dynamically created array of user-defined type
|
|
[3 replies] Last: Please post the relevant code to reproduce the problem. isFull() cert... (by coder777)
|
by sbabadag
virtual & override
|
|
[1 reply] : You can achieve the polymorphic behavior only with (smart) pointer. I... (by coder777)
|
by ExSanity
struct vars are memory values
|
|
[2 replies] Last: Oh thank you, i was unaware different % had different uses. (by ExSanity)
|
by kingkush
Function not returning structure with proper data
|
|
[1 reply] : - overload operator < for CardTemplate to take into a/c all possibil... (by gunnerfunner)
|
by Arslan7041
Counting Sort - Textbook is wrong?
|
|
[3 replies] Last: It's explained in the paragraph that precedes the pseudocode. In the... (by Peter87)
|
by calvinlam411
Need help virtual inheritence
|
|
[4 replies] Last: This is a duplicate of: http://www.cplusplus.com/forum/beginner/21105... (by MikeyBoy)
|